br.ufg.integrate.jdbc
Class DatabaseMetaDataImpl

java.lang.Object
  extended by br.ufg.integrate.jdbc.DatabaseMetaDataImpl
All Implemented Interfaces:
Constants, DatabaseMetaData, Wrapper

public class DatabaseMetaDataImpl
extends Object
implements DatabaseMetaData, Constants

Version:
0.1 Adapted from xlSQL.
Author:
Rogerio

Field Summary
 
Fields inherited from interface java.sql.DatabaseMetaData
attributeNoNulls, attributeNullable, attributeNullableUnknown, bestRowNotPseudo, bestRowPseudo, bestRowSession, bestRowTemporary, bestRowTransaction, bestRowUnknown, columnNoNulls, columnNullable, columnNullableUnknown, functionColumnIn, functionColumnInOut, functionColumnOut, functionColumnResult, functionColumnUnknown, functionNoNulls, functionNoTable, functionNullable, functionNullableUnknown, functionResultUnknown, functionReturn, functionReturnsTable, importedKeyCascade, importedKeyInitiallyDeferred, importedKeyInitiallyImmediate, importedKeyNoAction, importedKeyNotDeferrable, importedKeyRestrict, importedKeySetDefault, importedKeySetNull, procedureColumnIn, procedureColumnInOut, procedureColumnOut, procedureColumnResult, procedureColumnReturn, procedureColumnUnknown, procedureNoNulls, procedureNoResult, procedureNullable, procedureNullableUnknown, procedureResultUnknown, procedureReturnsResult, sqlStateSQL, sqlStateSQL99, sqlStateXOpen, tableIndexClustered, tableIndexHashed, tableIndexOther, tableIndexStatistic, typeNoNulls, typeNullable, typeNullableUnknown, typePredBasic, typePredChar, typePredNone, typeSearchable, versionColumnNotPseudo, versionColumnPseudo, versionColumnUnknown
 
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

DatabaseMetaDataImpl

protected DatabaseMetaDataImpl(ConnectionImpl con,
                               DatabaseMetaData meta)
Creates a new instance of DatabaseMetaDataImpl

Method Detail

allProceduresAreCallable

public boolean allProceduresAreCallable()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
allProceduresAreCallable in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.allProceduresAreCallable()

allTablesAreSelectable

public boolean allTablesAreSelectable()
                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
allTablesAreSelectable in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.allTablesAreSelectable()

autoCommitFailureClosesAllResultSets

public boolean autoCommitFailureClosesAllResultSets()
                                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
autoCommitFailureClosesAllResultSets in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.autoCommitFailureClosesAllResultSets()

dataDefinitionCausesTransactionCommit

public boolean dataDefinitionCausesTransactionCommit()
                                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
dataDefinitionCausesTransactionCommit in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.dataDefinitionCausesTransactionCommit()

dataDefinitionIgnoredInTransactions

public boolean dataDefinitionIgnoredInTransactions()
                                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
dataDefinitionIgnoredInTransactions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.dataDefinitionIgnoredInTransactions()

deletesAreDetected

public boolean deletesAreDetected(int type)
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
deletesAreDetected in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.deletesAreDetected(int)

doesMaxRowSizeIncludeBlobs

public boolean doesMaxRowSizeIncludeBlobs()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
doesMaxRowSizeIncludeBlobs in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.doesMaxRowSizeIncludeBlobs()

getAttributes

public ResultSet getAttributes(String catalog,
                               String schemaPattern,
                               String typeNamePattern,
                               String attributeNamePattern)
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getAttributes in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

getBestRowIdentifier

public ResultSet getBestRowIdentifier(String catalog,
                                      String schema,
                                      String table,
                                      int scope,
                                      boolean nullable)
                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getBestRowIdentifier in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getBestRowIdentifier(java.lang.String, java.lang.String, java.lang.String, int, boolean)

getCatalogSeparator

public String getCatalogSeparator()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getCatalogSeparator in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getCatalogSeparator()

getCatalogTerm

public String getCatalogTerm()
                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getCatalogTerm in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getCatalogTerm()

getCatalogs

