|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.ufg.integrate.jdbc.DatabaseMetaDataImpl
public class DatabaseMetaDataImpl
| Field Summary |
|---|
| Fields inherited from interface br.ufg.integrate.util.Constants |
|---|
DB_MAJOR_VERSION, DB_MINOR_VERSION, DRIVER_CLASS, DRIVER_MAJOR_VERSION, DRIVER_MINOR_VERSION, DRIVER_NAME, DRIVER_RELEASE, INTEGRATE_CONFIG_FILE, JDBC_COMPLIANT, JDBC_MAJOR_VERSION, JDBC_MINOR_VERSION, PRODUCT_NAME, PRODUCT_RELEASE, URL_PREFIX |
| Constructor Summary | |
|---|---|
protected |
DatabaseMetaDataImpl(ConnectionImpl con,
DatabaseMetaData meta)
Creates a new instance of DatabaseMetaDataImpl |
| Method Summary | |
|---|---|
boolean |
allProceduresAreCallable()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
allTablesAreSelectable()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
autoCommitFailureClosesAllResultSets()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
dataDefinitionCausesTransactionCommit()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
dataDefinitionIgnoredInTransactions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
deletesAreDetected(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
doesMaxRowSizeIncludeBlobs()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getAttributes(String catalog,
String schemaPattern,
String typeNamePattern,
String attributeNamePattern)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getCatalogs()
Implements method in interface java.sql.DatabaseMetaData |
String |
getCatalogSeparator()
Implements method in interface java.sql.DatabaseMetaData |
String |
getCatalogTerm()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getClientInfoProperties()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
Implements method in interface java.sql.DatabaseMetaData |
Connection |
getConnection()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable)
Implements method in interface java.sql.DatabaseMetaData |
int |
getDatabaseMajorVersion()
Implements method in interface java.sql.DatabaseMetaData |
int |
getDatabaseMinorVersion()
Implements method in interface java.sql.DatabaseMetaData |
String |
getDatabaseProductName()
Implements method in interface java.sql.DatabaseMetaData |
String |
getDatabaseProductVersion()
Implements method in interface java.sql.DatabaseMetaData |
int |
getDefaultTransactionIsolation()
Implements method in interface java.sql.DatabaseMetaData |
int |
getDriverMajorVersion()
Implements method in interface java.sql.DatabaseMetaData |
int |
getDriverMinorVersion()
Implements method in interface java.sql.DatabaseMetaData |
String |
getDriverName()
Implements method in interface java.sql.DatabaseMetaData |
String |
getDriverVersion()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getExportedKeys(String catalog,
String schema,
String table)
Implements method in interface java.sql.DatabaseMetaData |
String |
getExtraNameCharacters()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getFunctionColumns(String arg0,
String arg1,
String arg2,
String arg3)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getFunctions(String arg0,
String arg1,
String arg2)
|
String |
getIdentifierQuoteString()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getImportedKeys(String catalog,
String schema,
String table)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate)
Implements method in interface java.sql.DatabaseMetaData |
int |
getJDBCMajorVersion()
Implements method in interface java.sql.DatabaseMetaData |
int |
getJDBCMinorVersion()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxBinaryLiteralLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxCatalogNameLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxCharLiteralLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxColumnNameLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxColumnsInGroupBy()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxColumnsInIndex()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxColumnsInOrderBy()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxColumnsInSelect()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxColumnsInTable()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxConnections()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxCursorNameLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxIndexLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxProcedureNameLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxRowSize()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxSchemaNameLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxStatementLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxStatements()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxTableNameLength()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxTablesInSelect()
Implements method in interface java.sql.DatabaseMetaData |
int |
getMaxUserNameLength()
Implements method in interface java.sql.DatabaseMetaData |
String |
getNumericFunctions()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getPrimaryKeys(String catalog,
String schema,
String table)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern)
Implements method in interface java.sql.DatabaseMetaData |
String |
getProcedureTerm()
Implements method in interface java.sql.DatabaseMetaData |
int |
getResultSetHoldability()
Implements method in interface java.sql.DatabaseMetaData |
RowIdLifetime |
getRowIdLifetime()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getSchemas()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getSchemas(String catalog,
String schemaPattern)
Implements method in interface java.sql.DatabaseMetaData |
String |
getSchemaTerm()
Implements method in interface java.sql.DatabaseMetaData |
String |
getSearchStringEscape()
Implements method in interface java.sql.DatabaseMetaData |
String |
getSQLKeywords()
Implements method in interface java.sql.DatabaseMetaData |
int |
getSQLStateType()
Implements method in interface java.sql.DatabaseMetaData |
String |
getStringFunctions()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getSuperTables(String catalog,
String schemaPattern,
String tableNamePattern)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getSuperTypes(String catalog,
String schemaPattern,
String typeNamePattern)
Implements method in interface java.sql.DatabaseMetaData |
String |
getSystemFunctions()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types)
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getTableTypes()
Implements method in interface java.sql.DatabaseMetaData |
String |
getTimeDateFunctions()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getTypeInfo()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types)
Implements method in interface java.sql.DatabaseMetaData |
String |
getURL()
Implements method in interface java.sql.DatabaseMetaData |
String |
getUserName()
Implements method in interface java.sql.DatabaseMetaData |
ResultSet |
getVersionColumns(String catalog,
String schema,
String table)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
insertsAreDetected(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
isCatalogAtStart()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
isReadOnly()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
isWrapperFor(Class iface)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
locatorsUpdateCopy()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
nullPlusNonNullIsNull()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
nullsAreSortedAtEnd()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
nullsAreSortedAtStart()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
nullsAreSortedHigh()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
nullsAreSortedLow()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
othersDeletesAreVisible(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
othersInsertsAreVisible(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
othersUpdatesAreVisible(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
ownDeletesAreVisible(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
ownInsertsAreVisible(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
ownUpdatesAreVisible(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
storesLowerCaseIdentifiers()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
storesLowerCaseQuotedIdentifiers()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
storesMixedCaseIdentifiers()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
storesMixedCaseQuotedIdentifiers()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
storesUpperCaseIdentifiers()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
storesUpperCaseQuotedIdentifiers()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsAlterTableWithAddColumn()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsAlterTableWithDropColumn()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsANSI92EntryLevelSQL()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsANSI92FullSQL()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsANSI92IntermediateSQL()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsBatchUpdates()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsCatalogsInDataManipulation()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsCatalogsInIndexDefinitions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsCatalogsInPrivilegeDefinitions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsCatalogsInProcedureCalls()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsCatalogsInTableDefinitions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsColumnAliasing()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsConvert()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsConvert(int fromType,
int toType)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsCoreSQLGrammar()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsCorrelatedSubqueries()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsDataDefinitionAndDataManipulationTransactions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsDataManipulationTransactionsOnly()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsDifferentTableCorrelationNames()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsExpressionsInOrderBy()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsExtendedSQLGrammar()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsFullOuterJoins()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsGetGeneratedKeys()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsGroupBy()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsGroupByBeyondSelect()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsGroupByUnrelated()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsIntegrityEnhancementFacility()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsLikeEscapeClause()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsLimitedOuterJoins()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsMinimumSQLGrammar()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsMixedCaseIdentifiers()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsMixedCaseQuotedIdentifiers()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsMultipleOpenResults()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsMultipleResultSets()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsMultipleTransactions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsNamedParameters()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsNonNullableColumns()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsOpenCursorsAcrossCommit()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsOpenCursorsAcrossRollback()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsOpenStatementsAcrossCommit()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsOpenStatementsAcrossRollback()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsOrderByUnrelated()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsOuterJoins()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsPositionedDelete()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsPositionedUpdate()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsResultSetConcurrency(int type,
int concurrency)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsResultSetHoldability(int holdability)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsResultSetType(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSavepoints()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSchemasInDataManipulation()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSchemasInIndexDefinitions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSchemasInPrivilegeDefinitions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSchemasInProcedureCalls()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSchemasInTableDefinitions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSelectForUpdate()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsStatementPooling()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsStoredFunctionsUsingCallSyntax()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsStoredProcedures()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSubqueriesInComparisons()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSubqueriesInExists()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSubqueriesInIns()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsSubqueriesInQuantifieds()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsTableCorrelationNames()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsTransactionIsolationLevel(int level)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsTransactions()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsUnion()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
supportsUnionAll()
Implements method in interface java.sql.DatabaseMetaData |
Object |
unwrap(Class iface)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
updatesAreDetected(int type)
Implements method in interface java.sql.DatabaseMetaData |
boolean |
usesLocalFilePerTable()
Implements method in interface java.sql.DatabaseMetaData |
boolean |
usesLocalFiles()
Implements method in interface java.sql.DatabaseMetaData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DatabaseMetaDataImpl(ConnectionImpl con,
DatabaseMetaData meta)
| Method Detail |
|---|
public boolean allProceduresAreCallable()
throws SQLException
allProceduresAreCallable in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.allProceduresAreCallable()
public boolean allTablesAreSelectable()
throws SQLException
allTablesAreSelectable in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.allTablesAreSelectable()
public boolean autoCommitFailureClosesAllResultSets()
throws SQLException
autoCommitFailureClosesAllResultSets in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.autoCommitFailureClosesAllResultSets()
public boolean dataDefinitionCausesTransactionCommit()
throws SQLException
dataDefinitionCausesTransactionCommit in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.dataDefinitionCausesTransactionCommit()
public boolean dataDefinitionIgnoredInTransactions()
throws SQLException
dataDefinitionIgnoredInTransactions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.dataDefinitionIgnoredInTransactions()
public boolean deletesAreDetected(int type)
throws SQLException
deletesAreDetected in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.deletesAreDetected(int)
public boolean doesMaxRowSizeIncludeBlobs()
throws SQLException
doesMaxRowSizeIncludeBlobs in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.doesMaxRowSizeIncludeBlobs()
public ResultSet getAttributes(String catalog,
String schemaPattern,
String typeNamePattern,
String attributeNamePattern)
throws SQLException
getAttributes in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public ResultSet getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable)
throws SQLException
getBestRowIdentifier in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getBestRowIdentifier(java.lang.String, java.lang.String, java.lang.String, int, boolean)
public String getCatalogSeparator()
throws SQLException
getCatalogSeparator in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getCatalogSeparator()
public String getCatalogTerm()
throws SQLException
getCatalogTerm in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getCatalogTerm()
public ResultSet getCatalogs()
throws SQLException
getCatalogs in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getCatalogs()
public ResultSet getClientInfoProperties()
throws SQLException
getClientInfoProperties in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getClientInfoProperties()
public ResultSet getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern)
throws SQLException
getColumnPrivileges in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getColumnPrivileges(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public ResultSet getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
throws SQLException
getColumns in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public Connection getConnection()
throws SQLException
getConnection in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getConnection()
public ResultSet getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable)
throws SQLException
getCrossReference in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getCrossReference(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public int getDatabaseMajorVersion()
throws SQLException
getDatabaseMajorVersion in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getDatabaseMajorVersion()
public int getDatabaseMinorVersion()
throws SQLException
getDatabaseMinorVersion in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getDatabaseMinorVersion()
public String getDatabaseProductName()
throws SQLException
getDatabaseProductName in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getDatabaseProductName()
public String getDatabaseProductVersion()
throws SQLException
getDatabaseProductVersion in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getDatabaseProductVersion()
public int getDefaultTransactionIsolation()
throws SQLException
getDefaultTransactionIsolation in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getDefaultTransactionIsolation()public int getDriverMajorVersion()
getDriverMajorVersion in interface DatabaseMetaDataDatabaseMetaData.getDriverMajorVersion()public int getDriverMinorVersion()
getDriverMinorVersion in interface DatabaseMetaDataDatabaseMetaData.getDriverMinorVersion()
public String getDriverName()
throws SQLException
getDriverName in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getDriverName()
public String getDriverVersion()
throws SQLException
getDriverVersion in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getDriverVersion()
public ResultSet getExportedKeys(String catalog,
String schema,
String table)
throws SQLException
getExportedKeys in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String)
public String getExtraNameCharacters()
throws SQLException
getExtraNameCharacters in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getExtraNameCharacters()
public ResultSet getFunctionColumns(String arg0,
String arg1,
String arg2,
String arg3)
throws SQLException
getFunctionColumns in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getExtraNameCharacters()
public ResultSet getFunctions(String arg0,
String arg1,
String arg2)
throws SQLException
getFunctions in interface DatabaseMetaDataSQLException
public String getIdentifierQuoteString()
throws SQLException
getIdentifierQuoteString in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getIdentifierQuoteString()
public ResultSet getImportedKeys(String catalog,
String schema,
String table)
throws SQLException
getImportedKeys in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getImportedKeys(java.lang.String, java.lang.String, java.lang.String)
public ResultSet getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate)
throws SQLException
getIndexInfo in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getIndexInfo(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public int getJDBCMajorVersion()
throws SQLException
getJDBCMajorVersion in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getJDBCMajorVersion()
public int getJDBCMinorVersion()
throws SQLException
getJDBCMinorVersion in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getJDBCMinorVersion()
public int getMaxBinaryLiteralLength()
throws SQLException
getMaxBinaryLiteralLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxBinaryLiteralLength()
public int getMaxCatalogNameLength()
throws SQLException
getMaxCatalogNameLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxCatalogNameLength()
public int getMaxCharLiteralLength()
throws SQLException
getMaxCharLiteralLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxCharLiteralLength()
public int getMaxColumnNameLength()
throws SQLException
getMaxColumnNameLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxColumnNameLength()
public int getMaxColumnsInGroupBy()
throws SQLException
getMaxColumnsInGroupBy in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxColumnsInGroupBy()
public int getMaxColumnsInIndex()
throws SQLException
getMaxColumnsInIndex in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxColumnsInIndex()
public int getMaxColumnsInOrderBy()
throws SQLException
getMaxColumnsInOrderBy in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxColumnsInOrderBy()
public int getMaxColumnsInSelect()
throws SQLException
getMaxColumnsInSelect in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxColumnsInSelect()
public int getMaxColumnsInTable()
throws SQLException
getMaxColumnsInTable in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxColumnsInTable()
public int getMaxConnections()
throws SQLException
getMaxConnections in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxConnections()
public int getMaxCursorNameLength()
throws SQLException
getMaxCursorNameLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxCursorNameLength()
public int getMaxIndexLength()
throws SQLException
getMaxIndexLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxIndexLength()
public int getMaxProcedureNameLength()
throws SQLException
getMaxProcedureNameLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxProcedureNameLength()
public int getMaxRowSize()
throws SQLException
getMaxRowSize in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxRowSize()
public int getMaxSchemaNameLength()
throws SQLException
getMaxSchemaNameLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxSchemaNameLength()
public int getMaxStatementLength()
throws SQLException
getMaxStatementLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxStatementLength()
public int getMaxStatements()
throws SQLException
getMaxStatements in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxStatements()
public int getMaxTableNameLength()
throws SQLException
getMaxTableNameLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxTableNameLength()
public int getMaxTablesInSelect()
throws SQLException
getMaxTablesInSelect in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxTablesInSelect()
public int getMaxUserNameLength()
throws SQLException
getMaxUserNameLength in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getMaxUserNameLength()
public String getNumericFunctions()
throws SQLException
getNumericFunctions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getNumericFunctions()
public ResultSet getPrimaryKeys(String catalog,
String schema,
String table)
throws SQLException
getPrimaryKeys in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getPrimaryKeys(java.lang.String, java.lang.String, java.lang.String)
public ResultSet getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern)
throws SQLException
getProcedureColumns in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getProcedureColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public String getProcedureTerm()
throws SQLException
getProcedureTerm in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getProcedureTerm()
public ResultSet getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern)
throws SQLException
getProcedures in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getProcedures(java.lang.String, java.lang.String, java.lang.String)
public int getResultSetHoldability()
throws SQLException
getResultSetHoldability in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getResultSetHoldability()
public RowIdLifetime getRowIdLifetime()
throws SQLException
getRowIdLifetime in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getRowIdLifetime()
public String getSQLKeywords()
throws SQLException
getSQLKeywords in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSQLKeywords()
public int getSQLStateType()
throws SQLException
getSQLStateType in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSQLStateType()
public String getSchemaTerm()
throws SQLException
getSchemaTerm in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSchemaTerm()
public ResultSet getSchemas()
throws SQLException
getSchemas in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSchemas()
public ResultSet getSchemas(String catalog,
String schemaPattern)
throws SQLException
getSchemas in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSchemas()
public String getSearchStringEscape()
throws SQLException
getSearchStringEscape in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSearchStringEscape()
public String getStringFunctions()
throws SQLException
getStringFunctions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getStringFunctions()
public ResultSet getSuperTables(String catalog,
String schemaPattern,
String tableNamePattern)
throws SQLException
getSuperTables in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSuperTables(java.lang.String, java.lang.String, java.lang.String)
public ResultSet getSuperTypes(String catalog,
String schemaPattern,
String typeNamePattern)
throws SQLException
getSuperTypes in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSuperTypes(java.lang.String, java.lang.String, java.lang.String)
public String getSystemFunctions()
throws SQLException
getSystemFunctions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getSystemFunctions()
public ResultSet getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern)
throws SQLException
getTablePrivileges in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getTablePrivileges(java.lang.String, java.lang.String, java.lang.String)
public ResultSet getTableTypes()
throws SQLException
getTableTypes in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getTableTypes()
public ResultSet getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types)
throws SQLException
getTables in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])
public String getTimeDateFunctions()
throws SQLException
getTimeDateFunctions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getTimeDateFunctions()
public ResultSet getTypeInfo()
throws SQLException
getTypeInfo in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getTypeInfo()
public ResultSet getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types)
throws SQLException
getUDTs in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getUDTs(java.lang.String, java.lang.String, java.lang.String, int[])
public String getURL()
throws SQLException
getURL in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getURL()
public String getUserName()
throws SQLException
getUserName in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getUserName()
public ResultSet getVersionColumns(String catalog,
String schema,
String table)
throws SQLException
getVersionColumns in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getVersionColumns(java.lang.String, java.lang.String, java.lang.String)
public boolean insertsAreDetected(int type)
throws SQLException
insertsAreDetected in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.insertsAreDetected(int)
public boolean isCatalogAtStart()
throws SQLException
isCatalogAtStart in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.isCatalogAtStart()
public boolean isReadOnly()
throws SQLException
isReadOnly in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.isReadOnly()
public boolean isWrapperFor(Class iface)
throws SQLException
isWrapperFor in interface WrapperSQLExceptionWrapper.isWrapperFor(java.lang.Class>)
public boolean locatorsUpdateCopy()
throws SQLException
locatorsUpdateCopy in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.locatorsUpdateCopy()
public boolean nullPlusNonNullIsNull()
throws SQLException
nullPlusNonNullIsNull in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.nullPlusNonNullIsNull()
public boolean nullsAreSortedAtEnd()
throws SQLException
nullsAreSortedAtEnd in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.nullsAreSortedAtEnd()
public boolean nullsAreSortedAtStart()
throws SQLException
nullsAreSortedAtStart in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.nullsAreSortedAtStart()
public boolean nullsAreSortedHigh()
throws SQLException
nullsAreSortedHigh in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.nullsAreSortedHigh()
public boolean nullsAreSortedLow()
throws SQLException
nullsAreSortedLow in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.nullsAreSortedLow()
public boolean othersDeletesAreVisible(int type)
throws SQLException
othersDeletesAreVisible in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.othersDeletesAreVisible(int)
public boolean othersInsertsAreVisible(int type)
throws SQLException
othersInsertsAreVisible in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.othersInsertsAreVisible(int)
public boolean othersUpdatesAreVisible(int type)
throws SQLException
othersUpdatesAreVisible in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.othersUpdatesAreVisible(int)
public boolean ownDeletesAreVisible(int type)
throws SQLException
ownDeletesAreVisible in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.ownDeletesAreVisible(int)
public boolean ownInsertsAreVisible(int type)
throws SQLException
ownInsertsAreVisible in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.ownInsertsAreVisible(int)
public boolean ownUpdatesAreVisible(int type)
throws SQLException
ownUpdatesAreVisible in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.ownUpdatesAreVisible(int)
public boolean storesLowerCaseIdentifiers()
throws SQLException
storesLowerCaseIdentifiers in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.storesLowerCaseIdentifiers()
public boolean storesLowerCaseQuotedIdentifiers()
throws SQLException
storesLowerCaseQuotedIdentifiers in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.storesLowerCaseQuotedIdentifiers()
public boolean storesMixedCaseIdentifiers()
throws SQLException
storesMixedCaseIdentifiers in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.storesMixedCaseIdentifiers()
public boolean storesMixedCaseQuotedIdentifiers()
throws SQLException
storesMixedCaseQuotedIdentifiers in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.storesMixedCaseQuotedIdentifiers()
public boolean storesUpperCaseIdentifiers()
throws SQLException
storesUpperCaseIdentifiers in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.storesUpperCaseIdentifiers()
public boolean storesUpperCaseQuotedIdentifiers()
throws SQLException
storesUpperCaseQuotedIdentifiers in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.storesUpperCaseQuotedIdentifiers()
public boolean supportsANSI92EntryLevelSQL()
throws SQLException
supportsANSI92EntryLevelSQL in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsANSI92EntryLevelSQL()
public boolean supportsANSI92FullSQL()
throws SQLException
supportsANSI92FullSQL in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsANSI92FullSQL()
public boolean supportsANSI92IntermediateSQL()
throws SQLException
supportsANSI92IntermediateSQL in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsANSI92IntermediateSQL()
public boolean supportsAlterTableWithAddColumn()
throws SQLException
supportsAlterTableWithAddColumn in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsAlterTableWithAddColumn()
public boolean supportsAlterTableWithDropColumn()
throws SQLException
supportsAlterTableWithDropColumn in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsAlterTableWithDropColumn()
public boolean supportsBatchUpdates()
throws SQLException
supportsBatchUpdates in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsBatchUpdates()
public boolean supportsCatalogsInDataManipulation()
throws SQLException
supportsCatalogsInDataManipulation in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsCatalogsInDataManipulation()
public boolean supportsCatalogsInIndexDefinitions()
throws SQLException
supportsCatalogsInIndexDefinitions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsCatalogsInIndexDefinitions()
public boolean supportsCatalogsInPrivilegeDefinitions()
throws SQLException
supportsCatalogsInPrivilegeDefinitions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsCatalogsInPrivilegeDefinitions()
public boolean supportsCatalogsInProcedureCalls()
throws SQLException
supportsCatalogsInProcedureCalls in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsCatalogsInProcedureCalls()
public boolean supportsCatalogsInTableDefinitions()
throws SQLException
supportsCatalogsInTableDefinitions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsCatalogsInTableDefinitions()
public boolean supportsColumnAliasing()
throws SQLException
supportsColumnAliasing in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsColumnAliasing()
public boolean supportsConvert()
throws SQLException
supportsConvert in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsConvert()
public boolean supportsConvert(int fromType,
int toType)
throws SQLException
supportsConvert in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsConvert()
public boolean supportsCoreSQLGrammar()
throws SQLException
supportsCoreSQLGrammar in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsCoreSQLGrammar()
public boolean supportsCorrelatedSubqueries()
throws SQLException
supportsCorrelatedSubqueries in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsCorrelatedSubqueries()
public boolean supportsDataDefinitionAndDataManipulationTransactions()
throws SQLException
supportsDataDefinitionAndDataManipulationTransactions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsDataDefinitionAndDataManipulationTransactions()
public boolean supportsDataManipulationTransactionsOnly()
throws SQLException
supportsDataManipulationTransactionsOnly in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsDataManipulationTransactionsOnly()
public boolean supportsDifferentTableCorrelationNames()
throws SQLException
supportsDifferentTableCorrelationNames in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsDifferentTableCorrelationNames()
public boolean supportsExpressionsInOrderBy()
throws SQLException
supportsExpressionsInOrderBy in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsExpressionsInOrderBy()
public boolean supportsExtendedSQLGrammar()
throws SQLException
supportsExtendedSQLGrammar in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsExtendedSQLGrammar()
public boolean supportsFullOuterJoins()
throws SQLException
supportsFullOuterJoins in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsFullOuterJoins()
public boolean supportsGetGeneratedKeys()
throws SQLException
supportsGetGeneratedKeys in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsGetGeneratedKeys()
public boolean supportsGroupBy()
throws SQLException
supportsGroupBy in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsGroupBy()
public boolean supportsGroupByBeyondSelect()
throws SQLException
supportsGroupByBeyondSelect in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsGroupByBeyondSelect()
public boolean supportsGroupByUnrelated()
throws SQLException
supportsGroupByUnrelated in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsGroupByUnrelated()
public boolean supportsIntegrityEnhancementFacility()
throws SQLException
supportsIntegrityEnhancementFacility in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsIntegrityEnhancementFacility()
public boolean supportsLikeEscapeClause()
throws SQLException
supportsLikeEscapeClause in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsLikeEscapeClause()
public boolean supportsLimitedOuterJoins()
throws SQLException
supportsLimitedOuterJoins in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsLimitedOuterJoins()
public boolean supportsMinimumSQLGrammar()
throws SQLException
supportsMinimumSQLGrammar in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsMinimumSQLGrammar()
public boolean supportsMixedCaseIdentifiers()
throws SQLException
supportsMixedCaseIdentifiers in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsMixedCaseIdentifiers()
public boolean supportsMixedCaseQuotedIdentifiers()
throws SQLException
supportsMixedCaseQuotedIdentifiers in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsMixedCaseQuotedIdentifiers()
public boolean supportsMultipleOpenResults()
throws SQLException
supportsMultipleOpenResults in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsMultipleOpenResults()
public boolean supportsMultipleResultSets()
throws SQLException
supportsMultipleResultSets in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsMultipleResultSets()
public boolean supportsMultipleTransactions()
throws SQLException
supportsMultipleTransactions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsMultipleTransactions()
public boolean supportsNamedParameters()
throws SQLException
supportsNamedParameters in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsNamedParameters()
public boolean supportsNonNullableColumns()
throws SQLException
supportsNonNullableColumns in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsNonNullableColumns()
public boolean supportsOpenCursorsAcrossCommit()
throws SQLException
supportsOpenCursorsAcrossCommit in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsOpenCursorsAcrossCommit()
public boolean supportsOpenCursorsAcrossRollback()
throws SQLException
supportsOpenCursorsAcrossRollback in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsOpenCursorsAcrossRollback()
public boolean supportsOpenStatementsAcrossCommit()
throws SQLException
supportsOpenStatementsAcrossCommit in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsOpenStatementsAcrossCommit()
public boolean supportsOpenStatementsAcrossRollback()
throws SQLException
supportsOpenStatementsAcrossRollback in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsOpenStatementsAcrossRollback()
public boolean supportsOrderByUnrelated()
throws SQLException
supportsOrderByUnrelated in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsOrderByUnrelated()
public boolean supportsOuterJoins()
throws SQLException
supportsOuterJoins in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsOuterJoins()
public boolean supportsPositionedDelete()
throws SQLException
supportsPositionedDelete in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsPositionedDelete()
public boolean supportsPositionedUpdate()
throws SQLException
supportsPositionedUpdate in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsPositionedUpdate()
public boolean supportsResultSetConcurrency(int type,
int concurrency)
throws SQLException
supportsResultSetConcurrency in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsResultSetConcurrency(int, int)
public boolean supportsResultSetHoldability(int holdability)
throws SQLException
supportsResultSetHoldability in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsResultSetHoldability(int)
public boolean supportsResultSetType(int type)
throws SQLException
supportsResultSetType in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsResultSetType(int)
public boolean supportsSavepoints()
throws SQLException
supportsSavepoints in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSavepoints()
public boolean supportsSchemasInDataManipulation()
throws SQLException
supportsSchemasInDataManipulation in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSchemasInDataManipulation()
public boolean supportsSchemasInIndexDefinitions()
throws SQLException
supportsSchemasInIndexDefinitions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSchemasInIndexDefinitions()
public boolean supportsSchemasInPrivilegeDefinitions()
throws SQLException
supportsSchemasInPrivilegeDefinitions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSchemasInPrivilegeDefinitions()
public boolean supportsSchemasInProcedureCalls()
throws SQLException
supportsSchemasInProcedureCalls in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSchemasInProcedureCalls()
public boolean supportsSchemasInTableDefinitions()
throws SQLException
supportsSchemasInTableDefinitions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSchemasInTableDefinitions()
public boolean supportsSelectForUpdate()
throws SQLException
supportsSelectForUpdate in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSelectForUpdate()
public boolean supportsStatementPooling()
throws SQLException
supportsStatementPooling in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsStatementPooling()
public boolean supportsStoredProcedures()
throws SQLException
supportsStoredProcedures in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsStoredProcedures()
public boolean supportsStoredFunctionsUsingCallSyntax()
throws SQLException
supportsStoredFunctionsUsingCallSyntax in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsStoredFunctionsUsingCallSyntax()
public boolean supportsSubqueriesInComparisons()
throws SQLException
supportsSubqueriesInComparisons in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSubqueriesInComparisons()
public boolean supportsSubqueriesInExists()
throws SQLException
supportsSubqueriesInExists in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSubqueriesInExists()
public boolean supportsSubqueriesInIns()
throws SQLException
supportsSubqueriesInIns in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSubqueriesInIns()
public boolean supportsSubqueriesInQuantifieds()
throws SQLException
supportsSubqueriesInQuantifieds in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsSubqueriesInQuantifieds()
public boolean supportsTableCorrelationNames()
throws SQLException
supportsTableCorrelationNames in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsTableCorrelationNames()
public boolean supportsTransactionIsolationLevel(int level)
throws SQLException
supportsTransactionIsolationLevel in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsTransactionIsolationLevel(int)
public boolean supportsTransactions()
throws SQLException
supportsTransactions in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsTransactions()
public boolean supportsUnion()
throws SQLException
supportsUnion in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsUnion()
public boolean supportsUnionAll()
throws SQLException
supportsUnionAll in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.supportsUnionAll()
public boolean updatesAreDetected(int type)
throws SQLException
updatesAreDetected in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.updatesAreDetected(int)
public boolean usesLocalFilePerTable()
throws SQLException
usesLocalFilePerTable in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.usesLocalFilePerTable()
public boolean usesLocalFiles()
throws SQLException
usesLocalFiles in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.usesLocalFiles()
public Object unwrap(Class iface)
throws SQLException
unwrap in interface WrapperSQLExceptionDatabaseMetaData.usesLocalFiles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||