Description: JDBC Driver Extension implementing PreparedStatement.
$Author: cheechq $
$Revision: 1.4 $
$Date: 2003/06/03 19:20:25 $
$Id: P6DatabaseMetaData.java,v 1.4 2003/06/03 19:20:25 cheechq Exp $
$Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/spy/P6DatabaseMetaData.java,v $
$Log: P6DatabaseMetaData.java,v $
Revision 1.4 2003/06/03 19:20:25 cheechq
removed unused imports
Revision 1.3 2003/01/03 20:33:42 aarvesen
Added getJDBC() method to return the underlying jdbc object.
Revision 1.2 2002/12/06 22:42:11 aarvesen
Extend P6Base.
New factory registration in the constructor.
jdk 1.4 additions
Revision 1.1 2002/05/24 07:31:13 jeffgoke
version 1 rewrite
Revision 1.1 2002/04/10 04:24:26 jeffgoke
added support for callable statements and fixed numerous bugs that allowed the real class to be returned
allProceduresAreCallable
public boolean allProceduresAreCallable()
throws SQLException
allTablesAreSelectable
public boolean allTablesAreSelectable()
throws SQLException
dataDefinitionCausesTransactionCommit
public boolean dataDefinitionCausesTransactionCommit()
throws SQLException
dataDefinitionIgnoredInTransactions
public boolean dataDefinitionIgnoredInTransactions()
throws SQLException
deletesAreDetected
public boolean deletesAreDetected(int p0)
throws SQLException
doesMaxRowSizeIncludeBlobs
public boolean doesMaxRowSizeIncludeBlobs()
throws SQLException
getAttributes
public ResultSet getAttributes(String p0,
String p1,
String p2,
String p3)
throws SQLException
getBestRowIdentifier
public ResultSet getBestRowIdentifier(String p0,
String p1,
String p2,
int p3,
boolean p4)
throws SQLException
getCatalogSeparator
public String getCatalogSeparator()
throws SQLException
getCatalogTerm
public String getCatalogTerm()
throws SQLException
getColumnPrivileges
public ResultSet getColumnPrivileges(String p0,
String p1,
String p2,
String p3)
throws SQLException
getCrossReference
public ResultSet getCrossReference(String p0,
String p1,
String p2,
String p3,
String p4,
String p5)
throws SQLException
getDatabaseMajorVersion
public int getDatabaseMajorVersion()
throws SQLException
getDatabaseMinorVersion
public int getDatabaseMinorVersion()
throws SQLException
getDatabaseProductName
public String getDatabaseProductName()
throws SQLException
getDatabaseProductVersion
public String getDatabaseProductVersion()
throws SQLException
getDefaultTransactionIsolation
public int getDefaultTransactionIsolation()
throws SQLException
getDriverMajorVersion
public int getDriverMajorVersion()
getDriverMinorVersion
public int getDriverMinorVersion()
getDriverName
public String getDriverName()
throws SQLException
getDriverVersion
public String getDriverVersion()
throws SQLException
getExtraNameCharacters
public String getExtraNameCharacters()
throws SQLException
getIdentifierQuoteString
public String getIdentifierQuoteString()
throws SQLException
getIndexInfo
public ResultSet getIndexInfo(String p0,
String p1,
String p2,
boolean p3,
boolean p4)
throws SQLException
getJDBC
public DatabaseMetaData getJDBC()
Returns the underlying JDBC object (in this case, a
java.sql.DatabaseMetaData)
- the wrapped JDBC object
getJDBCMajorVersion
public int getJDBCMajorVersion()
throws SQLException
getJDBCMinorVersion
public int getJDBCMinorVersion()
throws SQLException
getMaxBinaryLiteralLength
public int getMaxBinaryLiteralLength()
throws SQLException
getMaxCatalogNameLength
public int getMaxCatalogNameLength()
throws SQLException
getMaxCharLiteralLength
public int getMaxCharLiteralLength()
throws SQLException
getMaxColumnNameLength
public int getMaxColumnNameLength()
throws SQLException
getMaxColumnsInGroupBy
public int getMaxColumnsInGroupBy()
throws SQLException
getMaxColumnsInIndex
public int getMaxColumnsInIndex()
throws SQLException
getMaxColumnsInOrderBy
public int getMaxColumnsInOrderBy()
throws SQLException
getMaxColumnsInSelect
public int getMaxColumnsInSelect()
throws SQLException
getMaxColumnsInTable
public int getMaxColumnsInTable()
throws SQLException
getMaxConnections
public int getMaxConnections()
throws SQLException
getMaxCursorNameLength
public int getMaxCursorNameLength()
throws SQLException
getMaxIndexLength
public int getMaxIndexLength()
throws SQLException
getMaxProcedureNameLength
public int getMaxProcedureNameLength()
throws SQLException
getMaxSchemaNameLength
public int getMaxSchemaNameLength()
throws SQLException
getMaxStatementLength
public int getMaxStatementLength()
throws SQLException
getMaxStatements
public int getMaxStatements()
throws SQLException
getMaxTableNameLength
public int getMaxTableNameLength()
throws SQLException
getMaxTablesInSelect
public int getMaxTablesInSelect()
throws SQLException
getMaxUserNameLength
public int getMaxUserNameLength()
throws SQLException
getNumericFunctions
public String getNumericFunctions()
throws SQLException
getProcedureColumns
public ResultSet getProcedureColumns(String p0,
String p1,
String p2,
String p3)
throws SQLException
getProcedureTerm
public String getProcedureTerm()
throws SQLException
getResultSetHoldability
public int getResultSetHoldability()
throws SQLException
getSQLKeywords
public String getSQLKeywords()
throws SQLException
getSQLStateType
public int getSQLStateType()
throws SQLException
getSchemaTerm
public String getSchemaTerm()
throws SQLException
getSearchStringEscape
public String getSearchStringEscape()
throws SQLException
getStringFunctions
public String getStringFunctions()
throws SQLException
getSystemFunctions
public String getSystemFunctions()
throws SQLException
getTablePrivileges
public ResultSet getTablePrivileges(String p0,
String p1,
String p2)
throws SQLException
getTimeDateFunctions
public String getTimeDateFunctions()
throws SQLException
insertsAreDetected
public boolean insertsAreDetected(int p0)
throws SQLException
isCatalogAtStart
public boolean isCatalogAtStart()
throws SQLException
locatorsUpdateCopy
public boolean locatorsUpdateCopy()
throws SQLException
nullPlusNonNullIsNull
public boolean nullPlusNonNullIsNull()
throws SQLException
nullsAreSortedAtEnd
public boolean nullsAreSortedAtEnd()
throws SQLException
nullsAreSortedAtStart
public boolean nullsAreSortedAtStart()
throws SQLException
nullsAreSortedHigh
public boolean nullsAreSortedHigh()
throws SQLException
nullsAreSortedLow
public boolean nullsAreSortedLow()
throws SQLException
othersDeletesAreVisible
public boolean othersDeletesAreVisible(int p0)
throws SQLException
othersInsertsAreVisible
public boolean othersInsertsAreVisible(int p0)
throws SQLException
othersUpdatesAreVisible
public boolean othersUpdatesAreVisible(int p0)
throws SQLException
ownDeletesAreVisible
public boolean ownDeletesAreVisible(int p0)
throws SQLException
ownInsertsAreVisible
public boolean ownInsertsAreVisible(int p0)
throws SQLException
ownUpdatesAreVisible
public boolean ownUpdatesAreVisible(int p0)
throws SQLException
storesLowerCaseIdentifiers
public boolean storesLowerCaseIdentifiers()
throws SQLException
storesLowerCaseQuotedIdentifiers
public boolean storesLowerCaseQuotedIdentifiers()
throws SQLException
storesMixedCaseIdentifiers
public boolean storesMixedCaseIdentifiers()
throws SQLException
storesMixedCaseQuotedIdentifiers
public boolean storesMixedCaseQuotedIdentifiers()
throws SQLException
storesUpperCaseIdentifiers
public boolean storesUpperCaseIdentifiers()
throws SQLException
storesUpperCaseQuotedIdentifiers
public boolean storesUpperCaseQuotedIdentifiers()
throws SQLException
supportsANSI92EntryLevelSQL
public boolean supportsANSI92EntryLevelSQL()
throws SQLException
supportsANSI92FullSQL
public boolean supportsANSI92FullSQL()
throws SQLException
supportsANSI92IntermediateSQL
public boolean supportsANSI92IntermediateSQL()
throws SQLException
supportsAlterTableWithAddColumn
public boolean supportsAlterTableWithAddColumn()
throws SQLException
supportsAlterTableWithDropColumn
public boolean supportsAlterTableWithDropColumn()
throws SQLException
supportsBatchUpdates
public boolean supportsBatchUpdates()
throws SQLException
supportsCatalogsInDataManipulation
public boolean supportsCatalogsInDataManipulation()
throws SQLException
supportsCatalogsInIndexDefinitions
public boolean supportsCatalogsInIndexDefinitions()
throws SQLException
supportsCatalogsInPrivilegeDefinitions
public boolean supportsCatalogsInPrivilegeDefinitions()
throws SQLException
supportsCatalogsInProcedureCalls
public boolean supportsCatalogsInProcedureCalls()
throws SQLException
supportsCatalogsInTableDefinitions
public boolean supportsCatalogsInTableDefinitions()
throws SQLException
supportsColumnAliasing
public boolean supportsColumnAliasing()
throws SQLException
supportsConvert
public boolean supportsConvert()
throws SQLException
supportsConvert
public boolean supportsConvert(int p0,
int p1)
throws SQLException
supportsCoreSQLGrammar
public boolean supportsCoreSQLGrammar()
throws SQLException
supportsCorrelatedSubqueries
public boolean supportsCorrelatedSubqueries()
throws SQLException
supportsDataDefinitionAndDataManipulationTransactions
public boolean supportsDataDefinitionAndDataManipulationTransactions()
throws SQLException
supportsDataManipulationTransactionsOnly
public boolean supportsDataManipulationTransactionsOnly()
throws SQLException
supportsDifferentTableCorrelationNames
public boolean supportsDifferentTableCorrelationNames()
throws SQLException
supportsExpressionsInOrderBy
public boolean supportsExpressionsInOrderBy()
throws SQLException
supportsExtendedSQLGrammar
public boolean supportsExtendedSQLGrammar()
throws SQLException
supportsFullOuterJoins
public boolean supportsFullOuterJoins()
throws SQLException
supportsGetGeneratedKeys
public boolean supportsGetGeneratedKeys()
throws SQLException
supportsGroupBy
public boolean supportsGroupBy()
throws SQLException
supportsGroupByBeyondSelect
public boolean supportsGroupByBeyondSelect()
throws SQLException
supportsGroupByUnrelated
public boolean supportsGroupByUnrelated()
throws SQLException
supportsIntegrityEnhancementFacility
public boolean supportsIntegrityEnhancementFacility()
throws SQLException
supportsLikeEscapeClause
public boolean supportsLikeEscapeClause()
throws SQLException
supportsLimitedOuterJoins
public boolean supportsLimitedOuterJoins()
throws SQLException
supportsMinimumSQLGrammar
public boolean supportsMinimumSQLGrammar()
throws SQLException
supportsMixedCaseIdentifiers
public boolean supportsMixedCaseIdentifiers()
throws SQLException
supportsMixedCaseQuotedIdentifiers
public boolean supportsMixedCaseQuotedIdentifiers()
throws SQLException
supportsMultipleOpenResults
public boolean supportsMultipleOpenResults()
throws SQLException
supportsMultipleResultSets
public boolean supportsMultipleResultSets()
throws SQLException
supportsMultipleTransactions
public boolean supportsMultipleTransactions()
throws SQLException
supportsNamedParameters
public boolean supportsNamedParameters()
throws SQLException
supportsNonNullableColumns
public boolean supportsNonNullableColumns()
throws SQLException
supportsOpenCursorsAcrossCommit
public boolean supportsOpenCursorsAcrossCommit()
throws SQLException
supportsOpenCursorsAcrossRollback
public boolean supportsOpenCursorsAcrossRollback()
throws SQLException
supportsOpenStatementsAcrossCommit
public boolean supportsOpenStatementsAcrossCommit()
throws SQLException
supportsOpenStatementsAcrossRollback
public boolean supportsOpenStatementsAcrossRollback()
throws SQLException
supportsOrderByUnrelated
public boolean supportsOrderByUnrelated()
throws SQLException
supportsOuterJoins
public boolean supportsOuterJoins()
throws SQLException
supportsPositionedDelete
public boolean supportsPositionedDelete()
throws SQLException
supportsPositionedUpdate
public boolean supportsPositionedUpdate()
throws SQLException
supportsResultSetConcurrency
public boolean supportsResultSetConcurrency(int p0,
int p1)
throws SQLException
supportsResultSetHoldability
public boolean supportsResultSetHoldability(int p0)
throws SQLException
supportsResultSetType
public boolean supportsResultSetType(int p0)
throws SQLException
supportsSavepoints
public boolean supportsSavepoints()
throws SQLException
supportsSchemasInDataManipulation
public boolean supportsSchemasInDataManipulation()
throws SQLException
supportsSchemasInIndexDefinitions
public boolean supportsSchemasInIndexDefinitions()
throws SQLException
supportsSchemasInPrivilegeDefinitions
public boolean supportsSchemasInPrivilegeDefinitions()
throws SQLException
supportsSchemasInProcedureCalls
public boolean supportsSchemasInProcedureCalls()
throws SQLException
supportsSchemasInTableDefinitions
public boolean supportsSchemasInTableDefinitions()
throws SQLException
supportsSelectForUpdate
public boolean supportsSelectForUpdate()
throws SQLException
supportsStatementPooling
public boolean supportsStatementPooling()
throws SQLException
supportsStoredProcedures
public boolean supportsStoredProcedures()
throws SQLException
supportsSubqueriesInComparisons
public boolean supportsSubqueriesInComparisons()
throws SQLException
supportsSubqueriesInExists
public boolean supportsSubqueriesInExists()
throws SQLException
supportsSubqueriesInIns
public boolean supportsSubqueriesInIns()
throws SQLException
supportsSubqueriesInQuantifieds
public boolean supportsSubqueriesInQuantifieds()
throws SQLException
supportsTableCorrelationNames
public boolean supportsTableCorrelationNames()
throws SQLException
supportsTransactionIsolationLevel
public boolean supportsTransactionIsolationLevel(int p0)
throws SQLException
supportsTransactions
public boolean supportsTransactions()
throws SQLException
supportsUnion
public boolean supportsUnion()
throws SQLException
supportsUnionAll
public boolean supportsUnionAll()
throws SQLException
updatesAreDetected
public boolean updatesAreDetected(int p0)
throws SQLException
usesLocalFilePerTable
public boolean usesLocalFilePerTable()
throws SQLException
usesLocalFiles
public boolean usesLocalFiles()
throws SQLException