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