|
|||||||||
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 DatabaseMetaData
SQLException
DatabaseMetaData.allProceduresAreCallable()
public boolean allTablesAreSelectable() throws SQLException
allTablesAreSelectable
in interface DatabaseMetaData
SQLException
DatabaseMetaData.allTablesAreSelectable()
public boolean autoCommitFailureClosesAllResultSets() throws SQLException
autoCommitFailureClosesAllResultSets
in interface DatabaseMetaData
SQLException
DatabaseMetaData.autoCommitFailureClosesAllResultSets()
public boolean dataDefinitionCausesTransactionCommit() throws SQLException
dataDefinitionCausesTransactionCommit
in interface DatabaseMetaData
SQLException
DatabaseMetaData.dataDefinitionCausesTransactionCommit()
public boolean dataDefinitionIgnoredInTransactions() throws SQLException
dataDefinitionIgnoredInTransactions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.dataDefinitionIgnoredInTransactions()
public boolean deletesAreDetected(int type) throws SQLException
deletesAreDetected
in interface DatabaseMetaData
SQLException
DatabaseMetaData.deletesAreDetected(int)
public boolean doesMaxRowSizeIncludeBlobs() throws SQLException
doesMaxRowSizeIncludeBlobs
in interface DatabaseMetaData
SQLException
DatabaseMetaData.doesMaxRowSizeIncludeBlobs()
public ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException
getAttributes
in interface DatabaseMetaData
SQLException
DatabaseMetaData.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 DatabaseMetaData
SQLException
DatabaseMetaData.getBestRowIdentifier(java.lang.String, java.lang.String, java.lang.String, int, boolean)
public String getCatalogSeparator() throws SQLException
getCatalogSeparator
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getCatalogSeparator()
public String getCatalogTerm() throws SQLException
getCatalogTerm
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getCatalogTerm()
public ResultSet getCatalogs() throws SQLException
getCatalogs
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getCatalogs()
public ResultSet getClientInfoProperties() throws SQLException
getClientInfoProperties
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getClientInfoProperties()
public ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) throws SQLException
getColumnPrivileges
in interface DatabaseMetaData
SQLException
DatabaseMetaData.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 DatabaseMetaData
SQLException
DatabaseMetaData.getColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public Connection getConnection() throws SQLException
getConnection
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getConnection()
public ResultSet getCrossReference(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException
getCrossReference
in interface DatabaseMetaData
SQLException
DatabaseMetaData.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 DatabaseMetaData
SQLException
DatabaseMetaData.getDatabaseMajorVersion()
public int getDatabaseMinorVersion() throws SQLException
getDatabaseMinorVersion
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getDatabaseMinorVersion()
public String getDatabaseProductName() throws SQLException
getDatabaseProductName
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getDatabaseProductName()
public String getDatabaseProductVersion() throws SQLException
getDatabaseProductVersion
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getDatabaseProductVersion()
public int getDefaultTransactionIsolation() throws SQLException
getDefaultTransactionIsolation
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getDefaultTransactionIsolation()
public int getDriverMajorVersion()
getDriverMajorVersion
in interface DatabaseMetaData
DatabaseMetaData.getDriverMajorVersion()
public int getDriverMinorVersion()
getDriverMinorVersion
in interface DatabaseMetaData
DatabaseMetaData.getDriverMinorVersion()
public String getDriverName() throws SQLException
getDriverName
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getDriverName()
public String getDriverVersion() throws SQLException
getDriverVersion
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getDriverVersion()
public ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException
getExportedKeys
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String)
public String getExtraNameCharacters() throws SQLException
getExtraNameCharacters
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getExtraNameCharacters()
public ResultSet getFunctionColumns(String arg0, String arg1, String arg2, String arg3) throws SQLException
getFunctionColumns
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getExtraNameCharacters()
public ResultSet getFunctions(String arg0, String arg1, String arg2) throws SQLException
getFunctions
in interface DatabaseMetaData
SQLException
public String getIdentifierQuoteString() throws SQLException
getIdentifierQuoteString
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getIdentifierQuoteString()
public ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException
getImportedKeys
in interface DatabaseMetaData
SQLException
DatabaseMetaData.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 DatabaseMetaData
SQLException
DatabaseMetaData.getIndexInfo(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public int getJDBCMajorVersion() throws SQLException
getJDBCMajorVersion
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getJDBCMajorVersion()
public int getJDBCMinorVersion() throws SQLException
getJDBCMinorVersion
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getJDBCMinorVersion()
public int getMaxBinaryLiteralLength() throws SQLException
getMaxBinaryLiteralLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxBinaryLiteralLength()
public int getMaxCatalogNameLength() throws SQLException
getMaxCatalogNameLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxCatalogNameLength()
public int getMaxCharLiteralLength() throws SQLException
getMaxCharLiteralLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxCharLiteralLength()
public int getMaxColumnNameLength() throws SQLException
getMaxColumnNameLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxColumnNameLength()
public int getMaxColumnsInGroupBy() throws SQLException
getMaxColumnsInGroupBy
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxColumnsInGroupBy()
public int getMaxColumnsInIndex() throws SQLException
getMaxColumnsInIndex
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxColumnsInIndex()
public int getMaxColumnsInOrderBy() throws SQLException
getMaxColumnsInOrderBy
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxColumnsInOrderBy()
public int getMaxColumnsInSelect() throws SQLException
getMaxColumnsInSelect
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxColumnsInSelect()
public int getMaxColumnsInTable() throws SQLException
getMaxColumnsInTable
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxColumnsInTable()
public int getMaxConnections() throws SQLException
getMaxConnections
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxConnections()
public int getMaxCursorNameLength() throws SQLException
getMaxCursorNameLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxCursorNameLength()
public int getMaxIndexLength() throws SQLException
getMaxIndexLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxIndexLength()
public int getMaxProcedureNameLength() throws SQLException
getMaxProcedureNameLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxProcedureNameLength()
public int getMaxRowSize() throws SQLException
getMaxRowSize
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxRowSize()
public int getMaxSchemaNameLength() throws SQLException
getMaxSchemaNameLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxSchemaNameLength()
public int getMaxStatementLength() throws SQLException
getMaxStatementLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxStatementLength()
public int getMaxStatements() throws SQLException
getMaxStatements
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxStatements()
public int getMaxTableNameLength() throws SQLException
getMaxTableNameLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxTableNameLength()
public int getMaxTablesInSelect() throws SQLException
getMaxTablesInSelect
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxTablesInSelect()
public int getMaxUserNameLength() throws SQLException
getMaxUserNameLength
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getMaxUserNameLength()
public String getNumericFunctions() throws SQLException
getNumericFunctions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getNumericFunctions()
public ResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException
getPrimaryKeys
in interface DatabaseMetaData
SQLException
DatabaseMetaData.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 DatabaseMetaData
SQLException
DatabaseMetaData.getProcedureColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public String getProcedureTerm() throws SQLException
getProcedureTerm
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getProcedureTerm()
public ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException
getProcedures
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getProcedures(java.lang.String, java.lang.String, java.lang.String)
public int getResultSetHoldability() throws SQLException
getResultSetHoldability
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getResultSetHoldability()
public RowIdLifetime getRowIdLifetime() throws SQLException
getRowIdLifetime
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getRowIdLifetime()
public String getSQLKeywords() throws SQLException
getSQLKeywords
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSQLKeywords()
public int getSQLStateType() throws SQLException
getSQLStateType
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSQLStateType()
public String getSchemaTerm() throws SQLException
getSchemaTerm
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSchemaTerm()
public ResultSet getSchemas() throws SQLException
getSchemas
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSchemas()
public ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException
getSchemas
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSchemas()
public String getSearchStringEscape() throws SQLException
getSearchStringEscape
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSearchStringEscape()
public String getStringFunctions() throws SQLException
getStringFunctions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getStringFunctions()
public ResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
getSuperTables
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSuperTables(java.lang.String, java.lang.String, java.lang.String)
public ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) throws SQLException
getSuperTypes
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSuperTypes(java.lang.String, java.lang.String, java.lang.String)
public String getSystemFunctions() throws SQLException
getSystemFunctions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getSystemFunctions()
public ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
getTablePrivileges
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getTablePrivileges(java.lang.String, java.lang.String, java.lang.String)
public ResultSet getTableTypes() throws SQLException
getTableTypes
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getTableTypes()
public ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException
getTables
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])
public String getTimeDateFunctions() throws SQLException
getTimeDateFunctions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getTimeDateFunctions()
public ResultSet getTypeInfo() throws SQLException
getTypeInfo
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getTypeInfo()
public ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException
getUDTs
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getUDTs(java.lang.String, java.lang.String, java.lang.String, int[])
public String getURL() throws SQLException
getURL
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getURL()
public String getUserName() throws SQLException
getUserName
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getUserName()
public ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException
getVersionColumns
in interface DatabaseMetaData
SQLException
DatabaseMetaData.getVersionColumns(java.lang.String, java.lang.String, java.lang.String)
public boolean insertsAreDetected(int type) throws SQLException
insertsAreDetected
in interface DatabaseMetaData
SQLException
DatabaseMetaData.insertsAreDetected(int)
public boolean isCatalogAtStart() throws SQLException
isCatalogAtStart
in interface DatabaseMetaData
SQLException
DatabaseMetaData.isCatalogAtStart()
public boolean isReadOnly() throws SQLException
isReadOnly
in interface DatabaseMetaData
SQLException
DatabaseMetaData.isReadOnly()
public boolean isWrapperFor(Class iface) throws SQLException
isWrapperFor
in interface Wrapper
SQLException
Wrapper.isWrapperFor(java.lang.Class>)
public boolean locatorsUpdateCopy() throws SQLException
locatorsUpdateCopy
in interface DatabaseMetaData
SQLException
DatabaseMetaData.locatorsUpdateCopy()
public boolean nullPlusNonNullIsNull() throws SQLException
nullPlusNonNullIsNull
in interface DatabaseMetaData
SQLException
DatabaseMetaData.nullPlusNonNullIsNull()
public boolean nullsAreSortedAtEnd() throws SQLException
nullsAreSortedAtEnd
in interface DatabaseMetaData
SQLException
DatabaseMetaData.nullsAreSortedAtEnd()
public boolean nullsAreSortedAtStart() throws SQLException
nullsAreSortedAtStart
in interface DatabaseMetaData
SQLException
DatabaseMetaData.nullsAreSortedAtStart()
public boolean nullsAreSortedHigh() throws SQLException
nullsAreSortedHigh
in interface DatabaseMetaData
SQLException
DatabaseMetaData.nullsAreSortedHigh()
public boolean nullsAreSortedLow() throws SQLException
nullsAreSortedLow
in interface DatabaseMetaData
SQLException
DatabaseMetaData.nullsAreSortedLow()
public boolean othersDeletesAreVisible(int type) throws SQLException
othersDeletesAreVisible
in interface DatabaseMetaData
SQLException
DatabaseMetaData.othersDeletesAreVisible(int)
public boolean othersInsertsAreVisible(int type) throws SQLException
othersInsertsAreVisible
in interface DatabaseMetaData
SQLException
DatabaseMetaData.othersInsertsAreVisible(int)
public boolean othersUpdatesAreVisible(int type) throws SQLException
othersUpdatesAreVisible
in interface DatabaseMetaData
SQLException
DatabaseMetaData.othersUpdatesAreVisible(int)
public boolean ownDeletesAreVisible(int type) throws SQLException
ownDeletesAreVisible
in interface DatabaseMetaData
SQLException
DatabaseMetaData.ownDeletesAreVisible(int)
public boolean ownInsertsAreVisible(int type) throws SQLException
ownInsertsAreVisible
in interface DatabaseMetaData
SQLException
DatabaseMetaData.ownInsertsAreVisible(int)
public boolean ownUpdatesAreVisible(int type) throws SQLException
ownUpdatesAreVisible
in interface DatabaseMetaData
SQLException
DatabaseMetaData.ownUpdatesAreVisible(int)
public boolean storesLowerCaseIdentifiers() throws SQLException
storesLowerCaseIdentifiers
in interface DatabaseMetaData
SQLException
DatabaseMetaData.storesLowerCaseIdentifiers()
public boolean storesLowerCaseQuotedIdentifiers() throws SQLException
storesLowerCaseQuotedIdentifiers
in interface DatabaseMetaData
SQLException
DatabaseMetaData.storesLowerCaseQuotedIdentifiers()
public boolean storesMixedCaseIdentifiers() throws SQLException
storesMixedCaseIdentifiers
in interface DatabaseMetaData
SQLException
DatabaseMetaData.storesMixedCaseIdentifiers()
public boolean storesMixedCaseQuotedIdentifiers() throws SQLException
storesMixedCaseQuotedIdentifiers
in interface DatabaseMetaData
SQLException
DatabaseMetaData.storesMixedCaseQuotedIdentifiers()
public boolean storesUpperCaseIdentifiers() throws SQLException
storesUpperCaseIdentifiers
in interface DatabaseMetaData
SQLException
DatabaseMetaData.storesUpperCaseIdentifiers()
public boolean storesUpperCaseQuotedIdentifiers() throws SQLException
storesUpperCaseQuotedIdentifiers
in interface DatabaseMetaData
SQLException
DatabaseMetaData.storesUpperCaseQuotedIdentifiers()
public boolean supportsANSI92EntryLevelSQL() throws SQLException
supportsANSI92EntryLevelSQL
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsANSI92EntryLevelSQL()
public boolean supportsANSI92FullSQL() throws SQLException
supportsANSI92FullSQL
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsANSI92FullSQL()
public boolean supportsANSI92IntermediateSQL() throws SQLException
supportsANSI92IntermediateSQL
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsANSI92IntermediateSQL()
public boolean supportsAlterTableWithAddColumn() throws SQLException
supportsAlterTableWithAddColumn
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsAlterTableWithAddColumn()
public boolean supportsAlterTableWithDropColumn() throws SQLException
supportsAlterTableWithDropColumn
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsAlterTableWithDropColumn()
public boolean supportsBatchUpdates() throws SQLException
supportsBatchUpdates
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsBatchUpdates()
public boolean supportsCatalogsInDataManipulation() throws SQLException
supportsCatalogsInDataManipulation
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsCatalogsInDataManipulation()
public boolean supportsCatalogsInIndexDefinitions() throws SQLException
supportsCatalogsInIndexDefinitions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsCatalogsInIndexDefinitions()
public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException
supportsCatalogsInPrivilegeDefinitions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsCatalogsInPrivilegeDefinitions()
public boolean supportsCatalogsInProcedureCalls() throws SQLException
supportsCatalogsInProcedureCalls
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsCatalogsInProcedureCalls()
public boolean supportsCatalogsInTableDefinitions() throws SQLException
supportsCatalogsInTableDefinitions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsCatalogsInTableDefinitions()
public boolean supportsColumnAliasing() throws SQLException
supportsColumnAliasing
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsColumnAliasing()
public boolean supportsConvert() throws SQLException
supportsConvert
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsConvert()
public boolean supportsConvert(int fromType, int toType) throws SQLException
supportsConvert
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsConvert()
public boolean supportsCoreSQLGrammar() throws SQLException
supportsCoreSQLGrammar
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsCoreSQLGrammar()
public boolean supportsCorrelatedSubqueries() throws SQLException
supportsCorrelatedSubqueries
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsCorrelatedSubqueries()
public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException
supportsDataDefinitionAndDataManipulationTransactions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsDataDefinitionAndDataManipulationTransactions()
public boolean supportsDataManipulationTransactionsOnly() throws SQLException
supportsDataManipulationTransactionsOnly
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsDataManipulationTransactionsOnly()
public boolean supportsDifferentTableCorrelationNames() throws SQLException
supportsDifferentTableCorrelationNames
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsDifferentTableCorrelationNames()
public boolean supportsExpressionsInOrderBy() throws SQLException
supportsExpressionsInOrderBy
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsExpressionsInOrderBy()
public boolean supportsExtendedSQLGrammar() throws SQLException
supportsExtendedSQLGrammar
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsExtendedSQLGrammar()
public boolean supportsFullOuterJoins() throws SQLException
supportsFullOuterJoins
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsFullOuterJoins()
public boolean supportsGetGeneratedKeys() throws SQLException
supportsGetGeneratedKeys
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsGetGeneratedKeys()
public boolean supportsGroupBy() throws SQLException
supportsGroupBy
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsGroupBy()
public boolean supportsGroupByBeyondSelect() throws SQLException
supportsGroupByBeyondSelect
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsGroupByBeyondSelect()
public boolean supportsGroupByUnrelated() throws SQLException
supportsGroupByUnrelated
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsGroupByUnrelated()
public boolean supportsIntegrityEnhancementFacility() throws SQLException
supportsIntegrityEnhancementFacility
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsIntegrityEnhancementFacility()
public boolean supportsLikeEscapeClause() throws SQLException
supportsLikeEscapeClause
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsLikeEscapeClause()
public boolean supportsLimitedOuterJoins() throws SQLException
supportsLimitedOuterJoins
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsLimitedOuterJoins()
public boolean supportsMinimumSQLGrammar() throws SQLException
supportsMinimumSQLGrammar
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsMinimumSQLGrammar()
public boolean supportsMixedCaseIdentifiers() throws SQLException
supportsMixedCaseIdentifiers
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsMixedCaseIdentifiers()
public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException
supportsMixedCaseQuotedIdentifiers
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsMixedCaseQuotedIdentifiers()
public boolean supportsMultipleOpenResults() throws SQLException
supportsMultipleOpenResults
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsMultipleOpenResults()
public boolean supportsMultipleResultSets() throws SQLException
supportsMultipleResultSets
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsMultipleResultSets()
public boolean supportsMultipleTransactions() throws SQLException
supportsMultipleTransactions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsMultipleTransactions()
public boolean supportsNamedParameters() throws SQLException
supportsNamedParameters
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsNamedParameters()
public boolean supportsNonNullableColumns() throws SQLException
supportsNonNullableColumns
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsNonNullableColumns()
public boolean supportsOpenCursorsAcrossCommit() throws SQLException
supportsOpenCursorsAcrossCommit
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsOpenCursorsAcrossCommit()
public boolean supportsOpenCursorsAcrossRollback() throws SQLException
supportsOpenCursorsAcrossRollback
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsOpenCursorsAcrossRollback()
public boolean supportsOpenStatementsAcrossCommit() throws SQLException
supportsOpenStatementsAcrossCommit
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsOpenStatementsAcrossCommit()
public boolean supportsOpenStatementsAcrossRollback() throws SQLException
supportsOpenStatementsAcrossRollback
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsOpenStatementsAcrossRollback()
public boolean supportsOrderByUnrelated() throws SQLException
supportsOrderByUnrelated
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsOrderByUnrelated()
public boolean supportsOuterJoins() throws SQLException
supportsOuterJoins
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsOuterJoins()
public boolean supportsPositionedDelete() throws SQLException
supportsPositionedDelete
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsPositionedDelete()
public boolean supportsPositionedUpdate() throws SQLException
supportsPositionedUpdate
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsPositionedUpdate()
public boolean supportsResultSetConcurrency(int type, int concurrency) throws SQLException
supportsResultSetConcurrency
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsResultSetConcurrency(int, int)
public boolean supportsResultSetHoldability(int holdability) throws SQLException
supportsResultSetHoldability
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsResultSetHoldability(int)
public boolean supportsResultSetType(int type) throws SQLException
supportsResultSetType
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsResultSetType(int)
public boolean supportsSavepoints() throws SQLException
supportsSavepoints
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSavepoints()
public boolean supportsSchemasInDataManipulation() throws SQLException
supportsSchemasInDataManipulation
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSchemasInDataManipulation()
public boolean supportsSchemasInIndexDefinitions() throws SQLException
supportsSchemasInIndexDefinitions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSchemasInIndexDefinitions()
public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException
supportsSchemasInPrivilegeDefinitions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSchemasInPrivilegeDefinitions()
public boolean supportsSchemasInProcedureCalls() throws SQLException
supportsSchemasInProcedureCalls
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSchemasInProcedureCalls()
public boolean supportsSchemasInTableDefinitions() throws SQLException
supportsSchemasInTableDefinitions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSchemasInTableDefinitions()
public boolean supportsSelectForUpdate() throws SQLException
supportsSelectForUpdate
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSelectForUpdate()
public boolean supportsStatementPooling() throws SQLException
supportsStatementPooling
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsStatementPooling()
public boolean supportsStoredProcedures() throws SQLException
supportsStoredProcedures
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsStoredProcedures()
public boolean supportsStoredFunctionsUsingCallSyntax() throws SQLException
supportsStoredFunctionsUsingCallSyntax
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsStoredFunctionsUsingCallSyntax()
public boolean supportsSubqueriesInComparisons() throws SQLException
supportsSubqueriesInComparisons
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSubqueriesInComparisons()
public boolean supportsSubqueriesInExists() throws SQLException
supportsSubqueriesInExists
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSubqueriesInExists()
public boolean supportsSubqueriesInIns() throws SQLException
supportsSubqueriesInIns
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSubqueriesInIns()
public boolean supportsSubqueriesInQuantifieds() throws SQLException
supportsSubqueriesInQuantifieds
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsSubqueriesInQuantifieds()
public boolean supportsTableCorrelationNames() throws SQLException
supportsTableCorrelationNames
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsTableCorrelationNames()
public boolean supportsTransactionIsolationLevel(int level) throws SQLException
supportsTransactionIsolationLevel
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsTransactionIsolationLevel(int)
public boolean supportsTransactions() throws SQLException
supportsTransactions
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsTransactions()
public boolean supportsUnion() throws SQLException
supportsUnion
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsUnion()
public boolean supportsUnionAll() throws SQLException
supportsUnionAll
in interface DatabaseMetaData
SQLException
DatabaseMetaData.supportsUnionAll()
public boolean updatesAreDetected(int type) throws SQLException
updatesAreDetected
in interface DatabaseMetaData
SQLException
DatabaseMetaData.updatesAreDetected(int)
public boolean usesLocalFilePerTable() throws SQLException
usesLocalFilePerTable
in interface DatabaseMetaData
SQLException
DatabaseMetaData.usesLocalFilePerTable()
public boolean usesLocalFiles() throws SQLException
usesLocalFiles
in interface DatabaseMetaData
SQLException
DatabaseMetaData.usesLocalFiles()
public Object unwrap(Class iface) throws SQLException
unwrap
in interface Wrapper
SQLException
DatabaseMetaData.usesLocalFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |