LibreOffice Module connectivity (master) 1
|
#include <DatabaseMetaData.hxx>
Public Member Functions | |
ODatabaseMetaData (Connection *_pCon) | |
virtual | ~ODatabaseMetaData () override |
virtual sal_Bool SAL_CALL | allProceduresAreCallable () override |
virtual sal_Bool SAL_CALL | allTablesAreSelectable () override |
virtual OUString SAL_CALL | getURL () override |
virtual OUString SAL_CALL | getUserName () override |
virtual sal_Bool SAL_CALL | isReadOnly () override |
virtual sal_Bool SAL_CALL | nullsAreSortedHigh () override |
virtual sal_Bool SAL_CALL | nullsAreSortedLow () override |
virtual sal_Bool SAL_CALL | nullsAreSortedAtStart () override |
virtual sal_Bool SAL_CALL | nullsAreSortedAtEnd () override |
virtual OUString SAL_CALL | getDatabaseProductName () override |
virtual OUString SAL_CALL | getDatabaseProductVersion () override |
virtual OUString SAL_CALL | getDriverName () override |
virtual OUString SAL_CALL | getDriverVersion () override |
virtual sal_Int32 SAL_CALL | getDriverMajorVersion () override |
virtual sal_Int32 SAL_CALL | getDriverMinorVersion () override |
virtual sal_Bool SAL_CALL | usesLocalFiles () override |
virtual sal_Bool SAL_CALL | usesLocalFilePerTable () override |
virtual sal_Bool SAL_CALL | supportsMixedCaseIdentifiers () override |
virtual sal_Bool SAL_CALL | storesUpperCaseIdentifiers () override |
virtual sal_Bool SAL_CALL | storesLowerCaseIdentifiers () override |
virtual sal_Bool SAL_CALL | storesMixedCaseIdentifiers () override |
virtual sal_Bool SAL_CALL | supportsMixedCaseQuotedIdentifiers () override |
virtual sal_Bool SAL_CALL | storesUpperCaseQuotedIdentifiers () override |
virtual sal_Bool SAL_CALL | storesLowerCaseQuotedIdentifiers () override |
virtual sal_Bool SAL_CALL | storesMixedCaseQuotedIdentifiers () override |
virtual OUString SAL_CALL | getIdentifierQuoteString () override |
virtual OUString SAL_CALL | getSQLKeywords () override |
virtual OUString SAL_CALL | getNumericFunctions () override |
virtual OUString SAL_CALL | getStringFunctions () override |
virtual OUString SAL_CALL | getSystemFunctions () override |
virtual OUString SAL_CALL | getTimeDateFunctions () override |
virtual OUString SAL_CALL | getSearchStringEscape () override |
virtual OUString SAL_CALL | getExtraNameCharacters () override |
virtual sal_Bool SAL_CALL | supportsAlterTableWithAddColumn () override |
virtual sal_Bool SAL_CALL | supportsAlterTableWithDropColumn () override |
virtual sal_Bool SAL_CALL | supportsColumnAliasing () override |
virtual sal_Bool SAL_CALL | nullPlusNonNullIsNull () override |
virtual sal_Bool SAL_CALL | supportsTypeConversion () override |
virtual sal_Bool SAL_CALL | supportsConvert (sal_Int32 fromType, sal_Int32 toType) override |
virtual sal_Bool SAL_CALL | supportsTableCorrelationNames () override |
virtual sal_Bool SAL_CALL | supportsDifferentTableCorrelationNames () override |
virtual sal_Bool SAL_CALL | supportsExpressionsInOrderBy () override |
virtual sal_Bool SAL_CALL | supportsOrderByUnrelated () override |
virtual sal_Bool SAL_CALL | supportsGroupBy () override |
virtual sal_Bool SAL_CALL | supportsGroupByUnrelated () override |
virtual sal_Bool SAL_CALL | supportsGroupByBeyondSelect () override |
virtual sal_Bool SAL_CALL | supportsLikeEscapeClause () override |
virtual sal_Bool SAL_CALL | supportsMultipleResultSets () override |
virtual sal_Bool SAL_CALL | supportsMultipleTransactions () override |
virtual sal_Bool SAL_CALL | supportsNonNullableColumns () override |
virtual sal_Bool SAL_CALL | supportsMinimumSQLGrammar () override |
virtual sal_Bool SAL_CALL | supportsCoreSQLGrammar () override |
virtual sal_Bool SAL_CALL | supportsExtendedSQLGrammar () override |
virtual sal_Bool SAL_CALL | supportsANSI92EntryLevelSQL () override |
virtual sal_Bool SAL_CALL | supportsANSI92IntermediateSQL () override |
virtual sal_Bool SAL_CALL | supportsANSI92FullSQL () override |
virtual sal_Bool SAL_CALL | supportsIntegrityEnhancementFacility () override |
virtual sal_Bool SAL_CALL | supportsOuterJoins () override |
virtual sal_Bool SAL_CALL | supportsFullOuterJoins () override |
virtual sal_Bool SAL_CALL | supportsLimitedOuterJoins () override |
virtual OUString SAL_CALL | getSchemaTerm () override |
virtual OUString SAL_CALL | getProcedureTerm () override |
virtual OUString SAL_CALL | getCatalogTerm () override |
virtual sal_Bool SAL_CALL | isCatalogAtStart () override |
virtual OUString SAL_CALL | getCatalogSeparator () override |
virtual sal_Bool SAL_CALL | supportsSchemasInDataManipulation () override |
virtual sal_Bool SAL_CALL | supportsSchemasInProcedureCalls () override |
virtual sal_Bool SAL_CALL | supportsSchemasInTableDefinitions () override |
virtual sal_Bool SAL_CALL | supportsSchemasInIndexDefinitions () override |
virtual sal_Bool SAL_CALL | supportsSchemasInPrivilegeDefinitions () override |
virtual sal_Bool SAL_CALL | supportsCatalogsInDataManipulation () override |
virtual sal_Bool SAL_CALL | supportsCatalogsInProcedureCalls () override |
virtual sal_Bool SAL_CALL | supportsCatalogsInTableDefinitions () override |
virtual sal_Bool SAL_CALL | supportsCatalogsInIndexDefinitions () override |
virtual sal_Bool SAL_CALL | supportsCatalogsInPrivilegeDefinitions () override |
virtual sal_Bool SAL_CALL | supportsPositionedDelete () override |
virtual sal_Bool SAL_CALL | supportsPositionedUpdate () override |
virtual sal_Bool SAL_CALL | supportsSelectForUpdate () override |
virtual sal_Bool SAL_CALL | supportsStoredProcedures () override |
virtual sal_Bool SAL_CALL | supportsSubqueriesInComparisons () override |
virtual sal_Bool SAL_CALL | supportsSubqueriesInExists () override |
virtual sal_Bool SAL_CALL | supportsSubqueriesInIns () override |
virtual sal_Bool SAL_CALL | supportsSubqueriesInQuantifieds () override |
virtual sal_Bool SAL_CALL | supportsCorrelatedSubqueries () override |
virtual sal_Bool SAL_CALL | supportsUnion () override |
virtual sal_Bool SAL_CALL | supportsUnionAll () override |
virtual sal_Bool SAL_CALL | supportsOpenCursorsAcrossCommit () override |
virtual sal_Bool SAL_CALL | supportsOpenCursorsAcrossRollback () override |
virtual sal_Bool SAL_CALL | supportsOpenStatementsAcrossCommit () override |
virtual sal_Bool SAL_CALL | supportsOpenStatementsAcrossRollback () override |
virtual sal_Int32 SAL_CALL | getMaxBinaryLiteralLength () override |
virtual sal_Int32 SAL_CALL | getMaxCharLiteralLength () override |
virtual sal_Int32 SAL_CALL | getMaxColumnNameLength () override |
virtual sal_Int32 SAL_CALL | getMaxColumnsInGroupBy () override |
virtual sal_Int32 SAL_CALL | getMaxColumnsInIndex () override |
virtual sal_Int32 SAL_CALL | getMaxColumnsInOrderBy () override |
virtual sal_Int32 SAL_CALL | getMaxColumnsInSelect () override |
virtual sal_Int32 SAL_CALL | getMaxColumnsInTable () override |
virtual sal_Int32 SAL_CALL | getMaxConnections () override |
virtual sal_Int32 SAL_CALL | getMaxCursorNameLength () override |
virtual sal_Int32 SAL_CALL | getMaxIndexLength () override |
virtual sal_Int32 SAL_CALL | getMaxSchemaNameLength () override |
virtual sal_Int32 SAL_CALL | getMaxProcedureNameLength () override |
virtual sal_Int32 SAL_CALL | getMaxCatalogNameLength () override |
virtual sal_Int32 SAL_CALL | getMaxRowSize () override |
virtual sal_Bool SAL_CALL | doesMaxRowSizeIncludeBlobs () override |
virtual sal_Int32 SAL_CALL | getMaxStatementLength () override |
virtual sal_Int32 SAL_CALL | getMaxStatements () override |
virtual sal_Int32 SAL_CALL | getMaxTableNameLength () override |
virtual sal_Int32 SAL_CALL | getMaxTablesInSelect () override |
virtual sal_Int32 SAL_CALL | getMaxUserNameLength () override |
virtual sal_Int32 SAL_CALL | getDefaultTransactionIsolation () override |
virtual sal_Bool SAL_CALL | supportsTransactions () override |
virtual sal_Bool SAL_CALL | supportsTransactionIsolationLevel (sal_Int32 level) override |
virtual sal_Bool SAL_CALL | supportsDataDefinitionAndDataManipulationTransactions () override |
virtual sal_Bool SAL_CALL | supportsDataManipulationTransactionsOnly () override |
virtual sal_Bool SAL_CALL | dataDefinitionCausesTransactionCommit () override |
virtual sal_Bool SAL_CALL | dataDefinitionIgnoredInTransactions () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getProcedures (const css::uno::Any &catalog, const OUString &schemaPattern, const OUString &procedureNamePattern) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getProcedureColumns (const css::uno::Any &catalog, const OUString &schemaPattern, const OUString &procedureNamePattern, const OUString &columnNamePattern) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTables (const css::uno::Any &catalog, const OUString &schemaPattern, const OUString &tableNamePattern, const css::uno::Sequence< OUString > &types) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getSchemas () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getCatalogs () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTableTypes () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getColumns (const css::uno::Any &catalog, const OUString &schemaPattern, const OUString &tableNamePattern, const OUString &columnNamePattern) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getColumnPrivileges (const css::uno::Any &catalog, const OUString &schema, const OUString &table, const OUString &columnNamePattern) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTablePrivileges (const css::uno::Any &catalog, const OUString &schemaPattern, const OUString &tableNamePattern) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getBestRowIdentifier (const css::uno::Any &catalog, const OUString &schema, const OUString &table, sal_Int32 scope, sal_Bool nullable) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getVersionColumns (const css::uno::Any &catalog, const OUString &schema, const OUString &table) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getPrimaryKeys (const css::uno::Any &catalog, const OUString &schema, const OUString &table) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getImportedKeys (const css::uno::Any &catalog, const OUString &schema, const OUString &table) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getExportedKeys (const css::uno::Any &catalog, const OUString &schema, const OUString &table) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getCrossReference (const css::uno::Any &primaryCatalog, const OUString &primarySchema, const OUString &primaryTable, const css::uno::Any &foreignCatalog, const OUString &foreignSchema, const OUString &foreignTable) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTypeInfo () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getIndexInfo (const css::uno::Any &catalog, const OUString &schema, const OUString &table, sal_Bool unique, sal_Bool approximate) override |
virtual sal_Bool SAL_CALL | supportsResultSetType (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | supportsResultSetConcurrency (sal_Int32 setType, sal_Int32 concurrency) override |
virtual sal_Bool SAL_CALL | ownUpdatesAreVisible (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | ownDeletesAreVisible (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | ownInsertsAreVisible (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | othersUpdatesAreVisible (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | othersDeletesAreVisible (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | othersInsertsAreVisible (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | updatesAreDetected (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | deletesAreDetected (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | insertsAreDetected (sal_Int32 setType) override |
virtual sal_Bool SAL_CALL | supportsBatchUpdates () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getUDTs (const css::uno::Any &catalog, const OUString &schemaPattern, const OUString &typeNamePattern, const css::uno::Sequence< sal_Int32 > &types) override |
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL | getConnection () override |
Private Member Functions | |
css::uno::Reference< css::sdbc::XResultSet > | lcl_getKeys (bool bIsImport, std::u16string_view table) |
Private Attributes | |
::rtl::Reference< Connection > | m_pConnection |
Definition at line 40 of file drivers/firebird/DatabaseMetaData.hxx.
|
explicit |
Definition at line 47 of file firebird/DatabaseMetaData.cxx.
References m_pConnection, and SAL_WARN_IF.
|
overridevirtual |
Definition at line 54 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 451 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 313 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 365 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 360 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 756 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 215 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
|
overridevirtual |
Definition at line 94 of file firebird/DatabaseMetaData.cxx.
References connectivity::ODatabaseMetaDataResultSet::eCatalogs.
|
overridevirtual |
Definition at line 59 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 69 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 772 of file firebird/DatabaseMetaData.cxx.
References m_pConnection.
|
overridevirtual |
|
overridevirtual |
Definition at line 609 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 599 of file firebird/DatabaseMetaData.cxx.
References m_pConnection.
|
overridevirtual |
Definition at line 420 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 619 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 624 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 589 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 594 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
|
overridevirtual |
Definition at line 350 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 222 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 155 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 64 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 165 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 170 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 679 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 175 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 684 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 689 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 192 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 187 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 182 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 340 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 446 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 160 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 137 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 199 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 441 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 204 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 209 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 694 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 657 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 614 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 147 of file firebird/DatabaseMetaData.cxx.
References connectivity::ODatabaseMetaDataResultSet::eSchemas.
|
overridevirtual |
Definition at line 142 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 634 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 629 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 639 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 652 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 782 of file firebird/DatabaseMetaData.cxx.
References connectivity::ODatabaseMetaDataResultSet::eTableTypes.
|
overridevirtual |
Definition at line 646 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 579 of file firebird/DatabaseMetaData.cxx.
References m_pConnection.
|
overridevirtual |
Definition at line 584 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
|
overridevirtual |
Definition at line 761 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 74 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 461 of file firebird/DatabaseMetaData.cxx.
References m_pConnection.
|
private |
Definition at line 1477 of file firebird/DatabaseMetaData.cxx.
References connectivity::ODatabaseMetaDataResultSet::eExportedKeys, connectivity::ODatabaseMetaDataResultSet::eImportedKeys, m_pConnection, connectivity::firebird::sanitizeIdentifier(), and table.
|
overridevirtual |
Definition at line 476 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 529 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 534 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 539 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 544 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 741 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 746 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 736 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 726 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 731 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 721 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 257 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 232 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 262 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 237 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 267 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 245 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 283 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 288 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 431 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 426 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 574 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 766 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 89 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 84 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 106 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 101 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 79 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 330 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 319 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 273 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 549 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 375 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 370 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 355 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 481 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 664 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 669 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 486 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 491 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 497 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 436 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 509 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 674 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 278 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 252 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 227 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 504 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 406 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 345 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 396 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 401 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 391 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 386 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 514 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 303 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 293 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 298 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 710 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 699 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 122 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 127 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 117 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 112 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 132 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 308 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 456 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 554 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 559 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 564 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 569 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 335 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 411 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 381 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 325 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 519 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 524 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 751 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 471 of file firebird/DatabaseMetaData.cxx.
|
overridevirtual |
Definition at line 466 of file firebird/DatabaseMetaData.cxx.
References m_pConnection.
|
private |
Definition at line 42 of file drivers/firebird/DatabaseMetaData.hxx.
Referenced by getConnection(), getDatabaseProductVersion(), getURL(), isReadOnly(), lcl_getKeys(), ODatabaseMetaData(), and usesLocalFiles().