LibreOffice Module connectivity (master) 1
|
#include <DatabaseMetaData.hxx>
Public Member Functions | |
virtual jclass | getMyClass () const override |
virtual | ~java_sql_DatabaseMetaData () override |
java_sql_DatabaseMetaData (JNIEnv *pEnv, jobject myObj, java_sql_Connection &_rConnection) | |
Public Member Functions inherited from connectivity::ODatabaseMetaDataBase | |
ODatabaseMetaDataBase (const css::uno::Reference< css::sdbc::XConnection > &_rxConnection, const css::uno::Sequence< css::beans::PropertyValue > &_rInfo) | |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getConnectionInfo () override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getTypeInfo () 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 | getSchemas () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getCatalogs () 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 | getIndexInfo (const css::uno::Any &catalog, const OUString &schema, const OUString &table, sal_Bool unique, sal_Bool approximate) override |
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL | getConnection () override |
virtual OUString SAL_CALL | getIdentifierQuoteString () override |
virtual sal_Bool SAL_CALL | isCatalogAtStart () override |
virtual OUString SAL_CALL | getCatalogSeparator () override |
virtual sal_Bool SAL_CALL | supportsCatalogsInTableDefinitions () override |
virtual sal_Bool SAL_CALL | supportsSchemasInTableDefinitions () override |
virtual sal_Bool SAL_CALL | supportsCatalogsInDataManipulation () override |
virtual sal_Bool SAL_CALL | supportsSchemasInDataManipulation () override |
virtual sal_Bool SAL_CALL | supportsMixedCaseQuotedIdentifiers () override |
virtual sal_Bool SAL_CALL | supportsAlterTableWithAddColumn () override |
virtual sal_Bool SAL_CALL | supportsAlterTableWithDropColumn () override |
virtual sal_Int32 SAL_CALL | getMaxStatements () override |
virtual sal_Int32 SAL_CALL | getMaxTablesInSelect () override |
virtual sal_Bool SAL_CALL | storesMixedCaseQuotedIdentifiers () override |
Public Member Functions inherited from connectivity::java_lang_Object | |
java_lang_Object (JNIEnv *pEnv, jobject myObj) | |
java_lang_Object () | |
virtual | ~java_lang_Object () COVERITY_NOEXCEPT_FALSE |
void | saveRef (JNIEnv *pEnv, jobject myObj) |
jobject | getJavaObject () const |
void | clearObject (JNIEnv &rEnv) |
void | clearObject () |
OUString | toString () const |
static ::rtl::Reference< jvmaccess::VirtualMachine > | getVM (const css::uno::Reference< css::uno::XComponentContext > &_rxContext=nullptr) |
void | obtainMethodId_throwSQL (JNIEnv *_pEnv, const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID) const |
void | obtainMethodId_throwRuntime (JNIEnv *_pEnv, const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID) const |
bool | callBooleanMethod (const char *_pMethodName, jmethodID &_inout_MethodID) const |
bool | callBooleanMethodWithIntArg (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
jobject | callResultSetMethod (JNIEnv &_rEnv, const char *_pMethodName, jmethodID &_inout_MethodID) const |
sal_Int32 | callIntMethod_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID) const |
sal_Int32 | callIntMethod_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID) const |
sal_Int32 | callIntMethodWithIntArg_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
sal_Int32 | callIntMethodWithIntArg_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
sal_Int32 | callIntMethodWithStringArg (const char *_pMethodName, jmethodID &_inout_MethodID, const OUString &_nArgument) const |
OUString | callStringMethod (const char *_pMethodName, jmethodID &_inout_MethodID) const |
OUString | callStringMethodWithIntArg (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
void | callVoidMethod_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID) const |
void | callVoidMethod_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID) const |
void | callVoidMethodWithIntArg_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
void | callVoidMethodWithIntArg_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
void | callVoidMethodWithBoolArg_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID, bool _nArgument) const |
void | callVoidMethodWithBoolArg_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID, bool _nArgument) const |
void | callVoidMethodWithStringArg (const char *_pMethodName, jmethodID &_inout_MethodID, const OUString &_nArgument) const |
jobject | callObjectMethod (JNIEnv *pEnv, const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID) const |
jobject | callObjectMethodWithIntArg (JNIEnv *pEnv, const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
template<typename T > | |
T | callMethodWithIntArg (T(JNIEnv::*pCallMethod)(jobject obj, jmethodID methodID,...), const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
template<typename T > | |
void | callVoidMethod_ThrowSQL (const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID, sal_Int32 _nArgument, const T &_aValue) const |
Private Member Functions | |
virtual css::uno::Reference< css::sdbc::XResultSet > | impl_getTypeInfo_throw () override |
virtual OUString | impl_getIdentifierQuoteString_throw () override |
virtual bool | impl_isCatalogAtStart_throw () override |
virtual OUString | impl_getCatalogSeparator_throw () override |
virtual bool | impl_supportsCatalogsInTableDefinitions_throw () override |
virtual bool | impl_supportsSchemasInTableDefinitions_throw () override |
virtual bool | impl_supportsCatalogsInDataManipulation_throw () override |
virtual bool | impl_supportsSchemasInDataManipulation_throw () override |
virtual bool | impl_supportsMixedCaseQuotedIdentifiers_throw () override |
virtual bool | impl_supportsAlterTableWithAddColumn_throw () override |
virtual bool | impl_supportsAlterTableWithDropColumn_throw () override |
virtual sal_Int32 | impl_getMaxStatements_throw () override |
virtual sal_Int32 | impl_getMaxTablesInSelect_throw () override |
virtual bool | impl_storesMixedCaseQuotedIdentifiers_throw () 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 | storesUpperCaseQuotedIdentifiers () override |
virtual sal_Bool SAL_CALL | storesLowerCaseQuotedIdentifiers () 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 | 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 | supportsSchemasInProcedureCalls () override |
virtual sal_Bool SAL_CALL | supportsSchemasInIndexDefinitions () override |
virtual sal_Bool SAL_CALL | supportsSchemasInPrivilegeDefinitions () override |
virtual sal_Bool SAL_CALL | supportsCatalogsInProcedureCalls () 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 | getMaxTableNameLength () 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 | 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 |
bool | impl_callBooleanMethod (const char *_pMethodName, jmethodID &_inout_MethodID) |
OUString | impl_callStringMethod (const char *_pMethodName, jmethodID &_inout_MethodID) |
sal_Int32 | impl_callIntMethod_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID) |
sal_Int32 | impl_callIntMethod_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID) |
bool | impl_callBooleanMethodWithIntArg (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) |
css::uno::Reference< css::sdbc::XResultSet > | impl_callResultSetMethod (const char *_pMethodName, jmethodID &_inout_MethodID) |
css::uno::Reference< css::sdbc::XResultSet > | impl_callResultSetMethodWithStrings (const char *_pMethodName, jmethodID &_inout_MethodID, const css::uno::Any &_rCatalog, const OUString &_rSchemaPattern, const OUString &_rLeastPattern, const OUString *_pOptionalAdditionalString=nullptr) |
Private Attributes | |
java_sql_Connection * | m_pConnection |
java::sql::ConnectionLog | m_aLogger |
Static Private Attributes | |
static jclass | theClass = nullptr |
Additional Inherited Members | |
Static Public Member Functions inherited from connectivity::java_lang_Object | |
static void | ThrowSQLException (JNIEnv *pEnv, const css::uno::Reference< css::uno::XInterface > &_rContext) |
static void | ThrowLoggedSQLException (const ::comphelper::EventLogger &_rLogger, JNIEnv *pEnvironment, const css::uno::Reference< css::uno::XInterface > &_rxContext) |
static void | ThrowRuntimeException (JNIEnv *pEnv, const css::uno::Reference< css::uno::XInterface > &_rContext) |
static jclass | findMyClass (const char *_pClassName) |
Protected Member Functions inherited from connectivity::ODatabaseMetaDataBase | |
virtual | ~ODatabaseMetaDataBase () override |
virtual css::uno::Reference< css::sdbc::XResultSet > | impl_getTypeInfo_throw ()=0 |
virtual OUString | impl_getIdentifierQuoteString_throw ()=0 |
virtual bool | impl_isCatalogAtStart_throw ()=0 |
virtual OUString | impl_getCatalogSeparator_throw ()=0 |
virtual bool | impl_supportsCatalogsInTableDefinitions_throw ()=0 |
virtual bool | impl_supportsSchemasInTableDefinitions_throw ()=0 |
virtual bool | impl_supportsCatalogsInDataManipulation_throw ()=0 |
virtual bool | impl_supportsSchemasInDataManipulation_throw ()=0 |
virtual bool | impl_supportsMixedCaseQuotedIdentifiers_throw ()=0 |
virtual bool | impl_supportsAlterTableWithAddColumn_throw ()=0 |
virtual bool | impl_supportsAlterTableWithDropColumn_throw ()=0 |
virtual sal_Int32 | impl_getMaxStatements_throw ()=0 |
virtual sal_Int32 | impl_getMaxTablesInSelect_throw ()=0 |
virtual bool | impl_storesMixedCaseQuotedIdentifiers_throw ()=0 |
virtual jclass | getMyClass () const |
Protected Attributes inherited from connectivity::ODatabaseMetaDataBase | |
css::uno::Reference< css::sdbc::XConnection > | m_xConnection |
css::uno::Reference< css::lang::XEventListener > | m_xListenerHelper |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Protected Attributes inherited from connectivity::java_lang_Object | |
jobject | object |
Static Protected Attributes inherited from connectivity::java_lang_Object | |
static jclass | theClass = nullptr |
Definition at line 33 of file inc/java/sql/DatabaseMetaData.hxx.
|
overridevirtual |
Definition at line 47 of file jdbc/DatabaseMetaData.cxx.
References connectivity::SDBThreadAttach::releaseRef().
java_sql_DatabaseMetaData::java_sql_DatabaseMetaData | ( | JNIEnv * | pEnv, |
jobject | myObj, | ||
java_sql_Connection & | _rConnection | ||
) |
Definition at line 60 of file jdbc/DatabaseMetaData.cxx.
References connectivity::SDBThreadAttach::addRef().
|
overrideprivatevirtual |
Definition at line 926 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 944 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 775 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 769 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1395 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 673 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 377 of file jdbc/DatabaseMetaData.cxx.
References args, connectivity::convertwchar_tToJavaString(), comphelper::getString(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, m_pConnection, connectivity::java_lang_Object::obtainMethodId_throwSQL(), STR_LOG_META_DATA_METHOD, STR_LOG_META_DATA_SUCCESS, t, table, and connectivity::java_lang_Object::ThrowLoggedSQLException().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 76 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethod().
|
overrideprivatevirtual |
Definition at line 739 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 94 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethodWithStrings(), and table.
|
overrideprivatevirtual |
Definition at line 101 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethodWithStrings().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 491 of file jdbc/DatabaseMetaData.cxx.
References args, connectivity::convertwchar_tToJavaString(), comphelper::getString(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, m_pConnection, connectivity::java_lang_Object::obtainMethodId_throwSQL(), STR_LOG_META_DATA_METHOD, STR_LOG_META_DATA_SUCCESS, t, and connectivity::java_lang_Object::ThrowLoggedSQLException().
|
overrideprivatevirtual |
Definition at line 1202 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Definition at line 1196 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Definition at line 1226 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 1220 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowRuntime().
|
overrideprivatevirtual |
Definition at line 1232 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowRuntime().
|
overrideprivatevirtual |
Definition at line 1184 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Definition at line 1190 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 315 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethodWithStrings(), and table.
|
overrideprivatevirtual |
Definition at line 751 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 322 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethodWithStrings(), and table.
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 336 of file jdbc/DatabaseMetaData.cxx.
References args, connectivity::convertwchar_tToJavaString(), comphelper::getString(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, m_pConnection, connectivity::java_lang_Object::obtainMethodId_throwSQL(), STR_LOG_META_DATA_METHOD, STR_LOG_META_DATA_SUCCESS, t, table, connectivity::java_lang_Object::ThrowLoggedSQLException(), and z.
|
overrideprivatevirtual |
Definition at line 243 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 255 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 261 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 267 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 1304 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 273 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 1310 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 1316 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 291 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 285 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 279 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 727 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 907 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 249 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 913 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 297 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 303 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Definition at line 1322 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overridevirtual |
Reimplemented from connectivity::java_lang_Object.
Definition at line 52 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java_lang_Object::findMyClass(), and theClass.
|
overrideprivatevirtual |
Definition at line 1268 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 329 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethodWithStrings(), and table.
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 222 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethodWithStrings().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 229 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethodWithStrings().
|
overrideprivatevirtual |
Definition at line 1208 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 88 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethod().
|
overrideprivatevirtual |
Definition at line 1214 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Definition at line 1244 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Definition at line 1238 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Definition at line 1250 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Definition at line 1262 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 417 of file jdbc/DatabaseMetaData.cxx.
References connectivity::ODatabaseMetaDataResultSet::eTablePrivileges, connectivity::ODatabaseMetaDataResultSet::getEmptyValue(), i, impl_callResultSetMethodWithStrings(), connectivity::java_sql_Connection::isIgnoreDriverPrivilegesEnabled(), m_pConnection, nCount, and u.
|
overrideprivatevirtual |
Definition at line 109 of file jdbc/DatabaseMetaData.cxx.
References Any, args, connectivity::convertwchar_tToJavaString(), connectivity::java_sql_Connection::getCatalogRestriction(), connectivity::java_sql_SQLException_BASE::getErrorCode(), connectivity::java_lang_Throwable::getMessage(), connectivity::java_sql_Connection::getSchemaRestriction(), connectivity::java_sql_SQLException_BASE::getSQLState(), i, connectivity::isExceptionOccurred(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, m_pConnection, connectivity::java_lang_Object::obtainMethodId_throwSQL(), connectivity::java_lang_String::st_getMyClass(), connectivity::java_sql_SQLException_BASE::st_getMyClass(), STR_LOG_META_DATA_METHOD, STR_LOG_META_DATA_SUCCESS, and t.
|
overrideprivatevirtual |
Definition at line 895 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethod().
|
overrideprivatevirtual |
Definition at line 1256 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Definition at line 1413 of file jdbc/DatabaseMetaData.cxx.
References args, connectivity::convertwchar_tToJavaString(), comphelper::getString(), m_aLogger, m_pConnection, connectivity::java_lang_Object::obtainMethodId_throwSQL(), t, and connectivity::java_lang_Object::ThrowLoggedSQLException().
|
overrideprivatevirtual |
Definition at line 1167 of file jdbc/DatabaseMetaData.cxx.
References connectivity::OMetaConnection::getURL(), impl_callStringMethod(), and m_pConnection.
|
overrideprivatevirtual |
Definition at line 1178 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Reimplemented from connectivity::ODatabaseMetaDataBase.
Definition at line 236 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethodWithStrings(), and table.
|
private |
Definition at line 540 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java_lang_Object::callBooleanMethod(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, STR_LOG_META_DATA_METHOD, and STR_LOG_META_DATA_RESULT.
Referenced by allProceduresAreCallable(), allTablesAreSelectable(), dataDefinitionCausesTransactionCommit(), dataDefinitionIgnoredInTransactions(), doesMaxRowSizeIncludeBlobs(), impl_isCatalogAtStart_throw(), impl_storesMixedCaseQuotedIdentifiers_throw(), impl_supportsAlterTableWithAddColumn_throw(), impl_supportsAlterTableWithDropColumn_throw(), impl_supportsCatalogsInDataManipulation_throw(), impl_supportsCatalogsInTableDefinitions_throw(), impl_supportsMixedCaseQuotedIdentifiers_throw(), impl_supportsSchemasInDataManipulation_throw(), impl_supportsSchemasInTableDefinitions_throw(), isReadOnly(), nullPlusNonNullIsNull(), nullsAreSortedAtEnd(), nullsAreSortedAtStart(), nullsAreSortedHigh(), nullsAreSortedLow(), storesLowerCaseIdentifiers(), storesLowerCaseQuotedIdentifiers(), storesMixedCaseIdentifiers(), storesUpperCaseIdentifiers(), storesUpperCaseQuotedIdentifiers(), supportsANSI92EntryLevelSQL(), supportsANSI92FullSQL(), supportsANSI92IntermediateSQL(), supportsBatchUpdates(), supportsCatalogsInIndexDefinitions(), supportsCatalogsInPrivilegeDefinitions(), supportsCatalogsInProcedureCalls(), supportsColumnAliasing(), supportsCoreSQLGrammar(), supportsCorrelatedSubqueries(), supportsDataDefinitionAndDataManipulationTransactions(), supportsDataManipulationTransactionsOnly(), supportsDifferentTableCorrelationNames(), supportsExpressionsInOrderBy(), supportsExtendedSQLGrammar(), supportsFullOuterJoins(), supportsGroupBy(), supportsGroupByBeyondSelect(), supportsGroupByUnrelated(), supportsIntegrityEnhancementFacility(), supportsLikeEscapeClause(), supportsLimitedOuterJoins(), supportsMinimumSQLGrammar(), supportsMixedCaseIdentifiers(), supportsMultipleResultSets(), supportsMultipleTransactions(), supportsNonNullableColumns(), supportsOpenCursorsAcrossCommit(), supportsOpenCursorsAcrossRollback(), supportsOpenStatementsAcrossCommit(), supportsOpenStatementsAcrossRollback(), supportsOrderByUnrelated(), supportsOuterJoins(), supportsPositionedDelete(), supportsPositionedUpdate(), supportsSchemasInIndexDefinitions(), supportsSchemasInPrivilegeDefinitions(), supportsSchemasInProcedureCalls(), supportsSelectForUpdate(), supportsStoredProcedures(), supportsSubqueriesInComparisons(), supportsSubqueriesInExists(), supportsSubqueriesInIns(), supportsSubqueriesInQuantifieds(), supportsTableCorrelationNames(), supportsTransactions(), supportsTypeConversion(), supportsUnion(), supportsUnionAll(), usesLocalFilePerTable(), and usesLocalFiles().
|
private |
Definition at line 581 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java_lang_Object::callBooleanMethodWithIntArg(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, STR_LOG_META_DATA_METHOD_ARG1, and STR_LOG_META_DATA_RESULT.
Referenced by deletesAreDetected(), insertsAreDetected(), othersDeletesAreVisible(), othersInsertsAreVisible(), othersUpdatesAreVisible(), ownDeletesAreVisible(), ownInsertsAreVisible(), ownUpdatesAreVisible(), supportsResultSetType(), supportsTransactionIsolationLevel(), and updatesAreDetected().
|
private |
Definition at line 573 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java_lang_Object::callIntMethod_ThrowRuntime(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, STR_LOG_META_DATA_METHOD, and STR_LOG_META_DATA_RESULT.
Referenced by getDriverMajorVersion(), and getDriverMinorVersion().
|
private |
Definition at line 565 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java_lang_Object::callIntMethod_ThrowSQL(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, STR_LOG_META_DATA_METHOD, and STR_LOG_META_DATA_RESULT.
Referenced by getDefaultTransactionIsolation(), getMaxBinaryLiteralLength(), getMaxCatalogNameLength(), getMaxCharLiteralLength(), getMaxColumnNameLength(), getMaxColumnsInGroupBy(), getMaxColumnsInIndex(), getMaxColumnsInOrderBy(), getMaxColumnsInSelect(), getMaxColumnsInTable(), getMaxConnections(), getMaxCursorNameLength(), getMaxIndexLength(), getMaxProcedureNameLength(), getMaxRowSize(), getMaxSchemaNameLength(), getMaxStatementLength(), getMaxTableNameLength(), getMaxUserNameLength(), impl_getMaxStatements_throw(), and impl_getMaxTablesInSelect_throw().
|
private |
Definition at line 592 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java_lang_Object::callResultSetMethod(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, m_pConnection, STR_LOG_META_DATA_METHOD, STR_LOG_META_DATA_SUCCESS, and t.
Referenced by getCatalogs(), getSchemas(), getTableTypes(), and impl_getTypeInfo_throw().
|
private |
Definition at line 602 of file jdbc/DatabaseMetaData.cxx.
References args, connectivity::convertwchar_tToJavaString(), comphelper::EventLogger::isLoggable(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, m_pConnection, connectivity::java_lang_Object::obtainMethodId_throwSQL(), sCatalog, STR_LOG_META_DATA_METHOD_ARG3, STR_LOG_META_DATA_METHOD_ARG4, STR_LOG_META_DATA_SUCCESS, t, and connectivity::java_lang_Object::ThrowLoggedSQLException().
Referenced by getColumnPrivileges(), getColumns(), getExportedKeys(), getImportedKeys(), getPrimaryKeys(), getProcedureColumns(), getProcedures(), getTablePrivileges(), and getVersionColumns().
|
private |
Definition at line 549 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java_lang_Object::callStringMethod(), comphelper::EventLogger::isLoggable(), connectivity::java::sql::ConnectionLog::log(), m_aLogger, STR_LOG_META_DATA_METHOD, and STR_LOG_META_DATA_RESULT.
Referenced by getCatalogTerm(), getDatabaseProductName(), getDatabaseProductVersion(), getDriverName(), getDriverVersion(), getExtraNameCharacters(), getNumericFunctions(), getProcedureTerm(), getSchemaTerm(), getSearchStringEscape(), getSQLKeywords(), getStringFunctions(), getSystemFunctions(), getTimeDateFunctions(), getURL(), getUserName(), impl_getCatalogSeparator_throw(), and impl_getIdentifierQuoteString_throw().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 82 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 745 of file jdbc/DatabaseMetaData.cxx.
References impl_callStringMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 901 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 309 of file jdbc/DatabaseMetaData.cxx.
References impl_callIntMethod_ThrowSQL().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 70 of file jdbc/DatabaseMetaData.cxx.
References impl_callResultSetMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 763 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 691 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 715 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 721 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 883 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 871 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 1077 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 835 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Implements connectivity::ODatabaseMetaDataBase.
Definition at line 865 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1401 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 950 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 974 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1083 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1089 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1095 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1101 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1377 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 1383 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 1371 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 1359 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 1365 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 1353 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 685 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 679 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 697 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 709 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 703 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 847 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 841 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1161 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1407 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 877 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1125 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1119 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 980 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 992 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java::sql::ConnectionLog::log(), m_aLogger, connectivity::java_lang_Object::obtainMethodId_throwSQL(), STR_LOG_META_DATA_METHOD_ARG2, STR_LOG_META_DATA_RESULT, t, and connectivity::java_lang_Object::ThrowLoggedSQLException().
|
overrideprivatevirtual |
Definition at line 1280 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1131 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 787 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 781 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 757 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1011 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1274 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1292 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1017 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1023 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1029 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 853 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1047 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1298 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1286 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1071 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1041 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1035 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 733 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 817 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 823 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 811 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 805 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1053 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 889 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 793 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 799 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1334 of file jdbc/DatabaseMetaData.cxx.
References connectivity::java::sql::ConnectionLog::log(), m_aLogger, connectivity::java_lang_Object::obtainMethodId_throwSQL(), STR_LOG_META_DATA_METHOD_ARG2, STR_LOG_META_DATA_RESULT, t, and connectivity::java_lang_Object::ThrowLoggedSQLException().
|
overrideprivatevirtual |
Definition at line 1328 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 859 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1113 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1107 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 938 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 932 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1137 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1143 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1149 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1155 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 986 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 829 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 919 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 968 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1059 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1065 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 1389 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethodWithIntArg().
|
overrideprivatevirtual |
Definition at line 962 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
overrideprivatevirtual |
Definition at line 956 of file jdbc/DatabaseMetaData.cxx.
References impl_callBooleanMethod().
|
private |
Definition at line 37 of file inc/java/sql/DatabaseMetaData.hxx.
Referenced by getBestRowIdentifier(), getCrossReference(), getIndexInfo(), getTables(), getUDTs(), impl_callBooleanMethod(), impl_callBooleanMethodWithIntArg(), impl_callIntMethod_ThrowRuntime(), impl_callIntMethod_ThrowSQL(), impl_callResultSetMethod(), impl_callResultSetMethodWithStrings(), impl_callStringMethod(), supportsConvert(), and supportsResultSetConcurrency().
|
private |
Definition at line 36 of file inc/java/sql/DatabaseMetaData.hxx.
Referenced by getBestRowIdentifier(), getCrossReference(), getIndexInfo(), getTablePrivileges(), getTables(), getUDTs(), getURL(), impl_callResultSetMethod(), and impl_callResultSetMethodWithStrings().
|
staticprivate |
Definition at line 40 of file inc/java/sql/DatabaseMetaData.hxx.
Referenced by getMyClass().