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