Package com.mchange.v2.c3p0.impl
Class NewProxyDatabaseMetaData
- java.lang.Object
-
- com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
-
- All Implemented Interfaces:
java.sql.DatabaseMetaData
,java.sql.Wrapper
public final class NewProxyDatabaseMetaData extends java.lang.Object implements java.sql.DatabaseMetaData
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyMetaDataGenerator.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.sql.DatabaseMetaData
inner
-
Fields inherited from interface java.sql.DatabaseMetaData
attributeNoNulls, attributeNullable, attributeNullableUnknown, bestRowNotPseudo, bestRowPseudo, bestRowSession, bestRowTemporary, bestRowTransaction, bestRowUnknown, columnNoNulls, columnNullable, columnNullableUnknown, functionColumnIn, functionColumnInOut, functionColumnOut, functionColumnResult, functionColumnUnknown, functionNoNulls, functionNoTable, functionNullable, functionNullableUnknown, functionResultUnknown, functionReturn, functionReturnsTable, importedKeyCascade, importedKeyInitiallyDeferred, importedKeyInitiallyImmediate, importedKeyNoAction, importedKeyNotDeferrable, importedKeyRestrict, importedKeySetDefault, importedKeySetNull, procedureColumnIn, procedureColumnInOut, procedureColumnOut, procedureColumnResult, procedureColumnReturn, procedureColumnUnknown, procedureNoNulls, procedureNoResult, procedureNullable, procedureNullableUnknown, procedureResultUnknown, procedureReturnsResult, sqlStateSQL, sqlStateSQL99, sqlStateXOpen, tableIndexClustered, tableIndexHashed, tableIndexOther, tableIndexStatistic, typeNoNulls, typeNullable, typeNullableUnknown, typePredBasic, typePredChar, typePredNone, typeSearchable, versionColumnNotPseudo, versionColumnPseudo, versionColumnUnknown
-
-
Method Summary
-
-
-
Method Detail
-
supportsDataDefinitionAndDataManipulationTransactions
public final boolean supportsDataDefinitionAndDataManipulationTransactions() throws java.sql.SQLException
- Specified by:
supportsDataDefinitionAndDataManipulationTransactions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsMixedCaseIdentifiers
public final boolean supportsMixedCaseIdentifiers() throws java.sql.SQLException
- Specified by:
supportsMixedCaseIdentifiers
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsMixedCaseQuotedIdentifiers
public final boolean supportsMixedCaseQuotedIdentifiers() throws java.sql.SQLException
- Specified by:
supportsMixedCaseQuotedIdentifiers
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
storesUpperCaseQuotedIdentifiers
public final boolean storesUpperCaseQuotedIdentifiers() throws java.sql.SQLException
- Specified by:
storesUpperCaseQuotedIdentifiers
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
storesLowerCaseQuotedIdentifiers
public final boolean storesLowerCaseQuotedIdentifiers() throws java.sql.SQLException
- Specified by:
storesLowerCaseQuotedIdentifiers
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
storesMixedCaseQuotedIdentifiers
public final boolean storesMixedCaseQuotedIdentifiers() throws java.sql.SQLException
- Specified by:
storesMixedCaseQuotedIdentifiers
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsAlterTableWithAddColumn
public final boolean supportsAlterTableWithAddColumn() throws java.sql.SQLException
- Specified by:
supportsAlterTableWithAddColumn
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsAlterTableWithDropColumn
public final boolean supportsAlterTableWithDropColumn() throws java.sql.SQLException
- Specified by:
supportsAlterTableWithDropColumn
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsTableCorrelationNames
public final boolean supportsTableCorrelationNames() throws java.sql.SQLException
- Specified by:
supportsTableCorrelationNames
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsDifferentTableCorrelationNames
public final boolean supportsDifferentTableCorrelationNames() throws java.sql.SQLException
- Specified by:
supportsDifferentTableCorrelationNames
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsExpressionsInOrderBy
public final boolean supportsExpressionsInOrderBy() throws java.sql.SQLException
- Specified by:
supportsExpressionsInOrderBy
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsGroupByBeyondSelect
public final boolean supportsGroupByBeyondSelect() throws java.sql.SQLException
- Specified by:
supportsGroupByBeyondSelect
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsMultipleTransactions
public final boolean supportsMultipleTransactions() throws java.sql.SQLException
- Specified by:
supportsMultipleTransactions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsANSI92EntryLevelSQL
public final boolean supportsANSI92EntryLevelSQL() throws java.sql.SQLException
- Specified by:
supportsANSI92EntryLevelSQL
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsANSI92IntermediateSQL
public final boolean supportsANSI92IntermediateSQL() throws java.sql.SQLException
- Specified by:
supportsANSI92IntermediateSQL
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsIntegrityEnhancementFacility
public final boolean supportsIntegrityEnhancementFacility() throws java.sql.SQLException
- Specified by:
supportsIntegrityEnhancementFacility
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSchemasInDataManipulation
public final boolean supportsSchemasInDataManipulation() throws java.sql.SQLException
- Specified by:
supportsSchemasInDataManipulation
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSchemasInProcedureCalls
public final boolean supportsSchemasInProcedureCalls() throws java.sql.SQLException
- Specified by:
supportsSchemasInProcedureCalls
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSchemasInTableDefinitions
public final boolean supportsSchemasInTableDefinitions() throws java.sql.SQLException
- Specified by:
supportsSchemasInTableDefinitions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSchemasInIndexDefinitions
public final boolean supportsSchemasInIndexDefinitions() throws java.sql.SQLException
- Specified by:
supportsSchemasInIndexDefinitions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSchemasInPrivilegeDefinitions
public final boolean supportsSchemasInPrivilegeDefinitions() throws java.sql.SQLException
- Specified by:
supportsSchemasInPrivilegeDefinitions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsCatalogsInDataManipulation
public final boolean supportsCatalogsInDataManipulation() throws java.sql.SQLException
- Specified by:
supportsCatalogsInDataManipulation
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsCatalogsInProcedureCalls
public final boolean supportsCatalogsInProcedureCalls() throws java.sql.SQLException
- Specified by:
supportsCatalogsInProcedureCalls
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsCatalogsInTableDefinitions
public final boolean supportsCatalogsInTableDefinitions() throws java.sql.SQLException
- Specified by:
supportsCatalogsInTableDefinitions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsCatalogsInIndexDefinitions
public final boolean supportsCatalogsInIndexDefinitions() throws java.sql.SQLException
- Specified by:
supportsCatalogsInIndexDefinitions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsCatalogsInPrivilegeDefinitions
public final boolean supportsCatalogsInPrivilegeDefinitions() throws java.sql.SQLException
- Specified by:
supportsCatalogsInPrivilegeDefinitions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSubqueriesInComparisons
public final boolean supportsSubqueriesInComparisons() throws java.sql.SQLException
- Specified by:
supportsSubqueriesInComparisons
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSubqueriesInQuantifieds
public final boolean supportsSubqueriesInQuantifieds() throws java.sql.SQLException
- Specified by:
supportsSubqueriesInQuantifieds
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsCorrelatedSubqueries
public final boolean supportsCorrelatedSubqueries() throws java.sql.SQLException
- Specified by:
supportsCorrelatedSubqueries
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsOpenCursorsAcrossCommit
public final boolean supportsOpenCursorsAcrossCommit() throws java.sql.SQLException
- Specified by:
supportsOpenCursorsAcrossCommit
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsOpenCursorsAcrossRollback
public final boolean supportsOpenCursorsAcrossRollback() throws java.sql.SQLException
- Specified by:
supportsOpenCursorsAcrossRollback
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsOpenStatementsAcrossCommit
public final boolean supportsOpenStatementsAcrossCommit() throws java.sql.SQLException
- Specified by:
supportsOpenStatementsAcrossCommit
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsOpenStatementsAcrossRollback
public final boolean supportsOpenStatementsAcrossRollback() throws java.sql.SQLException
- Specified by:
supportsOpenStatementsAcrossRollback
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getDefaultTransactionIsolation
public final int getDefaultTransactionIsolation() throws java.sql.SQLException
- Specified by:
getDefaultTransactionIsolation
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsTransactionIsolationLevel
public final boolean supportsTransactionIsolationLevel(int a) throws java.sql.SQLException
- Specified by:
supportsTransactionIsolationLevel
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsDataManipulationTransactionsOnly
public final boolean supportsDataManipulationTransactionsOnly() throws java.sql.SQLException
- Specified by:
supportsDataManipulationTransactionsOnly
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
dataDefinitionCausesTransactionCommit
public final boolean dataDefinitionCausesTransactionCommit() throws java.sql.SQLException
- Specified by:
dataDefinitionCausesTransactionCommit
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
dataDefinitionIgnoredInTransactions
public final boolean dataDefinitionIgnoredInTransactions() throws java.sql.SQLException
- Specified by:
dataDefinitionIgnoredInTransactions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsResultSetConcurrency
public final boolean supportsResultSetConcurrency(int a, int b) throws java.sql.SQLException
- Specified by:
supportsResultSetConcurrency
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsMultipleOpenResults
public final boolean supportsMultipleOpenResults() throws java.sql.SQLException
- Specified by:
supportsMultipleOpenResults
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsResultSetHoldability
public final boolean supportsResultSetHoldability(int a) throws java.sql.SQLException
- Specified by:
supportsResultSetHoldability
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsStoredFunctionsUsingCallSyntax
public final boolean supportsStoredFunctionsUsingCallSyntax() throws java.sql.SQLException
- Specified by:
supportsStoredFunctionsUsingCallSyntax
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
autoCommitFailureClosesAllResultSets
public final boolean autoCommitFailureClosesAllResultSets() throws java.sql.SQLException
- Specified by:
autoCommitFailureClosesAllResultSets
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getTables
public final java.sql.ResultSet getTables(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String[] d) throws java.sql.SQLException
- Specified by:
getTables
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSchemas
public final java.sql.ResultSet getSchemas(java.lang.String a, java.lang.String b) throws java.sql.SQLException
- Specified by:
getSchemas
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSchemas
public final java.sql.ResultSet getSchemas() throws java.sql.SQLException
- Specified by:
getSchemas
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getColumns
public final java.sql.ResultSet getColumns(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String d) throws java.sql.SQLException
- Specified by:
getColumns
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getUDTs
public final java.sql.ResultSet getUDTs(java.lang.String a, java.lang.String b, java.lang.String c, int[] d) throws java.sql.SQLException
- Specified by:
getUDTs
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getConnection
public final java.sql.Connection getConnection() throws java.sql.SQLException
- Specified by:
getConnection
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getResultSetHoldability
public final int getResultSetHoldability() throws java.sql.SQLException
- Specified by:
getResultSetHoldability
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
allProceduresAreCallable
public final boolean allProceduresAreCallable() throws java.sql.SQLException
- Specified by:
allProceduresAreCallable
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
allTablesAreSelectable
public final boolean allTablesAreSelectable() throws java.sql.SQLException
- Specified by:
allTablesAreSelectable
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getUserName
public final java.lang.String getUserName() throws java.sql.SQLException
- Specified by:
getUserName
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
nullsAreSortedHigh
public final boolean nullsAreSortedHigh() throws java.sql.SQLException
- Specified by:
nullsAreSortedHigh
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
nullsAreSortedLow
public final boolean nullsAreSortedLow() throws java.sql.SQLException
- Specified by:
nullsAreSortedLow
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
nullsAreSortedAtStart
public final boolean nullsAreSortedAtStart() throws java.sql.SQLException
- Specified by:
nullsAreSortedAtStart
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
nullsAreSortedAtEnd
public final boolean nullsAreSortedAtEnd() throws java.sql.SQLException
- Specified by:
nullsAreSortedAtEnd
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getDatabaseProductName
public final java.lang.String getDatabaseProductName() throws java.sql.SQLException
- Specified by:
getDatabaseProductName
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getDatabaseProductVersion
public final java.lang.String getDatabaseProductVersion() throws java.sql.SQLException
- Specified by:
getDatabaseProductVersion
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getDriverName
public final java.lang.String getDriverName() throws java.sql.SQLException
- Specified by:
getDriverName
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getDriverVersion
public final java.lang.String getDriverVersion() throws java.sql.SQLException
- Specified by:
getDriverVersion
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getDriverMajorVersion
public final int getDriverMajorVersion()
- Specified by:
getDriverMajorVersion
in interfacejava.sql.DatabaseMetaData
-
getDriverMinorVersion
public final int getDriverMinorVersion()
- Specified by:
getDriverMinorVersion
in interfacejava.sql.DatabaseMetaData
-
usesLocalFiles
public final boolean usesLocalFiles() throws java.sql.SQLException
- Specified by:
usesLocalFiles
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
usesLocalFilePerTable
public final boolean usesLocalFilePerTable() throws java.sql.SQLException
- Specified by:
usesLocalFilePerTable
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
storesUpperCaseIdentifiers
public final boolean storesUpperCaseIdentifiers() throws java.sql.SQLException
- Specified by:
storesUpperCaseIdentifiers
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
storesLowerCaseIdentifiers
public final boolean storesLowerCaseIdentifiers() throws java.sql.SQLException
- Specified by:
storesLowerCaseIdentifiers
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
storesMixedCaseIdentifiers
public final boolean storesMixedCaseIdentifiers() throws java.sql.SQLException
- Specified by:
storesMixedCaseIdentifiers
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getIdentifierQuoteString
public final java.lang.String getIdentifierQuoteString() throws java.sql.SQLException
- Specified by:
getIdentifierQuoteString
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSQLKeywords
public final java.lang.String getSQLKeywords() throws java.sql.SQLException
- Specified by:
getSQLKeywords
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getNumericFunctions
public final java.lang.String getNumericFunctions() throws java.sql.SQLException
- Specified by:
getNumericFunctions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getStringFunctions
public final java.lang.String getStringFunctions() throws java.sql.SQLException
- Specified by:
getStringFunctions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSystemFunctions
public final java.lang.String getSystemFunctions() throws java.sql.SQLException
- Specified by:
getSystemFunctions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getTimeDateFunctions
public final java.lang.String getTimeDateFunctions() throws java.sql.SQLException
- Specified by:
getTimeDateFunctions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSearchStringEscape
public final java.lang.String getSearchStringEscape() throws java.sql.SQLException
- Specified by:
getSearchStringEscape
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getExtraNameCharacters
public final java.lang.String getExtraNameCharacters() throws java.sql.SQLException
- Specified by:
getExtraNameCharacters
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsColumnAliasing
public final boolean supportsColumnAliasing() throws java.sql.SQLException
- Specified by:
supportsColumnAliasing
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
nullPlusNonNullIsNull
public final boolean nullPlusNonNullIsNull() throws java.sql.SQLException
- Specified by:
nullPlusNonNullIsNull
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsConvert
public final boolean supportsConvert() throws java.sql.SQLException
- Specified by:
supportsConvert
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsConvert
public final boolean supportsConvert(int a, int b) throws java.sql.SQLException
- Specified by:
supportsConvert
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsOrderByUnrelated
public final boolean supportsOrderByUnrelated() throws java.sql.SQLException
- Specified by:
supportsOrderByUnrelated
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsGroupBy
public final boolean supportsGroupBy() throws java.sql.SQLException
- Specified by:
supportsGroupBy
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsGroupByUnrelated
public final boolean supportsGroupByUnrelated() throws java.sql.SQLException
- Specified by:
supportsGroupByUnrelated
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsLikeEscapeClause
public final boolean supportsLikeEscapeClause() throws java.sql.SQLException
- Specified by:
supportsLikeEscapeClause
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsMultipleResultSets
public final boolean supportsMultipleResultSets() throws java.sql.SQLException
- Specified by:
supportsMultipleResultSets
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsNonNullableColumns
public final boolean supportsNonNullableColumns() throws java.sql.SQLException
- Specified by:
supportsNonNullableColumns
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsMinimumSQLGrammar
public final boolean supportsMinimumSQLGrammar() throws java.sql.SQLException
- Specified by:
supportsMinimumSQLGrammar
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsCoreSQLGrammar
public final boolean supportsCoreSQLGrammar() throws java.sql.SQLException
- Specified by:
supportsCoreSQLGrammar
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsExtendedSQLGrammar
public final boolean supportsExtendedSQLGrammar() throws java.sql.SQLException
- Specified by:
supportsExtendedSQLGrammar
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsANSI92FullSQL
public final boolean supportsANSI92FullSQL() throws java.sql.SQLException
- Specified by:
supportsANSI92FullSQL
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsOuterJoins
public final boolean supportsOuterJoins() throws java.sql.SQLException
- Specified by:
supportsOuterJoins
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsFullOuterJoins
public final boolean supportsFullOuterJoins() throws java.sql.SQLException
- Specified by:
supportsFullOuterJoins
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsLimitedOuterJoins
public final boolean supportsLimitedOuterJoins() throws java.sql.SQLException
- Specified by:
supportsLimitedOuterJoins
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSchemaTerm
public final java.lang.String getSchemaTerm() throws java.sql.SQLException
- Specified by:
getSchemaTerm
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getProcedureTerm
public final java.lang.String getProcedureTerm() throws java.sql.SQLException
- Specified by:
getProcedureTerm
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getCatalogTerm
public final java.lang.String getCatalogTerm() throws java.sql.SQLException
- Specified by:
getCatalogTerm
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
isCatalogAtStart
public final boolean isCatalogAtStart() throws java.sql.SQLException
- Specified by:
isCatalogAtStart
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getCatalogSeparator
public final java.lang.String getCatalogSeparator() throws java.sql.SQLException
- Specified by:
getCatalogSeparator
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsPositionedDelete
public final boolean supportsPositionedDelete() throws java.sql.SQLException
- Specified by:
supportsPositionedDelete
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsPositionedUpdate
public final boolean supportsPositionedUpdate() throws java.sql.SQLException
- Specified by:
supportsPositionedUpdate
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSelectForUpdate
public final boolean supportsSelectForUpdate() throws java.sql.SQLException
- Specified by:
supportsSelectForUpdate
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsStoredProcedures
public final boolean supportsStoredProcedures() throws java.sql.SQLException
- Specified by:
supportsStoredProcedures
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSubqueriesInExists
public final boolean supportsSubqueriesInExists() throws java.sql.SQLException
- Specified by:
supportsSubqueriesInExists
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSubqueriesInIns
public final boolean supportsSubqueriesInIns() throws java.sql.SQLException
- Specified by:
supportsSubqueriesInIns
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsUnion
public final boolean supportsUnion() throws java.sql.SQLException
- Specified by:
supportsUnion
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsUnionAll
public final boolean supportsUnionAll() throws java.sql.SQLException
- Specified by:
supportsUnionAll
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxBinaryLiteralLength
public final int getMaxBinaryLiteralLength() throws java.sql.SQLException
- Specified by:
getMaxBinaryLiteralLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxCharLiteralLength
public final int getMaxCharLiteralLength() throws java.sql.SQLException
- Specified by:
getMaxCharLiteralLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxColumnNameLength
public final int getMaxColumnNameLength() throws java.sql.SQLException
- Specified by:
getMaxColumnNameLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxColumnsInGroupBy
public final int getMaxColumnsInGroupBy() throws java.sql.SQLException
- Specified by:
getMaxColumnsInGroupBy
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxColumnsInIndex
public final int getMaxColumnsInIndex() throws java.sql.SQLException
- Specified by:
getMaxColumnsInIndex
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxColumnsInOrderBy
public final int getMaxColumnsInOrderBy() throws java.sql.SQLException
- Specified by:
getMaxColumnsInOrderBy
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxColumnsInSelect
public final int getMaxColumnsInSelect() throws java.sql.SQLException
- Specified by:
getMaxColumnsInSelect
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxColumnsInTable
public final int getMaxColumnsInTable() throws java.sql.SQLException
- Specified by:
getMaxColumnsInTable
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxConnections
public final int getMaxConnections() throws java.sql.SQLException
- Specified by:
getMaxConnections
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxCursorNameLength
public final int getMaxCursorNameLength() throws java.sql.SQLException
- Specified by:
getMaxCursorNameLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxIndexLength
public final int getMaxIndexLength() throws java.sql.SQLException
- Specified by:
getMaxIndexLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxSchemaNameLength
public final int getMaxSchemaNameLength() throws java.sql.SQLException
- Specified by:
getMaxSchemaNameLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxProcedureNameLength
public final int getMaxProcedureNameLength() throws java.sql.SQLException
- Specified by:
getMaxProcedureNameLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxCatalogNameLength
public final int getMaxCatalogNameLength() throws java.sql.SQLException
- Specified by:
getMaxCatalogNameLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxRowSize
public final int getMaxRowSize() throws java.sql.SQLException
- Specified by:
getMaxRowSize
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
doesMaxRowSizeIncludeBlobs
public final boolean doesMaxRowSizeIncludeBlobs() throws java.sql.SQLException
- Specified by:
doesMaxRowSizeIncludeBlobs
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxStatementLength
public final int getMaxStatementLength() throws java.sql.SQLException
- Specified by:
getMaxStatementLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxStatements
public final int getMaxStatements() throws java.sql.SQLException
- Specified by:
getMaxStatements
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxTableNameLength
public final int getMaxTableNameLength() throws java.sql.SQLException
- Specified by:
getMaxTableNameLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxTablesInSelect
public final int getMaxTablesInSelect() throws java.sql.SQLException
- Specified by:
getMaxTablesInSelect
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxUserNameLength
public final int getMaxUserNameLength() throws java.sql.SQLException
- Specified by:
getMaxUserNameLength
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsTransactions
public final boolean supportsTransactions() throws java.sql.SQLException
- Specified by:
supportsTransactions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getProcedures
public final java.sql.ResultSet getProcedures(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getProcedures
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getProcedureColumns
public final java.sql.ResultSet getProcedureColumns(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String d) throws java.sql.SQLException
- Specified by:
getProcedureColumns
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getCatalogs
public final java.sql.ResultSet getCatalogs() throws java.sql.SQLException
- Specified by:
getCatalogs
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getTableTypes
public final java.sql.ResultSet getTableTypes() throws java.sql.SQLException
- Specified by:
getTableTypes
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getColumnPrivileges
public final java.sql.ResultSet getColumnPrivileges(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String d) throws java.sql.SQLException
- Specified by:
getColumnPrivileges
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getTablePrivileges
public final java.sql.ResultSet getTablePrivileges(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getTablePrivileges
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getBestRowIdentifier
public final java.sql.ResultSet getBestRowIdentifier(java.lang.String a, java.lang.String b, java.lang.String c, int d, boolean e) throws java.sql.SQLException
- Specified by:
getBestRowIdentifier
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getVersionColumns
public final java.sql.ResultSet getVersionColumns(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getVersionColumns
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getPrimaryKeys
public final java.sql.ResultSet getPrimaryKeys(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getPrimaryKeys
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getImportedKeys
public final java.sql.ResultSet getImportedKeys(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getImportedKeys
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getExportedKeys
public final java.sql.ResultSet getExportedKeys(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getExportedKeys
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getCrossReference
public final java.sql.ResultSet getCrossReference(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String d, java.lang.String e, java.lang.String f) throws java.sql.SQLException
- Specified by:
getCrossReference
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getTypeInfo
public final java.sql.ResultSet getTypeInfo() throws java.sql.SQLException
- Specified by:
getTypeInfo
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getIndexInfo
public final java.sql.ResultSet getIndexInfo(java.lang.String a, java.lang.String b, java.lang.String c, boolean d, boolean e) throws java.sql.SQLException
- Specified by:
getIndexInfo
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsResultSetType
public final boolean supportsResultSetType(int a) throws java.sql.SQLException
- Specified by:
supportsResultSetType
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
ownUpdatesAreVisible
public final boolean ownUpdatesAreVisible(int a) throws java.sql.SQLException
- Specified by:
ownUpdatesAreVisible
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
ownDeletesAreVisible
public final boolean ownDeletesAreVisible(int a) throws java.sql.SQLException
- Specified by:
ownDeletesAreVisible
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
ownInsertsAreVisible
public final boolean ownInsertsAreVisible(int a) throws java.sql.SQLException
- Specified by:
ownInsertsAreVisible
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
othersUpdatesAreVisible
public final boolean othersUpdatesAreVisible(int a) throws java.sql.SQLException
- Specified by:
othersUpdatesAreVisible
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
othersDeletesAreVisible
public final boolean othersDeletesAreVisible(int a) throws java.sql.SQLException
- Specified by:
othersDeletesAreVisible
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
othersInsertsAreVisible
public final boolean othersInsertsAreVisible(int a) throws java.sql.SQLException
- Specified by:
othersInsertsAreVisible
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
updatesAreDetected
public final boolean updatesAreDetected(int a) throws java.sql.SQLException
- Specified by:
updatesAreDetected
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
deletesAreDetected
public final boolean deletesAreDetected(int a) throws java.sql.SQLException
- Specified by:
deletesAreDetected
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
insertsAreDetected
public final boolean insertsAreDetected(int a) throws java.sql.SQLException
- Specified by:
insertsAreDetected
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsBatchUpdates
public final boolean supportsBatchUpdates() throws java.sql.SQLException
- Specified by:
supportsBatchUpdates
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSavepoints
public final boolean supportsSavepoints() throws java.sql.SQLException
- Specified by:
supportsSavepoints
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsNamedParameters
public final boolean supportsNamedParameters() throws java.sql.SQLException
- Specified by:
supportsNamedParameters
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsGetGeneratedKeys
public final boolean supportsGetGeneratedKeys() throws java.sql.SQLException
- Specified by:
supportsGetGeneratedKeys
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSuperTypes
public final java.sql.ResultSet getSuperTypes(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getSuperTypes
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSuperTables
public final java.sql.ResultSet getSuperTables(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getSuperTables
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getDatabaseMajorVersion
public final int getDatabaseMajorVersion() throws java.sql.SQLException
- Specified by:
getDatabaseMajorVersion
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getDatabaseMinorVersion
public final int getDatabaseMinorVersion() throws java.sql.SQLException
- Specified by:
getDatabaseMinorVersion
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getJDBCMajorVersion
public final int getJDBCMajorVersion() throws java.sql.SQLException
- Specified by:
getJDBCMajorVersion
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getJDBCMinorVersion
public final int getJDBCMinorVersion() throws java.sql.SQLException
- Specified by:
getJDBCMinorVersion
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getSQLStateType
public final int getSQLStateType() throws java.sql.SQLException
- Specified by:
getSQLStateType
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
locatorsUpdateCopy
public final boolean locatorsUpdateCopy() throws java.sql.SQLException
- Specified by:
locatorsUpdateCopy
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsStatementPooling
public final boolean supportsStatementPooling() throws java.sql.SQLException
- Specified by:
supportsStatementPooling
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getRowIdLifetime
public final java.sql.RowIdLifetime getRowIdLifetime() throws java.sql.SQLException
- Specified by:
getRowIdLifetime
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getClientInfoProperties
public final java.sql.ResultSet getClientInfoProperties() throws java.sql.SQLException
- Specified by:
getClientInfoProperties
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getFunctions
public final java.sql.ResultSet getFunctions(java.lang.String a, java.lang.String b, java.lang.String c) throws java.sql.SQLException
- Specified by:
getFunctions
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getFunctionColumns
public final java.sql.ResultSet getFunctionColumns(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String d) throws java.sql.SQLException
- Specified by:
getFunctionColumns
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getPseudoColumns
public final java.sql.ResultSet getPseudoColumns(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String d) throws java.sql.SQLException
- Specified by:
getPseudoColumns
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
generatedKeyAlwaysReturned
public final boolean generatedKeyAlwaysReturned() throws java.sql.SQLException
- Specified by:
generatedKeyAlwaysReturned
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getMaxLogicalLobSize
public final long getMaxLogicalLobSize() throws java.sql.SQLException
- Specified by:
getMaxLogicalLobSize
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsRefCursors
public final boolean supportsRefCursors() throws java.sql.SQLException
- Specified by:
supportsRefCursors
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
supportsSharding
public final boolean supportsSharding() throws java.sql.SQLException
- Specified by:
supportsSharding
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getAttributes
public final java.sql.ResultSet getAttributes(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String d) throws java.sql.SQLException
- Specified by:
getAttributes
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
isReadOnly
public final boolean isReadOnly() throws java.sql.SQLException
- Specified by:
isReadOnly
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
getURL
public final java.lang.String getURL() throws java.sql.SQLException
- Specified by:
getURL
in interfacejava.sql.DatabaseMetaData
- Throws:
java.sql.SQLException
-
isWrapperFor
public final boolean isWrapperFor(java.lang.Class a) throws java.sql.SQLException
- Specified by:
isWrapperFor
in interfacejava.sql.Wrapper
- Throws:
java.sql.SQLException
-
unwrap
public final java.lang.Object unwrap(java.lang.Class a) throws java.sql.SQLException
- Specified by:
unwrap
in interfacejava.sql.Wrapper
- Throws:
java.sql.SQLException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-