Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members
odbc::DatabaseMetaData Member List
This is the complete list of members for odbc::DatabaseMetaData, including all inherited members.
- allProceduresAreCallable()
- allTablesAreSelectable()
- dataDefinitionCausesTransactionCommit()
- dataDefinitionIgnoredInTransactions()
- deletesAreDetected(int type)
- doesMaxRowSizeIncludeBlobs()
- getBestRowIdentifier(const std::string &catalog, const std::string &schema, const std::string &table, int scope, bool nullable)
- getCatalogs()
- getCatalogSeparator()
- getCatalogTerm()
- getColumnPrivileges(const std::string &catalog, const std::string &schema, const std::string &table, const std::string &columnNamePattern)
- getColumns(const std::string &catalog, const std::string &schemaPattern, const std::string &tableNamePattern, const std::string &columnNamePattern)
- getConnection()
- getCrossReference(const std::string &primaryCatalog, const std::string &primarySchema, const std::string &primaryTable, const std::string &foreignCatalog, const std::string &foreignSchema, const std::string &foreignTable)
- getDatabaseProductName()
- getDatabaseProductVersion()
- getDefaultTransactionIsolation()
- getDriverMajorVersion()
- getDriverMinorVersion()
- getDriverName()
- getDriverVersion()
- getExportedKeys(const std::string &catalog, const std::string &schema, const std::string &table)
- getExtraNameCharacters()
- getIdentifierQuoteString()
- getImportedKeys(const std::string &catalog, const std::string &schema, const std::string &table)
- getIndexInfo(const std::string &catalog, const std::string &schema, const std::string &table, bool unique, bool approximate)
- getMaxBinaryLiteralLength()
- getMaxCatalogNameLength()
- getMaxCharLiteralLength()
- getMaxColumnNameLength()
- getMaxColumnsInGroupBy()
- getMaxColumnsInIndex()
- getMaxColumnsInOrderBy()
- getMaxColumnsInSelect()
- getMaxColumnsInTable()
- getMaxConnections()
- getMaxCursorNameLength()
- getMaxIndexLength()
- getMaxProcedureNameLength()
- getMaxRowSize()
- getMaxSchemaNameLength()
- getMaxStatementLength()
- getMaxStatements()
- getMaxTableNameLength()
- getMaxTablesInSelect()
- getMaxUserNameLength()
- getNumericFunctions()
- getPrimaryKeys(const std::string &catalog, const std::string &schema, const std::string &table)
- getProcedureColumns(const std::string &catalog, const std::string &schemaPattern, const std::string &procedureNamePattern, const std::string &columnNamePattern)
- getProcedures(const std::string &catalog, const std::string &schemaPattern, const std::string &procedureNamePattern)
- getProcedureTerm()
- getSchemas()
- getSchemaTerm()
- getSearchStringEscape()
- getSQLKeywords()
- getStringFunctions()
- getSystemFunctions()
- getTablePrivileges(const std::string &catalog, const std::string &schemaPattern, const std::string &tableNamePattern)
- getTables(const std::string &catalog, const std::string &schemaPattern, const std::string &tableNamePattern, const std::vector< std::string > &types)
- getTableTerm()
- getTableTypes()
- getTimeDateFunctions()
- getTypeInfo()
- getUserName()
- getVersionColumns(const std::string &catalog, const std::string &schema, const std::string &table)
- insertsAreDetected(int type)
- isCatalogAtStart()
- isReadOnly()
- nullPlusNonNullIsNull()
- nullsAreSortedAtEnd()
- nullsAreSortedAtStart()
- nullsAreSortedHigh()
- nullsAreSortedLow()
- othersDeletesAreVisible(int type)
- othersInsertsAreVisible(int type)
- othersUpdatesAreVisible(int type)
- ownDeletesAreVisible(int type)
- ownInsertsAreVisible(int type)
- ownUpdatesAreVisible(int type)
- storesLowerCaseIdentifiers()
- storesLowerCaseQuotedIdentifiers()
- storesMixedCaseIdentifiers()
- storesMixedCaseQuotedIdentifiers()
- storesUpperCaseIdentifiers()
- storesUpperCaseQuotedIdentifiers()
- supportsAlterTableWithAddColumn()
- supportsAlterTableWithDropColumn()
- supportsANSI92EntryLevelSQL()
- supportsANSI92FullSQL()
- supportsANSI92IntermediateSQL()
- supportsBatchUpdates()
- supportsCatalogsInDataManipulation()
- supportsCatalogsInIndexDefinitions()
- supportsCatalogsInPrivilegeDefinitions()
- supportsCatalogsInProcedureCalls()
- supportsCatalogsInTableDefinitions()
- supportsColumnAliasing()
- supportsConvert()
- supportsConvert(int fromType, int toType)
- supportsCoreSQLGrammar()
- supportsCorrelatedSubqueries()
- supportsDataDefinitionAndDataManipulationTransactions()
- supportsDataManipulationTransactionsOnly()
- supportsExtendedSQLGrammar()
- supportsFullOuterJoins()
- supportsGroupBy()
- supportsGroupByBeyondSelect()
- supportsGroupByUnrelated()
- supportsIntegrityEnhancementFacility()
- supportsLikeEscapeClause()
- supportsLimitedOuterJoins()
- supportsMinimumSQLGrammar()
- supportsMixedCaseIdentifiers()
- supportsMixedCaseQuotedIdentifiers()
- supportsMultipleResultSets()
- supportsMultipleTransactions()
- supportsNonNullableColumns()
- supportsOpenCursorsAcrossCommit()
- supportsOpenCursorsAcrossRollback()
- supportsOpenStatementsAcrossCommit()
- supportsOpenStatementsAcrossRollback()
- supportsOuterJoins()
- supportsPositionedDelete()
- supportsPositionedUpdate()
- supportsResultSetConcurrency(int type, int concurrency)
- supportsResultSetType(int type)
- supportsSchemasInDataManipulation()
- supportsSchemasInIndexDefinitions()
- supportsSchemasInPrivilegeDefinitions()
- supportsSchemasInProcedureCalls()
- supportsSchemasInTableDefinitions()
- supportsSelectForUpdate()
- supportsStoredProcedures()
- supportsSubqueriesInComparisons()
- supportsSubqueriesInExists()
- supportsSubqueriesInIns()
- supportsSubqueriesInQuantifieds()
- supportsTransactionIsolationLevel(int lev)
- supportsTransactions()
- supportsUnion()
- supportsUnionAll()
- typePredBasic enum value
- typePredChar enum value
- typePredNone enum value
- typeSearchable enum value
- updatesAreDetected(int type)
- usesLocalFilePerTable()
- usesLocalFiles()