public ResultSet getCatalogs()
                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getCatalogs in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getCatalogs()

getClientInfoProperties

public ResultSet getClientInfoProperties()
                                  throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getClientInfoProperties in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getClientInfoProperties()

getColumnPrivileges

public ResultSet getColumnPrivileges(String catalog,
                                     String schema,
                                     String table,
                                     String columnNamePattern)
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getColumnPrivileges in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getColumnPrivileges(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

getColumns

public ResultSet getColumns(String catalog,
                            String schemaPattern,
                            String tableNamePattern,
                            String columnNamePattern)
                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getColumns in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

getConnection

public Connection getConnection()
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getConnection in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getConnection()

getCrossReference

public ResultSet getCrossReference(String primaryCatalog,
                                   String primarySchema,
                                   String primaryTable,
                                   String foreignCatalog,
                                   String foreignSchema,
                                   String foreignTable)
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getCrossReference in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getCrossReference(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)

getDatabaseMajorVersion

public int getDatabaseMajorVersion()
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDatabaseMajorVersion in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getDatabaseMajorVersion()

getDatabaseMinorVersion

public int getDatabaseMinorVersion()
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDatabaseMinorVersion in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getDatabaseMinorVersion()

getDatabaseProductName

public String getDatabaseProductName()
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDatabaseProductName in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getDatabaseProductName()

getDatabaseProductVersion

public String getDatabaseProductVersion()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDatabaseProductVersion in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getDatabaseProductVersion()

getDefaultTransactionIsolation

public int getDefaultTransactionIsolation()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDefaultTransactionIsolation in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getDefaultTransactionIsolation()

getDriverMajorVersion

public int getDriverMajorVersion()
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDriverMajorVersion in interface DatabaseMetaData
See Also:
DatabaseMetaData.getDriverMajorVersion()

getDriverMinorVersion

public int getDriverMinorVersion()
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDriverMinorVersion in interface DatabaseMetaData
See Also:
DatabaseMetaData.getDriverMinorVersion()

getDriverName

public String getDriverName()
                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDriverName in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getDriverName()

getDriverVersion

public String getDriverVersion()
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getDriverVersion in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getDriverVersion()

getExportedKeys

public ResultSet getExportedKeys(String catalog,
                                 String schema,
                                 String table)
                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getExportedKeys in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String)

getExtraNameCharacters

public String getExtraNameCharacters()
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getExtraNameCharacters in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getExtraNameCharacters()

getFunctionColumns

public ResultSet getFunctionColumns(String arg0,
                                    String arg1,
                                    String arg2,
                                    String arg3)
                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getFunctionColumns in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getExtraNameCharacters()

getFunctions

public ResultSet getFunctions(String arg0,
                              String arg1,
                              String arg2)
                       throws SQLException
Specified by:
getFunctions in interface DatabaseMetaData
Throws:
SQLException

getIdentifierQuoteString

public String getIdentifierQuoteString()
                                throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getIdentifierQuoteString in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getIdentifierQuoteString()

getImportedKeys

public ResultSet getImportedKeys(String catalog,
                                 String schema,
                                 String table)
                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getImportedKeys in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getImportedKeys(java.lang.String, java.lang.String, java.lang.String)

getIndexInfo

public ResultSet getIndexInfo(String catalog,
                              String schema,
                              String table,
                              boolean unique,
                              boolean approximate)
                       throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getIndexInfo in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getIndexInfo(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)

getJDBCMajorVersion

public int getJDBCMajorVersion()
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getJDBCMajorVersion in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getJDBCMajorVersion()

getJDBCMinorVersion

public int getJDBCMinorVersion()
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getJDBCMinorVersion in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getJDBCMinorVersion()

getMaxBinaryLiteralLength

public int getMaxBinaryLiteralLength()
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxBinaryLiteralLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxBinaryLiteralLength()

getMaxCatalogNameLength

public int getMaxCatalogNameLength()
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxCatalogNameLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxCatalogNameLength()

getMaxCharLiteralLength

public int getMaxCharLiteralLength()
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxCharLiteralLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxCharLiteralLength()

getMaxColumnNameLength

public int getMaxColumnNameLength()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxColumnNameLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxColumnNameLength()

