public class FiberDatabaseMetaData extends Object implements 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| Constructor and Description |
|---|
FiberDatabaseMetaData(DatabaseMetaData dbMeta,
ExecutorService executor) |
public FiberDatabaseMetaData(DatabaseMetaData dbMeta, ExecutorService executor)
@Suspendable public boolean allProceduresAreCallable() throws SQLException
allProceduresAreCallable in interface DatabaseMetaDataSQLException@Suspendable public boolean allTablesAreSelectable() throws SQLException
allTablesAreSelectable in interface DatabaseMetaDataSQLException@Suspendable public String getURL() throws SQLException
getURL in interface DatabaseMetaDataSQLException@Suspendable public String getUserName() throws SQLException
getUserName in interface DatabaseMetaDataSQLException@Suspendable public boolean isReadOnly() throws SQLException
isReadOnly in interface DatabaseMetaDataSQLException@Suspendable public boolean nullsAreSortedHigh() throws SQLException
nullsAreSortedHigh in interface DatabaseMetaDataSQLException@Suspendable public boolean nullsAreSortedLow() throws SQLException
nullsAreSortedLow in interface DatabaseMetaDataSQLException@Suspendable public boolean nullsAreSortedAtStart() throws SQLException
nullsAreSortedAtStart in interface DatabaseMetaDataSQLException@Suspendable public boolean nullsAreSortedAtEnd() throws SQLException
nullsAreSortedAtEnd in interface DatabaseMetaDataSQLException@Suspendable public String getDatabaseProductName() throws SQLException
getDatabaseProductName in interface DatabaseMetaDataSQLException@Suspendable public String getDatabaseProductVersion() throws SQLException
getDatabaseProductVersion in interface DatabaseMetaDataSQLException@Suspendable public String getDriverName() throws SQLException
getDriverName in interface DatabaseMetaDataSQLException@Suspendable public String getDriverVersion() throws SQLException
getDriverVersion in interface DatabaseMetaDataSQLExceptionpublic int getDriverMajorVersion()
getDriverMajorVersion in interface DatabaseMetaDatapublic int getDriverMinorVersion()
getDriverMinorVersion in interface DatabaseMetaData@Suspendable public boolean usesLocalFiles() throws SQLException
usesLocalFiles in interface DatabaseMetaDataSQLException@Suspendable public boolean usesLocalFilePerTable() throws SQLException
usesLocalFilePerTable in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsMixedCaseIdentifiers() throws SQLException
supportsMixedCaseIdentifiers in interface DatabaseMetaDataSQLException@Suspendable public boolean storesUpperCaseIdentifiers() throws SQLException
storesUpperCaseIdentifiers in interface DatabaseMetaDataSQLException@Suspendable public boolean storesLowerCaseIdentifiers() throws SQLException
storesLowerCaseIdentifiers in interface DatabaseMetaDataSQLException@Suspendable public boolean storesMixedCaseIdentifiers() throws SQLException
storesMixedCaseIdentifiers in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException
supportsMixedCaseQuotedIdentifiers in interface DatabaseMetaDataSQLException@Suspendable public boolean storesUpperCaseQuotedIdentifiers() throws SQLException
storesUpperCaseQuotedIdentifiers in interface DatabaseMetaDataSQLException@Suspendable public boolean storesLowerCaseQuotedIdentifiers() throws SQLException
storesLowerCaseQuotedIdentifiers in interface DatabaseMetaDataSQLException@Suspendable public boolean storesMixedCaseQuotedIdentifiers() throws SQLException
storesMixedCaseQuotedIdentifiers in interface DatabaseMetaDataSQLException@Suspendable public String getIdentifierQuoteString() throws SQLException
getIdentifierQuoteString in interface DatabaseMetaDataSQLException@Suspendable public String getSQLKeywords() throws SQLException
getSQLKeywords in interface DatabaseMetaDataSQLException@Suspendable public String getNumericFunctions() throws SQLException
getNumericFunctions in interface DatabaseMetaDataSQLException@Suspendable public String getStringFunctions() throws SQLException
getStringFunctions in interface DatabaseMetaDataSQLException@Suspendable public String getSystemFunctions() throws SQLException
getSystemFunctions in interface DatabaseMetaDataSQLException@Suspendable public String getTimeDateFunctions() throws SQLException
getTimeDateFunctions in interface DatabaseMetaDataSQLException@Suspendable public String getSearchStringEscape() throws SQLException
getSearchStringEscape in interface DatabaseMetaDataSQLException@Suspendable public String getExtraNameCharacters() throws SQLException
getExtraNameCharacters in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsAlterTableWithAddColumn() throws SQLException
supportsAlterTableWithAddColumn in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsAlterTableWithDropColumn() throws SQLException
supportsAlterTableWithDropColumn in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsColumnAliasing() throws SQLException
supportsColumnAliasing in interface DatabaseMetaDataSQLException@Suspendable public boolean nullPlusNonNullIsNull() throws SQLException
nullPlusNonNullIsNull in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsConvert() throws SQLException
supportsConvert in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsConvert(int fromType, int toType) throws SQLException
supportsConvert in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsTableCorrelationNames() throws SQLException
supportsTableCorrelationNames in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsDifferentTableCorrelationNames() throws SQLException
supportsDifferentTableCorrelationNames in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsExpressionsInOrderBy() throws SQLException
supportsExpressionsInOrderBy in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsOrderByUnrelated() throws SQLException
supportsOrderByUnrelated in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsGroupBy() throws SQLException
supportsGroupBy in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsGroupByUnrelated() throws SQLException
supportsGroupByUnrelated in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsGroupByBeyondSelect() throws SQLException
supportsGroupByBeyondSelect in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsLikeEscapeClause() throws SQLException
supportsLikeEscapeClause in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsMultipleResultSets() throws SQLException
supportsMultipleResultSets in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsMultipleTransactions() throws SQLException
supportsMultipleTransactions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsNonNullableColumns() throws SQLException
supportsNonNullableColumns in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsMinimumSQLGrammar() throws SQLException
supportsMinimumSQLGrammar in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsCoreSQLGrammar() throws SQLException
supportsCoreSQLGrammar in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsExtendedSQLGrammar() throws SQLException
supportsExtendedSQLGrammar in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsANSI92EntryLevelSQL() throws SQLException
supportsANSI92EntryLevelSQL in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsANSI92IntermediateSQL() throws SQLException
supportsANSI92IntermediateSQL in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsANSI92FullSQL() throws SQLException
supportsANSI92FullSQL in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsIntegrityEnhancementFacility() throws SQLException
supportsIntegrityEnhancementFacility in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsOuterJoins() throws SQLException
supportsOuterJoins in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsFullOuterJoins() throws SQLException
supportsFullOuterJoins in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsLimitedOuterJoins() throws SQLException
supportsLimitedOuterJoins in interface DatabaseMetaDataSQLException@Suspendable public String getSchemaTerm() throws SQLException
getSchemaTerm in interface DatabaseMetaDataSQLException@Suspendable public String getProcedureTerm() throws SQLException
getProcedureTerm in interface DatabaseMetaDataSQLException@Suspendable public String getCatalogTerm() throws SQLException
getCatalogTerm in interface DatabaseMetaDataSQLException@Suspendable public boolean isCatalogAtStart() throws SQLException
isCatalogAtStart in interface DatabaseMetaDataSQLException@Suspendable public String getCatalogSeparator() throws SQLException
getCatalogSeparator in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSchemasInDataManipulation() throws SQLException
supportsSchemasInDataManipulation in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSchemasInProcedureCalls() throws SQLException
supportsSchemasInProcedureCalls in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSchemasInTableDefinitions() throws SQLException
supportsSchemasInTableDefinitions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSchemasInIndexDefinitions() throws SQLException
supportsSchemasInIndexDefinitions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException
supportsSchemasInPrivilegeDefinitions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsCatalogsInDataManipulation() throws SQLException
supportsCatalogsInDataManipulation in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsCatalogsInProcedureCalls() throws SQLException
supportsCatalogsInProcedureCalls in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsCatalogsInTableDefinitions() throws SQLException
supportsCatalogsInTableDefinitions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsCatalogsInIndexDefinitions() throws SQLException
supportsCatalogsInIndexDefinitions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException
supportsCatalogsInPrivilegeDefinitions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsPositionedDelete() throws SQLException
supportsPositionedDelete in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsPositionedUpdate() throws SQLException
supportsPositionedUpdate in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSelectForUpdate() throws SQLException
supportsSelectForUpdate in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsStoredProcedures() throws SQLException
supportsStoredProcedures in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSubqueriesInComparisons() throws SQLException
supportsSubqueriesInComparisons in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSubqueriesInExists() throws SQLException
supportsSubqueriesInExists in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSubqueriesInIns() throws SQLException
supportsSubqueriesInIns in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSubqueriesInQuantifieds() throws SQLException
supportsSubqueriesInQuantifieds in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsCorrelatedSubqueries() throws SQLException
supportsCorrelatedSubqueries in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsUnion() throws SQLException
supportsUnion in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsUnionAll() throws SQLException
supportsUnionAll in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsOpenCursorsAcrossCommit() throws SQLException
supportsOpenCursorsAcrossCommit in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsOpenCursorsAcrossRollback() throws SQLException
supportsOpenCursorsAcrossRollback in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsOpenStatementsAcrossCommit() throws SQLException
supportsOpenStatementsAcrossCommit in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsOpenStatementsAcrossRollback() throws SQLException
supportsOpenStatementsAcrossRollback in interface DatabaseMetaDataSQLException@Suspendable public int getMaxBinaryLiteralLength() throws SQLException
getMaxBinaryLiteralLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxCharLiteralLength() throws SQLException
getMaxCharLiteralLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxColumnNameLength() throws SQLException
getMaxColumnNameLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxColumnsInGroupBy() throws SQLException
getMaxColumnsInGroupBy in interface DatabaseMetaDataSQLException@Suspendable public int getMaxColumnsInIndex() throws SQLException
getMaxColumnsInIndex in interface DatabaseMetaDataSQLException@Suspendable public int getMaxColumnsInOrderBy() throws SQLException
getMaxColumnsInOrderBy in interface DatabaseMetaDataSQLException@Suspendable public int getMaxColumnsInSelect() throws SQLException
getMaxColumnsInSelect in interface DatabaseMetaDataSQLException@Suspendable public int getMaxColumnsInTable() throws SQLException
getMaxColumnsInTable in interface DatabaseMetaDataSQLException@Suspendable public int getMaxConnections() throws SQLException
getMaxConnections in interface DatabaseMetaDataSQLException@Suspendable public int getMaxCursorNameLength() throws SQLException
getMaxCursorNameLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxIndexLength() throws SQLException
getMaxIndexLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxSchemaNameLength() throws SQLException
getMaxSchemaNameLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxProcedureNameLength() throws SQLException
getMaxProcedureNameLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxCatalogNameLength() throws SQLException
getMaxCatalogNameLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxRowSize() throws SQLException
getMaxRowSize in interface DatabaseMetaDataSQLException@Suspendable public boolean doesMaxRowSizeIncludeBlobs() throws SQLException
doesMaxRowSizeIncludeBlobs in interface DatabaseMetaDataSQLException@Suspendable public int getMaxStatementLength() throws SQLException
getMaxStatementLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxStatements() throws SQLException
getMaxStatements in interface DatabaseMetaDataSQLException@Suspendable public int getMaxTableNameLength() throws SQLException
getMaxTableNameLength in interface DatabaseMetaDataSQLException@Suspendable public int getMaxTablesInSelect() throws SQLException
getMaxTablesInSelect in interface DatabaseMetaDataSQLException@Suspendable public int getMaxUserNameLength() throws SQLException
getMaxUserNameLength in interface DatabaseMetaDataSQLException@Suspendable public int getDefaultTransactionIsolation() throws SQLException
getDefaultTransactionIsolation in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsTransactions() throws SQLException
supportsTransactions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsTransactionIsolationLevel(int level) throws SQLException
supportsTransactionIsolationLevel in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException
supportsDataDefinitionAndDataManipulationTransactions in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsDataManipulationTransactionsOnly() throws SQLException
supportsDataManipulationTransactionsOnly in interface DatabaseMetaDataSQLException@Suspendable public boolean dataDefinitionCausesTransactionCommit() throws SQLException
dataDefinitionCausesTransactionCommit in interface DatabaseMetaDataSQLException@Suspendable public boolean dataDefinitionIgnoredInTransactions() throws SQLException
dataDefinitionIgnoredInTransactions in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException
getProcedures in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException
getProcedureColumns in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException
getTables in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getSchemas() throws SQLException
getSchemas in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getCatalogs() throws SQLException
getCatalogs in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getTableTypes() throws SQLException
getTableTypes in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getColumns in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) throws SQLException
getColumnPrivileges in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
getTablePrivileges in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) throws SQLException
getBestRowIdentifier in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException
getVersionColumns in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException
getPrimaryKeys in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException
getImportedKeys in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException
getExportedKeys in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException
getCrossReference in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getTypeInfo() throws SQLException
getTypeInfo in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException
getIndexInfo in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsResultSetType(int type) throws SQLException
supportsResultSetType in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsResultSetConcurrency(int type, int concurrency) throws SQLException
supportsResultSetConcurrency in interface DatabaseMetaDataSQLException@Suspendable public boolean ownUpdatesAreVisible(int type) throws SQLException
ownUpdatesAreVisible in interface DatabaseMetaDataSQLException@Suspendable public boolean ownDeletesAreVisible(int type) throws SQLException
ownDeletesAreVisible in interface DatabaseMetaDataSQLException@Suspendable public boolean ownInsertsAreVisible(int type) throws SQLException
ownInsertsAreVisible in interface DatabaseMetaDataSQLException@Suspendable public boolean othersUpdatesAreVisible(int type) throws SQLException
othersUpdatesAreVisible in interface DatabaseMetaDataSQLException@Suspendable public boolean othersDeletesAreVisible(int type) throws SQLException
othersDeletesAreVisible in interface DatabaseMetaDataSQLException@Suspendable public boolean othersInsertsAreVisible(int type) throws SQLException
othersInsertsAreVisible in interface DatabaseMetaDataSQLException@Suspendable public boolean updatesAreDetected(int type) throws SQLException
updatesAreDetected in interface DatabaseMetaDataSQLException@Suspendable public boolean deletesAreDetected(int type) throws SQLException
deletesAreDetected in interface DatabaseMetaDataSQLException@Suspendable public boolean insertsAreDetected(int type) throws SQLException
insertsAreDetected in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsBatchUpdates() throws SQLException
supportsBatchUpdates in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException
getUDTs in interface DatabaseMetaDataSQLException@Suspendable public FiberConnection getConnection() throws SQLException
getConnection in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsSavepoints() throws SQLException
supportsSavepoints in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsNamedParameters() throws SQLException
supportsNamedParameters in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsMultipleOpenResults() throws SQLException
supportsMultipleOpenResults in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsGetGeneratedKeys() throws SQLException
supportsGetGeneratedKeys in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) throws SQLException
getSuperTypes in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
getSuperTables in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException
getAttributes in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsResultSetHoldability(int holdability) throws SQLException
supportsResultSetHoldability in interface DatabaseMetaDataSQLException@Suspendable public int getResultSetHoldability() throws SQLException
getResultSetHoldability in interface DatabaseMetaDataSQLException@Suspendable public int getDatabaseMajorVersion() throws SQLException
getDatabaseMajorVersion in interface DatabaseMetaDataSQLException@Suspendable public int getDatabaseMinorVersion() throws SQLException
getDatabaseMinorVersion in interface DatabaseMetaDataSQLException@Suspendable public int getJDBCMajorVersion() throws SQLException
getJDBCMajorVersion in interface DatabaseMetaDataSQLException@Suspendable public int getJDBCMinorVersion() throws SQLException
getJDBCMinorVersion in interface DatabaseMetaDataSQLException@Suspendable public int getSQLStateType() throws SQLException
getSQLStateType in interface DatabaseMetaDataSQLException@Suspendable public boolean locatorsUpdateCopy() throws SQLException
locatorsUpdateCopy in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsStatementPooling() throws SQLException
supportsStatementPooling in interface DatabaseMetaDataSQLException@Suspendable public RowIdLifetime getRowIdLifetime() throws SQLException
getRowIdLifetime in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getSchemas(String catalog, String schemaPattern) throws SQLException
getSchemas in interface DatabaseMetaDataSQLException@Suspendable public boolean supportsStoredFunctionsUsingCallSyntax() throws SQLException
supportsStoredFunctionsUsingCallSyntax in interface DatabaseMetaDataSQLException@Suspendable public boolean autoCommitFailureClosesAllResultSets() throws SQLException
autoCommitFailureClosesAllResultSets in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getClientInfoProperties() throws SQLException
getClientInfoProperties in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern) throws SQLException
getFunctions in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) throws SQLException
getFunctionColumns in interface DatabaseMetaDataSQLException@Suspendable public FiberResultSet getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getPseudoColumns in interface DatabaseMetaDataSQLException@Suspendable public boolean generatedKeyAlwaysReturned() throws SQLException
generatedKeyAlwaysReturned in interface DatabaseMetaDataSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLException