LibreOffice Module connectivity (master) 1
|
#include <mysqlc_databasemetadata.hxx>
Public Member Functions | |
const OConnection & | getOwnConnection () const |
ODatabaseMetaData (OConnection &_rCon, MYSQL *pMySql) | |
virtual | ~ODatabaseMetaData () override |
sal_Bool SAL_CALL | allProceduresAreCallable () override |
sal_Bool SAL_CALL | allTablesAreSelectable () override |
OUString SAL_CALL | getURL () override |
OUString SAL_CALL | getUserName () override |
sal_Bool SAL_CALL | isReadOnly () override |
sal_Bool SAL_CALL | nullsAreSortedHigh () override |
sal_Bool SAL_CALL | nullsAreSortedLow () override |
sal_Bool SAL_CALL | nullsAreSortedAtStart () override |
sal_Bool SAL_CALL | nullsAreSortedAtEnd () override |
OUString SAL_CALL | getDatabaseProductName () override |
OUString SAL_CALL | getDatabaseProductVersion () override |
OUString SAL_CALL | getDriverName () override |
OUString SAL_CALL | getDriverVersion () override |
sal_Int32 SAL_CALL | getDriverMajorVersion () override |
sal_Int32 SAL_CALL | getDriverMinorVersion () override |
sal_Bool SAL_CALL | usesLocalFiles () override |
sal_Bool SAL_CALL | usesLocalFilePerTable () override |
sal_Bool SAL_CALL | supportsMixedCaseIdentifiers () override |
sal_Bool SAL_CALL | storesUpperCaseIdentifiers () override |
sal_Bool SAL_CALL | storesLowerCaseIdentifiers () override |
sal_Bool SAL_CALL | storesMixedCaseIdentifiers () override |
sal_Bool SAL_CALL | supportsMixedCaseQuotedIdentifiers () override |
sal_Bool SAL_CALL | storesUpperCaseQuotedIdentifiers () override |
sal_Bool SAL_CALL | storesLowerCaseQuotedIdentifiers () override |
sal_Bool SAL_CALL | storesMixedCaseQuotedIdentifiers () override |
OUString SAL_CALL | getIdentifierQuoteString () override |
OUString SAL_CALL | getSQLKeywords () override |
OUString SAL_CALL | getNumericFunctions () override |
OUString SAL_CALL | getStringFunctions () override |
OUString SAL_CALL | getSystemFunctions () override |
OUString SAL_CALL | getTimeDateFunctions () override |
OUString SAL_CALL | getSearchStringEscape () override |
OUString SAL_CALL | getExtraNameCharacters () override |
sal_Bool SAL_CALL | supportsAlterTableWithAddColumn () override |
sal_Bool SAL_CALL | supportsAlterTableWithDropColumn () override |
sal_Bool SAL_CALL | supportsColumnAliasing () override |
sal_Bool SAL_CALL | nullPlusNonNullIsNull () override |
sal_Bool SAL_CALL | supportsTypeConversion () override |
sal_Bool SAL_CALL | supportsConvert (sal_Int32 fromType, sal_Int32 toType) override |
sal_Bool SAL_CALL | supportsTableCorrelationNames () override |
sal_Bool SAL_CALL | supportsDifferentTableCorrelationNames () override |
sal_Bool SAL_CALL | supportsExpressionsInOrderBy () override |
sal_Bool SAL_CALL | supportsOrderByUnrelated () override |
sal_Bool SAL_CALL | supportsGroupBy () override |
sal_Bool SAL_CALL | supportsGroupByUnrelated () override |
sal_Bool SAL_CALL | supportsGroupByBeyondSelect () override |
sal_Bool SAL_CALL | supportsLikeEscapeClause () override |
sal_Bool SAL_CALL | supportsMultipleResultSets () override |
sal_Bool SAL_CALL | supportsMultipleTransactions () override |
sal_Bool SAL_CALL | supportsNonNullableColumns () override |
sal_Bool SAL_CALL | supportsMinimumSQLGrammar () override |
sal_Bool SAL_CALL | supportsCoreSQLGrammar () override |
sal_Bool SAL_CALL | supportsExtendedSQLGrammar () override |
sal_Bool SAL_CALL | supportsANSI92EntryLevelSQL () override |
sal_Bool SAL_CALL | supportsANSI92IntermediateSQL () override |
sal_Bool SAL_CALL | supportsANSI92FullSQL () override |
sal_Bool SAL_CALL | supportsIntegrityEnhancementFacility () override |
sal_Bool SAL_CALL | supportsOuterJoins () override |
sal_Bool SAL_CALL | supportsFullOuterJoins () override |
sal_Bool SAL_CALL | supportsLimitedOuterJoins () override |
OUString SAL_CALL | getSchemaTerm () override |
OUString SAL_CALL | getProcedureTerm () override |
OUString SAL_CALL | getCatalogTerm () override |
sal_Bool SAL_CALL | isCatalogAtStart () override |
OUString SAL_CALL | getCatalogSeparator () override |
sal_Bool SAL_CALL | supportsSchemasInDataManipulation () override |
sal_Bool SAL_CALL | supportsSchemasInProcedureCalls () override |
sal_Bool SAL_CALL | supportsSchemasInTableDefinitions () override |
sal_Bool SAL_CALL | supportsSchemasInIndexDefinitions () override |
sal_Bool SAL_CALL | supportsSchemasInPrivilegeDefinitions () override |
sal_Bool SAL_CALL | supportsCatalogsInDataManipulation () override |
sal_Bool SAL_CALL | supportsCatalogsInProcedureCalls () override |
sal_Bool SAL_CALL | supportsCatalogsInTableDefinitions () override |
sal_Bool SAL_CALL | supportsCatalogsInIndexDefinitions () override |
sal_Bool SAL_CALL | supportsCatalogsInPrivilegeDefinitions () override |
sal_Bool SAL_CALL | supportsPositionedDelete () override |
sal_Bool SAL_CALL | supportsPositionedUpdate () override |
sal_Bool SAL_CALL | supportsSelectForUpdate () override |
sal_Bool SAL_CALL | supportsStoredProcedures () override |
sal_Bool SAL_CALL | supportsSubqueriesInComparisons () override |
sal_Bool SAL_CALL | supportsSubqueriesInExists () override |
sal_Bool SAL_CALL | supportsSubqueriesInIns () override |
sal_Bool SAL_CALL | supportsSubqueriesInQuantifieds () override |
sal_Bool SAL_CALL | supportsCorrelatedSubqueries () override |
sal_Bool SAL_CALL | supportsUnion () override |
sal_Bool SAL_CALL | supportsUnionAll () override |
sal_Bool SAL_CALL | supportsOpenCursorsAcrossCommit () override |
sal_Bool SAL_CALL | supportsOpenCursorsAcrossRollback () override |
sal_Bool SAL_CALL | supportsOpenStatementsAcrossCommit () override |
sal_Bool SAL_CALL | supportsOpenStatementsAcrossRollback () override |
sal_Int32 SAL_CALL | getMaxBinaryLiteralLength () override |
sal_Int32 SAL_CALL | getMaxCharLiteralLength () override |
sal_Int32 SAL_CALL | getMaxColumnNameLength () override |
sal_Int32 SAL_CALL | getMaxColumnsInGroupBy () override |
sal_Int32 SAL_CALL | getMaxColumnsInIndex () override |
sal_Int32 SAL_CALL | getMaxColumnsInOrderBy () override |
sal_Int32 SAL_CALL | getMaxColumnsInSelect () override |
sal_Int32 SAL_CALL | getMaxColumnsInTable () override |
sal_Int32 SAL_CALL | getMaxConnections () override |
sal_Int32 SAL_CALL | getMaxCursorNameLength () override |
sal_Int32 SAL_CALL | getMaxIndexLength () override |
sal_Int32 SAL_CALL | getMaxSchemaNameLength () override |
sal_Int32 SAL_CALL | getMaxProcedureNameLength () override |
sal_Int32 SAL_CALL | getMaxCatalogNameLength () override |
sal_Int32 SAL_CALL | getMaxRowSize () override |
sal_Bool SAL_CALL | doesMaxRowSizeIncludeBlobs () override |
sal_Int32 SAL_CALL | getMaxStatementLength () override |
sal_Int32 SAL_CALL | getMaxStatements () override |
sal_Int32 SAL_CALL | getMaxTableNameLength () override |
sal_Int32 SAL_CALL | getMaxTablesInSelect () override |
sal_Int32 SAL_CALL | getMaxUserNameLength () override |
sal_Int32 SAL_CALL | getDefaultTransactionIsolation () override |
sal_Bool SAL_CALL | supportsTransactions () override |
sal_Bool SAL_CALL | supportsTransactionIsolationLevel (sal_Int32 level) override |
sal_Bool SAL_CALL | supportsDataDefinitionAndDataManipulationTransactions () override |
sal_Bool SAL_CALL | supportsDataManipulationTransactionsOnly () override |
sal_Bool SAL_CALL | dataDefinitionCausesTransactionCommit () override |
sal_Bool SAL_CALL | dataDefinitionIgnoredInTransactions () override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getProcedures (const Any &catalog, const OUString &schemaPattern, const OUString &procedureNamePattern) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getProcedureColumns (const Any &catalog, const OUString &schemaPattern, const OUString &procedureNamePattern, const OUString &columnNamePattern) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTables (const Any &catalog, const OUString &schemaPattern, const OUString &tableNamePattern, const css::uno::Sequence< OUString > &types) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getSchemas () override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getCatalogs () override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTableTypes () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getColumns (const Any &catalog, const OUString &schemaPattern, const OUString &tableNamePattern, const OUString &columnNamePattern) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getColumnPrivileges (const Any &catalog, const OUString &schema, const OUString &table, const OUString &columnNamePattern) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTablePrivileges (const Any &catalog, const OUString &schemaPattern, const OUString &tableNamePattern) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getBestRowIdentifier (const Any &catalog, const OUString &schema, const OUString &table, sal_Int32 scope, sal_Bool nullable) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getVersionColumns (const Any &catalog, const OUString &schema, const OUString &table) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getPrimaryKeys (const Any &catalog, const OUString &schema, const OUString &table) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getImportedKeys (const Any &catalog, const OUString &schema, const OUString &table) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getExportedKeys (const Any &catalog, const OUString &schema, const OUString &table) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getCrossReference (const Any &primaryCatalog, const OUString &primarySchema, const OUString &primaryTable, const Any &foreignCatalog, const OUString &foreignSchema, const OUString &foreignTable) override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTypeInfo () override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getIndexInfo (const Any &catalog, const OUString &schema, const OUString &table, sal_Bool unique, sal_Bool approximate) override |
sal_Bool SAL_CALL | supportsResultSetType (sal_Int32 setType) override |
sal_Bool SAL_CALL | supportsResultSetConcurrency (sal_Int32 setType, sal_Int32 concurrency) override |
sal_Bool SAL_CALL | ownUpdatesAreVisible (sal_Int32 setType) override |
sal_Bool SAL_CALL | ownDeletesAreVisible (sal_Int32 setType) override |
sal_Bool SAL_CALL | ownInsertsAreVisible (sal_Int32 setType) override |
sal_Bool SAL_CALL | othersUpdatesAreVisible (sal_Int32 setType) override |
sal_Bool SAL_CALL | othersDeletesAreVisible (sal_Int32 setType) override |
sal_Bool SAL_CALL | othersInsertsAreVisible (sal_Int32 setType) override |
sal_Bool SAL_CALL | updatesAreDetected (sal_Int32 setType) override |
sal_Bool SAL_CALL | deletesAreDetected (sal_Int32 setType) override |
sal_Bool SAL_CALL | insertsAreDetected (sal_Int32 setType) override |
sal_Bool SAL_CALL | supportsBatchUpdates () override |
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getUDTs (const Any &catalog, const OUString &schemaPattern, const OUString &typeNamePattern, const css::uno::Sequence< sal_Int32 > &types) override |
css::uno::Reference< css::sdbc::XConnection > SAL_CALL | getConnection () override |
Public Member Functions inherited from cppu::WeakImplHelper1< class Ifc1 > | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakObject | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Attributes | |
OConnection & | m_rConnection |
MYSQL * | m_pMySql |
Additional Inherited Members | |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 35 of file mysqlc_databasemetadata.hxx.
|
explicit |
Definition at line 61 of file mysqlc_databasemetadata.cxx.
|
overridevirtual |
Definition at line 67 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 228 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 240 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 174 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 172 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 537 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 110 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 997 of file mysqlc_databasemetadata.cxx.
References createInstance(), getOwnConnection(), lcl_setRows_throw(), and SAL_WARN.
|
override |
Definition at line 607 of file mysqlc_databasemetadata.cxx.
References createInstance(), and getOwnConnection().
|
override |
Definition at line 69 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 162 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 649 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::createStatement(), m_rConnection, query(), and table.
|
overridevirtual |
Definition at line 669 of file mysqlc_databasemetadata.cxx.
References Any, createInstance(), connectivity::mysqlc::OConnection::createStatement(), getOwnConnection(), lcl_setRows_throw(), m_rConnection, mysqlc_sdbc_driver::mysqlStrToOOOType(), query(), and o3tl::toInt32().
|
override |
Definition at line 543 of file mysqlc_databasemetadata.cxx.
References m_rConnection.
|
override |
Definition at line 1021 of file mysqlc_databasemetadata.cxx.
References createInstance(), getOwnConnection(), lcl_setRows_throw(), and SAL_WARN.
|
override |
Definition at line 377 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 371 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getConnectionEncoding(), m_pMySql, and m_rConnection.
|
override |
Definition at line 390 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 383 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 395 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 367 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 369 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 875 of file mysqlc_databasemetadata.cxx.
References createInstance(), getOwnConnection(), lcl_setRows_throw(), and SAL_WARN.
|
override |
Definition at line 166 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 164 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 889 of file mysqlc_databasemetadata.cxx.
References Any, createInstance(), connectivity::mysqlc::OConnection::createStatement(), getOwnConnection(), lcl_setRows_throw(), m_rConnection, query(), and table.
|
override |
Definition at line 981 of file mysqlc_databasemetadata.cxx.
References createInstance(), getOwnConnection(), lcl_setRows_throw(), and SAL_WARN.
|
override |
Definition at line 71 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 78 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 80 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 82 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 495 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 84 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 497 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 499 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 96 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 88 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 86 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 158 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 222 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 73 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 224 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 98 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 220 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 106 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 108 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 501 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 478 of file mysqlc_databasemetadata.cxx.
|
inline |
Definition at line 41 of file mysqlc_databasemetadata.hxx.
References m_rConnection.
Referenced by getBestRowIdentifier(), getCatalogs(), getColumns(), getCrossReference(), getExportedKeys(), getImportedKeys(), getIndexInfo(), getProcedures(), getSchemas(), getTableTypes(), getTypeInfo(), and getVersionColumns().
|
override |
Definition at line 960 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::createStatement(), m_rConnection, query(), and table.
|
override |
Definition at line 840 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 849 of file mysqlc_databasemetadata.cxx.
References createInstance(), getOwnConnection(), lcl_setRows_throw(), and SAL_WARN.
|
override |
Definition at line 379 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 615 of file mysqlc_databasemetadata.cxx.
References Any, createInstance(), connectivity::mysqlc::OConnection::createStatement(), getOwnConnection(), i, lcl_setRows_throw(), m_rConnection, and u.
|
override |
Definition at line 381 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 449 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 402 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 451 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 472 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 1013 of file mysqlc_databasemetadata.cxx.
|
override |
|
override |
Definition at line 552 of file mysqlc_databasemetadata.cxx.
References Any, mysqlc_sdbc_driver::convert(), createInstance(), connectivity::mysqlc::OConnection::getConnectionEncoding(), connectivity::mysqlc::OConnection::getMysqlVersion(), getOwnConnection(), i, lcl_setRows_throw(), and m_rConnection.
|
override |
Definition at line 462 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 575 of file mysqlc_databasemetadata.cxx.
References Any, mysqlc_sdbc_driver::convert(), createInstance(), connectivity::mysqlc::OConnection::getConnectionEncoding(), getOwnConnection(), i, lcl_setRows_throw(), m_rConnection, mysqlc_types, precision, and typeName.
|
override |
|
override |
Definition at line 345 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::ConnectionSettings::connectionURL, connectivity::mysqlc::OConnection::getConnectionSettings(), and m_rConnection.
|
override |
Definition at line 350 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::createStatement(), and m_rConnection.
|
override |
Definition at line 863 of file mysqlc_databasemetadata.cxx.
References createInstance(), getOwnConnection(), and lcl_setRows_throw().
|
override |
Definition at line 539 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 170 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 242 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 250 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 293 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 295 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 300 of file mysqlc_databasemetadata.cxx.
Referenced by nullsAreSortedLow().
|
override |
Definition at line 302 of file mysqlc_databasemetadata.cxx.
References nullsAreSortedHigh().
|
override |
Definition at line 525 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 530 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 520 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 516 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 518 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 514 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 119 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 112 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 133 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 126 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 147 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 140 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 154 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 156 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 204 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 202 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 343 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 541 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 216 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 214 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 316 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 314 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 212 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 252 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 256 of file mysqlc_databasemetadata.cxx.
References SAL_WARN.
|
override |
Definition at line 487 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 318 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 178 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 176 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 168 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 263 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 485 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 491 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 265 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 267 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 269 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 206 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 275 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 493 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 489 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 289 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 291 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 273 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 271 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 160 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 191 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 193 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 189 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 187 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 277 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 218 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 183 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 185 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 508 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 503 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 200 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 208 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 309 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 304 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 210 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 235 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 230 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 323 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 328 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 333 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 338 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 254 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 195 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 226 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 248 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 279 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 284 of file mysqlc_databasemetadata.cxx.
References connectivity::mysqlc::OConnection::getMysqlVersion(), and m_rConnection.
|
override |
Definition at line 535 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 246 of file mysqlc_databasemetadata.cxx.
|
override |
Definition at line 244 of file mysqlc_databasemetadata.cxx.
|
private |
Definition at line 38 of file mysqlc_databasemetadata.hxx.
Referenced by getDatabaseProductVersion().
|
private |
Definition at line 37 of file mysqlc_databasemetadata.hxx.
Referenced by getColumnPrivileges(), getColumns(), getConnection(), getDatabaseProductVersion(), getImportedKeys(), getOwnConnection(), getPrimaryKeys(), getSchemas(), getTableTypes(), getTypeInfo(), getURL(), getUserName(), nullsAreSortedAtStart(), supportsCorrelatedSubqueries(), supportsSchemasInPrivilegeDefinitions(), supportsSchemasInProcedureCalls(), supportsSelectForUpdate(), supportsStoredProcedures(), supportsSubqueriesInComparisons(), supportsSubqueriesInExists(), supportsSubqueriesInIns(), supportsSubqueriesInQuantifieds(), supportsUnion(), and supportsUnionAll().