getMaxColumnsInGroupBy

public int getMaxColumnsInGroupBy()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxColumnsInGroupBy in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxColumnsInGroupBy()

getMaxColumnsInIndex

public int getMaxColumnsInIndex()
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxColumnsInIndex in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxColumnsInIndex()

getMaxColumnsInOrderBy

public int getMaxColumnsInOrderBy()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxColumnsInOrderBy in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxColumnsInOrderBy()

getMaxColumnsInSelect

public int getMaxColumnsInSelect()
                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxColumnsInSelect in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxColumnsInSelect()

getMaxColumnsInTable

public int getMaxColumnsInTable()
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxColumnsInTable in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxColumnsInTable()

getMaxConnections

public int getMaxConnections()
                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxConnections in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxConnections()

getMaxCursorNameLength

public int getMaxCursorNameLength()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxCursorNameLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxCursorNameLength()

getMaxIndexLength

public int getMaxIndexLength()
                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxIndexLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxIndexLength()

getMaxProcedureNameLength

public int getMaxProcedureNameLength()
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxProcedureNameLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxProcedureNameLength()

getMaxRowSize

public int getMaxRowSize()
                  throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxRowSize in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxRowSize()

getMaxSchemaNameLength

public int getMaxSchemaNameLength()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxSchemaNameLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxSchemaNameLength()

getMaxStatementLength

public int getMaxStatementLength()
                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxStatementLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxStatementLength()

getMaxStatements

public int getMaxStatements()
                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxStatements in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxStatements()

getMaxTableNameLength

public int getMaxTableNameLength()
                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxTableNameLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxTableNameLength()

getMaxTablesInSelect

public int getMaxTablesInSelect()
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxTablesInSelect in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxTablesInSelect()

getMaxUserNameLength

public int getMaxUserNameLength()
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getMaxUserNameLength in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getMaxUserNameLength()

getNumericFunctions

public String getNumericFunctions()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getNumericFunctions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getNumericFunctions()

getPrimaryKeys

public ResultSet getPrimaryKeys(String catalog,
                                String schema,
                                String table)
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getPrimaryKeys in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getPrimaryKeys(java.lang.String, java.lang.String, java.lang.String)

getProcedureColumns

public ResultSet getProcedureColumns(String catalog,
                                     String schemaPattern,
                                     String procedureNamePattern,
                                     String columnNamePattern)
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getProcedureColumns in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getProcedureColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

getProcedureTerm

public String getProcedureTerm()
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getProcedureTerm in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getProcedureTerm()

getProcedures

public ResultSet getProcedures(String catalog,
                               String schemaPattern,
                               String procedureNamePattern)
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getProcedures in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getProcedures(java.lang.String, java.lang.String, java.lang.String)

getResultSetHoldability

public int getResultSetHoldability()
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getResultSetHoldability in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getResultSetHoldability()

getRowIdLifetime

public RowIdLifetime getRowIdLifetime()
                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getRowIdLifetime in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getRowIdLifetime()

getSQLKeywords

public String getSQLKeywords()
                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSQLKeywords in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSQLKeywords()

getSQLStateType

public int getSQLStateType()
                    throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSQLStateType in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSQLStateType()

getSchemaTerm

public String getSchemaTerm()
                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSchemaTerm in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSchemaTerm()

getSchemas

public ResultSet getSchemas()
                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSchemas in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSchemas()

getSchemas

public ResultSet getSchemas(String catalog,
                            String schemaPattern)
                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSchemas in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSchemas()

getSearchStringEscape

public String getSearchStringEscape()
                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSearchStringEscape in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSearchStringEscape()

getStringFunctions

public String getStringFunctions()
                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getStringFunctions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getStringFunctions()

getSuperTables

public ResultSet getSuperTables(String catalog,
                                String schemaPattern,
                                String tableNamePattern)
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSuperTables in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSuperTables(java.lang.String, java.lang.String, java.lang.String)

getSuperTypes

public ResultSet getSuperTypes(String catalog,
                               String schemaPattern,
                               String typeNamePattern)
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSuperTypes in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSuperTypes(java.lang.String, java.lang.String, java.lang.String)

getSystemFunctions

public String getSystemFunctions()
                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getSystemFunctions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getSystemFunctions()

getTablePrivileges

public ResultSet getTablePrivileges(String catalog,
                                    String schemaPattern,
                                    String tableNamePattern)
                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getTablePrivileges in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getTablePrivileges(java.lang.String, java.lang.String, java.lang.String)

getTableTypes

public ResultSet getTableTypes()
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getTableTypes in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getTableTypes()

getTables

public ResultSet getTables(String catalog,
                           String schemaPattern,
                           String tableNamePattern,
                           String[] types)
                    throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getTables in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])

getTimeDateFunctions

public String getTimeDateFunctions()
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getTimeDateFunctions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getTimeDateFunctions()

getTypeInfo

public ResultSet getTypeInfo()
                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getTypeInfo in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getTypeInfo()

getUDTs

public ResultSet getUDTs(String catalog,
                         String schemaPattern,
                         String typeNamePattern,
                         int[] types)
                  throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getUDTs in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getUDTs(java.lang.String, java.lang.String, java.lang.String, int[])

getURL

public String getURL()
              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getURL in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getURL()

getUserName

public String getUserName()
                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getUserName in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getUserName()

getVersionColumns

public ResultSet getVersionColumns(String catalog,
                                   String schema,
                                   String table)
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
getVersionColumns in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.getVersionColumns(java.lang.String, java.lang.String, java.lang.String)

insertsAreDetected

public boolean insertsAreDetected(int type)
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
insertsAreDetected in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.insertsAreDetected(int)

isCatalogAtStart

public boolean isCatalogAtStart()
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
isCatalogAtStart in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.isCatalogAtStart()

isReadOnly

public boolean isReadOnly()
                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
isReadOnly in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.isReadOnly()

isWrapperFor

public boolean isWrapperFor(Class iface)
                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
isWrapperFor in interface Wrapper
Throws:
SQLException
See Also:
Wrapper.isWrapperFor(java.lang.Class)

locatorsUpdateCopy

public boolean locatorsUpdateCopy()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
locatorsUpdateCopy in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.locatorsUpdateCopy()

nullPlusNonNullIsNull

public boolean nullPlusNonNullIsNull()
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
nullPlusNonNullIsNull in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.nullPlusNonNullIsNull()

nullsAreSortedAtEnd

public boolean nullsAreSortedAtEnd()
                            throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
nullsAreSortedAtEnd in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.nullsAreSortedAtEnd()

nullsAreSortedAtStart

public boolean nullsAreSortedAtStart()
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
nullsAreSortedAtStart in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.nullsAreSortedAtStart()

nullsAreSortedHigh

public boolean nullsAreSortedHigh()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
nullsAreSortedHigh in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.nullsAreSortedHigh()

nullsAreSortedLow

public boolean nullsAreSortedLow()
                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
nullsAreSortedLow in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.nullsAreSortedLow()

othersDeletesAreVisible

public boolean othersDeletesAreVisible(int type)
                                throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
othersDeletesAreVisible in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.othersDeletesAreVisible(int)

othersInsertsAreVisible

public boolean othersInsertsAreVisible(int type)
                                throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
othersInsertsAreVisible in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.othersInsertsAreVisible(int)

othersUpdatesAreVisible

public boolean othersUpdatesAreVisible(int type)
                                throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
othersUpdatesAreVisible in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.othersUpdatesAreVisible(int)

ownDeletesAreVisible

public boolean ownDeletesAreVisible(int type)
                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
ownDeletesAreVisible in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.ownDeletesAreVisible(int)

ownInsertsAreVisible

public boolean ownInsertsAreVisible(int type)
                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
ownInsertsAreVisible in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.ownInsertsAreVisible(int)

ownUpdatesAreVisible

public boolean ownUpdatesAreVisible(int type)
                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
ownUpdatesAreVisible in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.ownUpdatesAreVisible(int)

storesLowerCaseIdentifiers

public boolean storesLowerCaseIdentifiers()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
storesLowerCaseIdentifiers in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.storesLowerCaseIdentifiers()

storesLowerCaseQuotedIdentifiers

public boolean storesLowerCaseQuotedIdentifiers()
                                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
storesLowerCaseQuotedIdentifiers in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.storesLowerCaseQuotedIdentifiers()

storesMixedCaseIdentifiers

public boolean storesMixedCaseIdentifiers()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
storesMixedCaseIdentifiers in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.storesMixedCaseIdentifiers()

storesMixedCaseQuotedIdentifiers

public boolean storesMixedCaseQuotedIdentifiers()
                                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
storesMixedCaseQuotedIdentifiers in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.storesMixedCaseQuotedIdentifiers()

storesUpperCaseIdentifiers

public boolean storesUpperCaseIdentifiers()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
storesUpperCaseIdentifiers in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.storesUpperCaseIdentifiers()

storesUpperCaseQuotedIdentifiers

public boolean storesUpperCaseQuotedIdentifiers()
                                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
storesUpperCaseQuotedIdentifiers in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.storesUpperCaseQuotedIdentifiers()

supportsANSI92EntryLevelSQL

public boolean supportsANSI92EntryLevelSQL()
                                    throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsANSI92EntryLevelSQL in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsANSI92EntryLevelSQL()

supportsANSI92FullSQL

public boolean supportsANSI92FullSQL()
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsANSI92FullSQL in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsANSI92FullSQL()

supportsANSI92IntermediateSQL

public boolean supportsANSI92IntermediateSQL()
                                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsANSI92IntermediateSQL in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsANSI92IntermediateSQL()

supportsAlterTableWithAddColumn

public boolean supportsAlterTableWithAddColumn()
                                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsAlterTableWithAddColumn in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsAlterTableWithAddColumn()

supportsAlterTableWithDropColumn

public boolean supportsAlterTableWithDropColumn()
                                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsAlterTableWithDropColumn in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsAlterTableWithDropColumn()

supportsBatchUpdates

public boolean supportsBatchUpdates()
                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsBatchUpdates in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsBatchUpdates()

supportsCatalogsInDataManipulation

public boolean supportsCatalogsInDataManipulation()
                                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsCatalogsInDataManipulation in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsCatalogsInDataManipulation()

supportsCatalogsInIndexDefinitions

public boolean supportsCatalogsInIndexDefinitions()
                                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsCatalogsInIndexDefinitions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsCatalogsInIndexDefinitions()

supportsCatalogsInPrivilegeDefinitions

public boolean supportsCatalogsInPrivilegeDefinitions()
                                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsCatalogsInPrivilegeDefinitions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsCatalogsInPrivilegeDefinitions()

supportsCatalogsInProcedureCalls

public boolean supportsCatalogsInProcedureCalls()
                                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsCatalogsInProcedureCalls in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsCatalogsInProcedureCalls()

supportsCatalogsInTableDefinitions

public boolean supportsCatalogsInTableDefinitions()
                                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsCatalogsInTableDefinitions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsCatalogsInTableDefinitions()

supportsColumnAliasing

public boolean supportsColumnAliasing()
                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsColumnAliasing in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsColumnAliasing()

supportsConvert

public boolean supportsConvert()
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsConvert in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsConvert()

supportsConvert

public boolean supportsConvert(int fromType,
                               int toType)
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsConvert in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsConvert()

supportsCoreSQLGrammar

public boolean supportsCoreSQLGrammar()
                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsCoreSQLGrammar in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsCoreSQLGrammar()

supportsCorrelatedSubqueries

public boolean supportsCorrelatedSubqueries()
                                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsCorrelatedSubqueries in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsCorrelatedSubqueries()

supportsDataDefinitionAndDataManipulationTransactions

public boolean supportsDataDefinitionAndDataManipulationTransactions()
                                                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsDataDefinitionAndDataManipulationTransactions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsDataDefinitionAndDataManipulationTransactions()

supportsDataManipulationTransactionsOnly

public boolean supportsDataManipulationTransactionsOnly()
                                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsDataManipulationTransactionsOnly in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsDataManipulationTransactionsOnly()

supportsDifferentTableCorrelationNames

public boolean supportsDifferentTableCorrelationNames()
                                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsDifferentTableCorrelationNames in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsDifferentTableCorrelationNames()

supportsExpressionsInOrderBy

public boolean supportsExpressionsInOrderBy()
                                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsExpressionsInOrderBy in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsExpressionsInOrderBy()

supportsExtendedSQLGrammar

public boolean supportsExtendedSQLGrammar()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsExtendedSQLGrammar in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsExtendedSQLGrammar()

supportsFullOuterJoins

public boolean supportsFullOuterJoins()
                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsFullOuterJoins in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsFullOuterJoins()

supportsGetGeneratedKeys

public boolean supportsGetGeneratedKeys()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsGetGeneratedKeys in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsGetGeneratedKeys()

supportsGroupBy

public boolean supportsGroupBy()
                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsGroupBy in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsGroupBy()

supportsGroupByBeyondSelect

public boolean supportsGroupByBeyondSelect()
                                    throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsGroupByBeyondSelect in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsGroupByBeyondSelect()

supportsGroupByUnrelated

public boolean supportsGroupByUnrelated()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsGroupByUnrelated in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsGroupByUnrelated()

supportsIntegrityEnhancementFacility

public boolean supportsIntegrityEnhancementFacility()
                                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsIntegrityEnhancementFacility in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsIntegrityEnhancementFacility()

supportsLikeEscapeClause

public boolean supportsLikeEscapeClause()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsLikeEscapeClause in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsLikeEscapeClause()

supportsLimitedOuterJoins

public boolean supportsLimitedOuterJoins()
                                  throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsLimitedOuterJoins in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsLimitedOuterJoins()

supportsMinimumSQLGrammar

public boolean supportsMinimumSQLGrammar()
                                  throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsMinimumSQLGrammar in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsMinimumSQLGrammar()

supportsMixedCaseIdentifiers

public boolean supportsMixedCaseIdentifiers()
                                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsMixedCaseIdentifiers in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsMixedCaseIdentifiers()

supportsMixedCaseQuotedIdentifiers

public boolean supportsMixedCaseQuotedIdentifiers()
                                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsMixedCaseQuotedIdentifiers in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsMixedCaseQuotedIdentifiers()

supportsMultipleOpenResults

public boolean supportsMultipleOpenResults()
                                    throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsMultipleOpenResults in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsMultipleOpenResults()

supportsMultipleResultSets

public boolean supportsMultipleResultSets()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsMultipleResultSets in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsMultipleResultSets()

supportsMultipleTransactions

public boolean supportsMultipleTransactions()
                                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsMultipleTransactions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsMultipleTransactions()

supportsNamedParameters

public boolean supportsNamedParameters()
                                throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsNamedParameters in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsNamedParameters()

supportsNonNullableColumns

public boolean supportsNonNullableColumns()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsNonNullableColumns in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsNonNullableColumns()

supportsOpenCursorsAcrossCommit

public boolean supportsOpenCursorsAcrossCommit()
                                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsOpenCursorsAcrossCommit in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsOpenCursorsAcrossCommit()

supportsOpenCursorsAcrossRollback

public boolean supportsOpenCursorsAcrossRollback()
                                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsOpenCursorsAcrossRollback in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsOpenCursorsAcrossRollback()

supportsOpenStatementsAcrossCommit

public boolean supportsOpenStatementsAcrossCommit()
                                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsOpenStatementsAcrossCommit in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsOpenStatementsAcrossCommit()

supportsOpenStatementsAcrossRollback

public boolean supportsOpenStatementsAcrossRollback()
                                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsOpenStatementsAcrossRollback in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsOpenStatementsAcrossRollback()

supportsOrderByUnrelated

public boolean supportsOrderByUnrelated()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsOrderByUnrelated in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsOrderByUnrelated()

supportsOuterJoins

public boolean supportsOuterJoins()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsOuterJoins in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsOuterJoins()

supportsPositionedDelete

public boolean supportsPositionedDelete()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsPositionedDelete in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsPositionedDelete()

supportsPositionedUpdate

public boolean supportsPositionedUpdate()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsPositionedUpdate in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsPositionedUpdate()

supportsResultSetConcurrency

public boolean supportsResultSetConcurrency(int type,
                                            int concurrency)
                                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsResultSetConcurrency in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsResultSetConcurrency(int, int)

supportsResultSetHoldability

public boolean supportsResultSetHoldability(int holdability)
                                     throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsResultSetHoldability in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsResultSetHoldability(int)

supportsResultSetType

public boolean supportsResultSetType(int type)
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsResultSetType in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsResultSetType(int)

supportsSavepoints

public boolean supportsSavepoints()
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSavepoints in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSavepoints()

supportsSchemasInDataManipulation

public boolean supportsSchemasInDataManipulation()
                                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSchemasInDataManipulation in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSchemasInDataManipulation()

supportsSchemasInIndexDefinitions

public boolean supportsSchemasInIndexDefinitions()
                                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSchemasInIndexDefinitions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSchemasInIndexDefinitions()

supportsSchemasInPrivilegeDefinitions

public boolean supportsSchemasInPrivilegeDefinitions()
                                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSchemasInPrivilegeDefinitions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSchemasInPrivilegeDefinitions()

supportsSchemasInProcedureCalls

public boolean supportsSchemasInProcedureCalls()
                                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSchemasInProcedureCalls in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSchemasInProcedureCalls()

supportsSchemasInTableDefinitions

public boolean supportsSchemasInTableDefinitions()
                                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSchemasInTableDefinitions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSchemasInTableDefinitions()

supportsSelectForUpdate

public boolean supportsSelectForUpdate()
                                throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSelectForUpdate in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSelectForUpdate()

supportsStatementPooling

public boolean supportsStatementPooling()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsStatementPooling in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsStatementPooling()

supportsStoredProcedures

public boolean supportsStoredProcedures()
                                 throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsStoredProcedures in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsStoredProcedures()

supportsStoredFunctionsUsingCallSyntax

public boolean supportsStoredFunctionsUsingCallSyntax()
                                               throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsStoredFunctionsUsingCallSyntax in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsStoredFunctionsUsingCallSyntax()

supportsSubqueriesInComparisons

public boolean supportsSubqueriesInComparisons()
                                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSubqueriesInComparisons in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSubqueriesInComparisons()

supportsSubqueriesInExists

public boolean supportsSubqueriesInExists()
                                   throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSubqueriesInExists in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSubqueriesInExists()

supportsSubqueriesInIns

public boolean supportsSubqueriesInIns()
                                throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSubqueriesInIns in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSubqueriesInIns()

supportsSubqueriesInQuantifieds

public boolean supportsSubqueriesInQuantifieds()
                                        throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsSubqueriesInQuantifieds in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsSubqueriesInQuantifieds()

supportsTableCorrelationNames

public boolean supportsTableCorrelationNames()
                                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsTableCorrelationNames in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsTableCorrelationNames()

supportsTransactionIsolationLevel

public boolean supportsTransactionIsolationLevel(int level)
                                          throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsTransactionIsolationLevel in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsTransactionIsolationLevel(int)

supportsTransactions

public boolean supportsTransactions()
                             throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsTransactions in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsTransactions()

supportsUnion

public boolean supportsUnion()
                      throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsUnion in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsUnion()

supportsUnionAll

public boolean supportsUnionAll()
                         throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
supportsUnionAll in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.supportsUnionAll()

updatesAreDetected

public boolean updatesAreDetected(int type)
                           throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
updatesAreDetected in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.updatesAreDetected(int)

usesLocalFilePerTable

public boolean usesLocalFilePerTable()
                              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
usesLocalFilePerTable in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.usesLocalFilePerTable()

usesLocalFiles

public boolean usesLocalFiles()
                       throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
usesLocalFiles in interface DatabaseMetaData
Throws:
SQLException
See Also:
DatabaseMetaData.usesLocalFiles()

unwrap

public Object unwrap(Class iface)
              throws SQLException
Implements method in interface java.sql.DatabaseMetaData

Specified by:
unwrap in interface Wrapper
Throws:
SQLException
See Also:
DatabaseMetaData.usesLocalFiles()


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.