|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.jdbc.WrapperImpl
com.metamatrix.jdbc.MMDatabaseMetaData
public class MMDatabaseMetaData
This provides metadata information about the different datasources to which
metamatrix connects. Many of the methods in this class return ResultSets, Strings
and boolean values. This class makes queries against RuntimeMetadata
to support methods returning ResultSets. The methods on this class which
return ResultSets need to return JDBC specific columns, whose information is not
available in the results obtained on querying, this JDBC specific information is
in this class before returning ResultSets. All the information returned
by methods returning String,booleans and int.
| 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 |
| Method Summary | |
|---|---|
boolean |
allProceduresAreCallable()
Checks whether the current user has the required security rights to call all the procedures returned by the method getProcedures. |
boolean |
allTablesAreSelectable()
Checks whether the current user can use SELECT statement with all of the tables returned by the method getTables. |
boolean |
autoCommitFailureClosesAllResultSets()
|
boolean |
dataDefinitionCausesTransactionCommit()
Checks whether a DDL statement within a transaction forces the transaction to commit. |
boolean |
dataDefinitionIgnoredInTransactions()
Checks whether a DDL statement within a transaction is ignored. |
boolean |
deletesAreDetected(int type)
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted(). |
boolean |
doesMaxRowSizeIncludeBlobs()
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs? |
java.sql.ResultSet |
getAttributes(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String typeNamePattern,
java.lang.String attributeNamePattern)
|
java.sql.ResultSet |
getBestRowIdentifier(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
int scope,
boolean nullable)
Gets a description of a table's optimal set of columns that uniquely identifies a row. |
java.sql.ResultSet |
getCatalogs()
Gets the catalog names available to metamatrix. |
java.lang.String |
getCatalogSeparator()
Gets the String object used to separate a catalog name and a table name |
java.lang.String |
getCatalogTerm()
Get the metamatrix term for catalog |
java.sql.ResultSet |
getClientInfoProperties()
|
java.sql.ResultSet |
getColumnPrivileges(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String columnName)
Gets a description of the access rights for a column of the given name. |
java.sql.ResultSet |
getColumns(java.lang.String catalog,
java.lang.String schema,
java.lang.String tableNamePattern,
java.lang.String columnNamePattern)
Get's the metadata information about the columns whose names match the given columnNamePattern. |
java.sql.Connection |
getConnection()
|
java.sql.ResultSet |
getCrossReference(java.lang.String primaryCatalog,
java.lang.String primarySchema,
java.lang.String primaryTable,
java.lang.String foreignCatalog,
java.lang.String foreignSchema,
java.lang.String foreignTable)
Gets the description of the foreign key columns in the table foreignTable. |
int |
getDatabaseMajorVersion()
Retrieves the major version number of the underlying database. |
int |
getDatabaseMinorVersion()
Retrieves the minor version number of the underlying database. |
java.lang.String |
getDatabaseProductName()
Gets the product name for this database |
java.lang.String |
getDatabaseProductVersion()
Gets the version of metamatrix server to which this driver connects |
int |
getDefaultTransactionIsolation()
Gets metamatrix default transaction isolation level. |
int |
getDriverMajorVersion()
Gets this drivers major version number |
int |
getDriverMinorVersion()
Gets this drivers minor version number |
java.lang.String |
getDriverName()
Get the name of this JDBC driver |
java.lang.String |
getDriverVersion()
This method gets the version of this JDBC driver. |
java.sql.ResultSet |
getExportedKeys(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
This method gets a description of the forignkey columns that reference the primary key columns in the given table. |
java.lang.String |
getExtraNameCharacters()
Gets the extra characters that can be used in unquoted identifier names (those beyond a-z, 0-9, and _) |
java.sql.ResultSet |
getFunctionColumns(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String functionNamePattern,
java.lang.String columnNamePattern)
|
java.sql.ResultSet |
getFunctions(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String functionNamePattern)
|
java.lang.String |
getIdentifierQuoteString()
Get's the string used to quote SQL identifiers. |
java.sql.ResultSet |
getImportedKeys(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
Gets a description of the primary key columns that are referenced by the foreign key columns in the given table. |
java.sql.ResultSet |
getIndexInfo(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
boolean unique,
boolean approximate)
Gets a description of the indexes that are present on a given table. |
int |
getJDBCMajorVersion()
Retrieves the major JDBC version number for this driver. |
int |
getJDBCMinorVersion()
Retrieves the minor JDBC version number for this driver. |
int |
getMaxBinaryLiteralLength()
Gets the maximum number of hexadecimal characters allowed in an inline binary literal |
int |
getMaxCatalogNameLength()
Gets the maximum number of characters allowed in a catalog name |
int |
getMaxCharLiteralLength()
Gets the maximum number of characters allowed in a character literal |
int |
getMaxColumnNameLength()
Gets the maximum number of characters allowed in a column name |
int |
getMaxColumnsInGroupBy()
Gets the maximum number of columns allowed in a GROUP BY clause |
int |
getMaxColumnsInIndex()
Gets the maximum number of columns allowed in an index |
int |
getMaxColumnsInOrderBy()
Gets the maximum number of columns allowed in a ORDER BY clause |
int |
getMaxColumnsInSelect()
Gets the maximum number of columns allowed in a SELECT clause |
int |
getMaxColumnsInTable()
Gets the maximum number of columns allowed in a table |
int |
getMaxConnections()
Gets the maximum number of active connections to metamatrix that can be maintained through this driver instance |
int |
getMaxCursorNameLength()
Gets the maximum number of characters allowed in a cursor name |
int |
getMaxIndexLength()
Gets the maximum number of bytes allowed in an index |
int |
getMaxProcedureNameLength()
Gets the maximum number of characters allowed in a procedure name |
int |
getMaxRowSize()
Gets the maximum number of bytes allowed in a single row |
int |
getMaxSchemaNameLength()
Gets the maximum number of characters allowed in a schema name |
int |
getMaxStatementLength()
Gets the maximum number of characters allowed in an SQL statement |
int |
getMaxStatements()
Gets the maximum number of active statements that may be open on one connection at any time |
int |
getMaxTableNameLength()
Gets the maximum number of characters allowed in a table name |
int |
getMaxTablesInSelect()
Gets the maximum number of tables allowed in a SELECT clause |
int |
getMaxUserNameLength()
Gets the maximum number of characters allowed in a user name |
java.sql.ResultSet |
getModels(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String modelNamePattern)
Gets a description of models available in a catalog. |
java.lang.String |
getNumericFunctions()
Gets the OPEN GROUP CLI names of metamatrix math functions |
java.sql.ResultSet |
getPrimaryKeys(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
Get's a description of the primary key columns in a table. |
java.sql.ResultSet |
getProcedureColumns(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String procedureNamePattern,
java.lang.String columnNamePattern)
Gets a description of the input, output and results associated with certain stored procedures matching the given procedureNamePattern. |
java.sql.ResultSet |
getProcedures(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String procedureNamePattern)
Gets description of all the available stored procedures whose names match the given pattern. |
java.lang.String |
getProcedureTerm()
Gets MetaMatrix's preferred term for procedures |
int |
getResultSetHoldability()
|
java.sql.RowIdLifetime |
getRowIdLifetime()
|
java.sql.ResultSet |
getSchemas()
Gets the schema names available for this connection. |
java.sql.ResultSet |
getSchemas(java.lang.String catalog,
java.lang.String schemaPattern)
|
java.lang.String |
getSchemaTerm()
Gets MetaMatrix's preferred term for schema |
java.lang.String |
getSearchStringEscape()
Gets the string that can be used to escape "_" or "%" wildcards in the string search pattern used for search parameters |
java.lang.String |
getSQLKeywords()
Get metamatrix keywords that are not SQL-92 keyword |
int |
getSQLStateType()
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99. |
java.lang.String |
getStringFunctions()
Gets the Open Group CLI names for metamatrix string functions |
java.sql.ResultSet |
getSuperTables(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableNamePattern)
Retrieves a description of the table hierarchies defined in a particular schema in this database. |
java.sql.ResultSet |
getSuperTypes(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableNamePattern)
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database. |
java.lang.String |
getSystemFunctions()
Gets the Open Group CLI names for metamatrix system functions |
java.sql.ResultSet |
getTablePrivileges(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableName)
Gets a description of access rights for the table of the given name. |
java.sql.ResultSet |
getTables(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableNamePattern,
java.lang.String[] types)
Gets a description of tables whose table name matches tableNamePattern. |
java.sql.ResultSet |
getTableTypes()
Gets the table types available to metamatrix. |
java.lang.String |
getTimeDateFunctions()
Gets the Open Group CLI names for metamatrix time and date functions |
java.sql.ResultSet |
getTypeInfo()
Gets the description of all datatypes supported by metamatrix. |
java.sql.ResultSet |
getUDTs(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String typeNamePattern,
int[] types)
Gets a description of the user-defined types defined in a particular schema. |
java.lang.String |
getURL()
Gets the URL used to connect to metamatrix |
java.lang.String |
getUserName()
Gets the user name as known to metamatrix |
java.sql.ResultSet |
getVersionColumns(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
Gets the description of the columns in a table that are automatically updated when any value in a row is updated. |
java.util.List |
getXMLSchemas(java.lang.String documentName)
This is a different method from #getSchemas(). |
boolean |
insertsAreDetected(int type)
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted(). |
boolean |
isCatalogAtStart()
Checks whether a catalog name appears at the start of a fully qualified table name. |
boolean |
isReadOnly()
Checks whether the databases used by metamatrix are in read-only mode |
boolean |
locatorsUpdateCopy()
Indicates whether updates made to a LOB are made on a copy or directly to the LOB. |
boolean |
nullPlusNonNullIsNull()
Checks whether the concatenation of a NULL vaule and a non-NULL value results in a NULL value. |
boolean |
nullsAreSortedAtEnd()
Checks whether NULL vaules are sorted at the end regardless of sort order. |
boolean |
nullsAreSortedAtStart()
Checks whether NULL vaules are sorted at the start regardless of sort order. |
boolean |
nullsAreSortedHigh()
Checks whether NULL vaules are sorted high. |
boolean |
nullsAreSortedLow()
Checks whether NULL vaules are sorted low. |
boolean |
othersDeletesAreVisible(int type)
Indicates whether deletes made by others are visible. |
boolean |
othersInsertsAreVisible(int type)
Indicates whether inserts made by others are visible. |
boolean |
othersUpdatesAreVisible(int type)
Indicates whether updates made by others are visible. |
boolean |
ownDeletesAreVisible(int type)
Indicates whether a result set's own deletes are visible. |
boolean |
ownInsertsAreVisible(int type)
Indicates whether a result set's own inserts are visible. |
boolean |
ownUpdatesAreVisible(int type)
Indicates whether a result set's own updates are visible. |
boolean |
storesLowerCaseIdentifiers()
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all lowercase in its metadata tables. |
boolean |
storesLowerCaseQuotedIdentifiers()
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them as all lowercase in its metadata tables. |
boolean |
storesMixedCaseIdentifiers()
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all mixedcase in its metadata tables. |
boolean |
storesMixedCaseQuotedIdentifiers()
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them in mixedcase in its metadata tables. |
boolean |
storesUpperCaseIdentifiers()
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all uppercase in its metadata tables. |
boolean |
storesUpperCaseQuotedIdentifiers()
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them as all uppercase in its metadata tables. |
boolean |
supportsAlterTableWithAddColumn()
Checks whether metamatrix supports ALTER TABLE with add column. |
boolean |
supportsAlterTableWithDropColumn()
Checks whether metamatrix supports ALTER TABLE with drop column. |
boolean |
supportsANSI92EntryLevelSQL()
Checks whether metamatrix supports ANSI-92 entry level SQL grammer. |
boolean |
supportsANSI92FullSQL()
Checks whether metamatrix supports ANSI-92 full SQL grammer. |
boolean |
supportsANSI92IntermediateSQL()
Checks whether metamatrix supports ANSI-92 intermediate SQL grammer. |
boolean |
supportsBatchUpdates()
Indicates whether the driver supports batch updates. |
boolean |
supportsCatalogsInDataManipulation()
Checks whether metamatrix supports using a catalog name in a data manipulation statement. |
boolean |
supportsCatalogsInIndexDefinitions()
Checks whether metamatrix supports using a catalog name in an index definition statement. |
boolean |
supportsCatalogsInPrivilegeDefinitions()
Checks whether metamatrix supports using a catalog name in a privilage definition statement. |
boolean |
supportsCatalogsInProcedureCalls()
Checks whether metamatrix supports using a catalog name in a procedure call statement. |
boolean |
supportsCatalogsInTableDefinitions()
Checks whether metamatrix supports using a catalog name in a table definition statement. |
boolean |
supportsColumnAliasing()
Checks whether metamatrix supports column aliasing. |
boolean |
supportsConvert()
Checks whether metamatrix supports scalar function CONVERT for the conversion of one JDBC type to another. |
boolean |
supportsConvert(int fromType,
int toType)
Checks whether metamatrix supports scalar function CONVERT for the conversion of fromType to toType. |
boolean |
supportsCoreSQLGrammar()
Checks whether metamatrix supports ODBC Core SQL grammer. |
boolean |
supportsCorrelatedSubqueries()
Checks whether metamatrix supports correlated subqueries. |
boolean |
supportsDataDefinitionAndDataManipulationTransactions()
Checks whether metamatric supports both data definition and data manipulation statements within a transaction. |
boolean |
supportsDataManipulationTransactionsOnly()
Are only data manipulation statements within a transaction supported? |
boolean |
supportsDifferentTableCorrelationNames()
Checks whether metamatric supports only data manipulation statements within a transaction. |
boolean |
supportsExpressionsInOrderBy()
Checks whether metamatrix supports expressions in ORDER BY lists. |
boolean |
supportsExtendedSQLGrammar()
Checks whether metamatrix supports ODBC Extended SQL grammer. |
boolean |
supportsFullOuterJoins()
Checks whether metamatrix supports full outer joins |
boolean |
supportsGetGeneratedKeys()
Retrieves whether auto-generated keys can be retrieved after a statement has been executed. |
boolean |
supportsGroupBy()
Checks whether metamatrix supports GROUP BY |
boolean |
supportsGroupByBeyondSelect()
Checks whether a GROUP BY clause can use columns that are not in the SELECT clause, provided that it specifies all the columns in the SELECT clause. |
boolean |
supportsGroupByUnrelated()
Checks whether a GROUP BY clause can use columns that are not in the SELECT clause. |
boolean |
supportsIntegrityEnhancementFacility()
Checks whether metamatrix supports the SQL Integrity Enhancement Facility. |
boolean |
supportsLikeEscapeClause()
Checks whether metamatrix supports specifying a LIKE escape clause. |
boolean |
supportsLimitedOuterJoins()
Checks whether metamatrix provides limited support for outer joins. |
boolean |
supportsMinimumSQLGrammar()
Checks whether metamatrix supports the ODBC minimum SQL grammer. |
boolean |
supportsMixedCaseIdentifiers()
Checks whether mixed-case unquoted SQL identifiers used in SQL statements are case sensitive |
boolean |
supportsMixedCaseQuotedIdentifiers()
Checks whether mixed-case quoted SQL identifiers used in SQL statements are case sensitive |
boolean |
supportsMultipleOpenResults()
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously. |
boolean |
supportsMultipleResultSets()
Are multiple ResultSets from a single execute supported? |
boolean |
supportsMultipleTransactions()
Checks whether multiple transactions open at once on different connectons |
boolean |
supportsNamedParameters()
Retrieves whether metamatrix supports named parameters to callable statements. |
boolean |
supportsNonNullableColumns()
Checks whether metamatrix supports defining columns as nonnullable. |
boolean |
supportsOpenCursorsAcrossCommit()
Checks whether metamatrix supports having cursors open across commits. |
boolean |
supportsOpenCursorsAcrossRollback()
Checks whether metamatrix supports having cursors open across rollbacks. |
boolean |
supportsOpenStatementsAcrossCommit()
Checks whether metamatrix supports having cursors open across commits. |
boolean |
supportsOpenStatementsAcrossRollback()
Checks whether metamatrix supports having cursors open across rollbacks. |
boolean |
supportsOrderByUnrelated()
Checks whether an ORDER BY clause can use columns that are not in the SELECT clause. |
boolean |
supportsOuterJoins()
Checks whether metamatrix supports some form of outer joins. |
boolean |
supportsPositionedDelete()
Checks whether metamatrix supports positioned DELETEs on resultsets |
boolean |
supportsPositionedUpdate()
Checks whether metamatrix supports positioned UPDATEs on result sets. |
boolean |
supportsResultSetConcurrency(int type,
int concurrency)
Does the database support the concurrency type in combination with the given result set type? |
boolean |
supportsResultSetHoldability(int holdability)
Retrieves whether database supports the given result set holdability. |
boolean |
supportsResultSetType(int type)
Does the database support the given result set type? |
boolean |
supportsSavepoints()
Retrieves whether metamatrix supports savepoints. |
boolean |
supportsSchemasInDataManipulation()
Checks whether metamatrix supports using a schema name in a data manipulation statement |
boolean |
supportsSchemasInIndexDefinitions()
Checks whether metamatrix supports using a schema name in an index definition statement |
boolean |
supportsSchemasInPrivilegeDefinitions()
Checks whether metamatrix supports using a schema name in a privilage definition statement |
boolean |
supportsSchemasInProcedureCalls()
Checks whether metamatrix supports using a schema name in an procedure call statement |
boolean |
supportsSchemasInTableDefinitions()
Checks whether metamatrix supports using a schema name in an table definition statement |
boolean |
supportsSelectForUpdate()
Checks whether metamatrix supports SELECT FOR UPDATE statements |
boolean |
supportsStatementPooling()
Retrieves whether this metamatrix supports statement pooling. |
boolean |
supportsStoredFunctionsUsingCallSyntax()
|
boolean |
supportsStoredProcedures()
Checks whether metamatrix supports stored procedure calls using the stored procedure escape syntax |
boolean |
supportsSubqueriesInComparisons()
Checks whether metamatrix supports subqueries in comparision expressions. |
boolean |
supportsSubqueriesInExists()
Checks whether metamatrix supports subqueries in EXISTS expressions. |
boolean |
supportsSubqueriesInIns()
Checks whether metamatrix supports subqueries in IN statements. |
boolean |
supportsSubqueriesInQuantifieds()
Checks whether metamatrix supports subqueries in qualified expressions. |
boolean |
supportsTableCorrelationNames()
Checks whether metamatrix supports table correlation names |
boolean |
supportsTransactionIsolationLevel(int level)
Checks whether metamatrix supports the given transaction isolation level |
boolean |
supportsTransactions()
Checks whether metamatrix supports transactions |
boolean |
supportsUnion()
Checks whether metamatrix supports SQL UNION |
boolean |
supportsUnionAll()
Checks whether metamatrix supports SQL UNION ALL |
boolean |
updatesAreDetected(int type)
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated. |
boolean |
usesLocalFilePerTable()
Checks whether metamatrix uses a separate local file to store each table |
boolean |
usesLocalFiles()
Checks whether metamatrix stores tables in a local file |
| Methods inherited from class com.metamatrix.jdbc.WrapperImpl |
|---|
isWrapperFor, unwrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Method Detail |
|---|
public boolean allProceduresAreCallable()
throws java.sql.SQLException
Checks whether the current user has the required security rights to call all the procedures returned by the method getProcedures.
allProceduresAreCallable in interface java.sql.DatabaseMetaDataSQLException. - Should never occur.
java.sql.SQLException
public boolean allTablesAreSelectable()
throws java.sql.SQLException
Checks whether the current user can use SELECT statement with all of the tables returned by the method getTables. Selectability is column level in metamatrix, hence return true
allTablesAreSelectable in interface java.sql.DatabaseMetaDataSQLException. - Should never occur.
java.sql.SQLException
public boolean dataDefinitionCausesTransactionCommit()
throws java.sql.SQLException
Checks whether a DDL statement within a transaction forces the transaction to commit.
dataDefinitionCausesTransactionCommit in interface java.sql.DatabaseMetaDatajava.sql.SQLException - Should never occur.
public boolean dataDefinitionIgnoredInTransactions()
throws java.sql.SQLException
Checks whether a DDL statement within a transaction is ignored.
dataDefinitionIgnoredInTransactions in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public boolean deletesAreDetected(int type)
throws java.sql.SQLException
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted(). If deletesAreDetected() returns false, then deleted rows are removed from the result set.
deletesAreDetected in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
SQLException, - should never occur
java.sql.SQLException
public boolean doesMaxRowSizeIncludeBlobs()
throws java.sql.SQLException
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doesMaxRowSizeIncludeBlobs in interface java.sql.DatabaseMetaDatatrue if so; false otherwise
SQLException, - should never occur
java.sql.SQLException
public java.sql.ResultSet getBestRowIdentifier(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
int scope,
boolean nullable)
throws java.sql.SQLException
Gets a description of a table's optimal set of columns that uniquely identifies a row.
getBestRowIdentifier in interface java.sql.DatabaseMetaDataname - of the catalog from which metadata needscatalog - name in which the table is present.schema - name in which this table is present.table - name whose best row identifier info is sought.int - indicating the scope of the result.boolean - indicating whether the nullable columns can be included.
java.sql.SQLException
public java.sql.ResultSet getCatalogs()
throws java.sql.SQLException
Gets the catalog names available to metamatrix. The results are ordered by catalog name. There is no concept of catalogs in a metamatrix driver and this returns an empty resultSet.
getCatalogs in interface java.sql.DatabaseMetaDatajava.sql.SQLException - if there is an error obtaining server results
public java.lang.String getCatalogSeparator()
throws java.sql.SQLException
Gets the String object used to separate a catalog name and a table name
getCatalogSeparator in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public java.lang.String getCatalogTerm()
throws java.sql.SQLException
Get the metamatrix term for catalog
getCatalogTerm in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public java.sql.ResultSet getColumnPrivileges(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String columnName)
throws java.sql.SQLException
Gets a description of the access rights for a column of the given name. Catalog, schema and table names are not used to narrow down the search, but the schema name should match the virtualdatabasename used to obtain this driver connection.
getColumnPrivileges in interface java.sql.DatabaseMetaDataname - of the catalog to which columns belong.name - of the schema to which columns belong.name - of the table to which columns belong.name - pattern to be matched by column names.
java.sql.SQLException - if there is an error obtaining server results
public java.sql.ResultSet getColumns(java.lang.String catalog,
java.lang.String schema,
java.lang.String tableNamePattern,
java.lang.String columnNamePattern)
throws java.sql.SQLException
Get's the metadata information about the columns whose names match the given columnNamePattern. Catalog, schema and tableNamePattern are not used to narrow down the search, but Catalog and schema names should match the virtualdatabasename and version used to obtain this driver connection.
The ResultSet returned by this method contains the following additional columns that are not specified in the JDBC specification.
getColumns in interface java.sql.DatabaseMetaDatacatalog - name to which the columns belong.schema - name to which the columns belong.pattern - name to be matched by table name.pattern - name to be matched by column name.
java.sql.SQLException - if there is an error obtaining server results.
public java.sql.ResultSet getCrossReference(java.lang.String primaryCatalog,
java.lang.String primarySchema,
java.lang.String primaryTable,
java.lang.String foreignCatalog,
java.lang.String foreignSchema,
java.lang.String foreignTable)
throws java.sql.SQLException
Gets the description of the foreign key columns in the table foreignTable. These foreign key columns reference primary key columns of primaryTable. Catalog and schema information is not used to narrow down the search, but Catalog and schema names(primary and foreign) should match the virtualdatabasename and version used to obtain this driver connection.
getCrossReference in interface java.sql.DatabaseMetaDataname - of the catalog containing primary keys.name - of the schema containing primary keys.name - of the table containing primary keys.name - of the catalog containing foreign keys.name - of the schema containing foreign keys.name - of the table containing foreign keys.
java.sql.SQLException - if there is an error obtaining server results
public int getDatabaseMinorVersion()
throws java.sql.SQLException
getDatabaseMinorVersion in interface java.sql.DatabaseMetaDatajava.sql.SQLException - if a database access error occurs.
public int getDatabaseMajorVersion()
throws java.sql.SQLException
getDatabaseMajorVersion in interface java.sql.DatabaseMetaDatajava.sql.SQLException - if a database access error occurs.
public int getJDBCMajorVersion()
throws java.sql.SQLException
getJDBCMajorVersion in interface java.sql.DatabaseMetaDatajava.sql.SQLException - should never occur.
public int getJDBCMinorVersion()
throws java.sql.SQLException
getJDBCMinorVersion in interface java.sql.DatabaseMetaDatajava.sql.SQLException - should never occur.
public java.lang.String getDatabaseProductName()
throws java.sql.SQLException
Gets the product name for this database
getDatabaseProductName in interface java.sql.DatabaseMetaDatajava.sql.SQLException - should never occur.
public java.lang.String getDatabaseProductVersion()
throws java.sql.SQLException
Gets the version of metamatrix server to which this driver connects
getDatabaseProductVersion in interface java.sql.DatabaseMetaDatajava.sql.SQLException - if there is an error accessing product release info.
public int getDefaultTransactionIsolation()
throws java.sql.SQLException
Gets metamatrix default transaction isolation level.
getDefaultTransactionIsolation in interface java.sql.DatabaseMetaDatajava.sql.SQLException - neverpublic int getDriverMajorVersion()
Gets this drivers major version number
getDriverMajorVersion in interface java.sql.DatabaseMetaDatapublic int getDriverMinorVersion()
Gets this drivers minor version number
getDriverMinorVersion in interface java.sql.DatabaseMetaData
public java.lang.String getDriverName()
throws java.sql.SQLException
Get the name of this JDBC driver
getDriverName in interface java.sql.DatabaseMetaDataSQLException, - if the connection is already closed.
java.sql.SQLException
public java.lang.String getDriverVersion()
throws java.sql.SQLException
This method gets the version of this JDBC driver. It combines the major and minor version numbers
getDriverVersion in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public java.sql.ResultSet getExportedKeys(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
throws java.sql.SQLException
This method gets a description of the forignkey columns that reference the primary key columns in the given table. Catalog and schema names are not used to narrow down the search, but they should match the virtualdatabasename and version used to obtain this driver connection.
getExportedKeys in interface java.sql.DatabaseMetaDataname - of the catalog which contains the given table.schema - name which contains the given table.table - name which contains the primary keys.
java.sql.SQLException - if there is an error obtaining server results
public java.lang.String getExtraNameCharacters()
throws java.sql.SQLException
Gets the extra characters that can be used in unquoted identifier names (those beyond a-z, 0-9, and _)
getExtraNameCharacters in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.lang.String getIdentifierQuoteString()
throws java.sql.SQLException
Get's the string used to quote SQL identifiers. This returns a " " if identifier quoting is not supported.
getIdentifierQuoteString in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.sql.ResultSet getImportedKeys(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
throws java.sql.SQLException
Gets a description of the primary key columns that are referenced by the foreign key columns in the given table. Catalog and schema names are not used to narrow down the search, but they should match the virtualdatabasename and version used to obtain this driver connection.
getImportedKeys in interface java.sql.DatabaseMetaDataname - of the catalog which contains the given table.schema - name which contains the given table.table - name which contains the foreign keys.
java.sql.SQLException - if there is an error obtaining server results
public java.sql.ResultSet getIndexInfo(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
boolean unique,
boolean approximate)
throws java.sql.SQLException
Gets a description of the indexes that are present on a given table.
getIndexInfo in interface java.sql.DatabaseMetaDataname - of the catalog which contains the given table.schema - name which contains the given table.table - name which contains the indexes.boolean - indicating if unique key info needs to be returned.boolean - indicating if approximate value are to be allowed.
java.sql.SQLException - if catalog/schema info does not match for this connection.
public int getMaxBinaryLiteralLength()
throws java.sql.SQLException
Gets the maximum number of hexadecimal characters allowed in an inline binary literal
getMaxBinaryLiteralLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxCatalogNameLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in a catalog name
getMaxCatalogNameLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxCharLiteralLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in a character literal
getMaxCharLiteralLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxColumnNameLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in a column name
getMaxColumnNameLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxColumnsInGroupBy()
throws java.sql.SQLException
Gets the maximum number of columns allowed in a GROUP BY clause
getMaxColumnsInGroupBy in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxColumnsInIndex()
throws java.sql.SQLException
Gets the maximum number of columns allowed in an index
getMaxColumnsInIndex in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxColumnsInOrderBy()
throws java.sql.SQLException
Gets the maximum number of columns allowed in a ORDER BY clause
getMaxColumnsInOrderBy in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxColumnsInSelect()
throws java.sql.SQLException
Gets the maximum number of columns allowed in a SELECT clause
getMaxColumnsInSelect in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxColumnsInTable()
throws java.sql.SQLException
Gets the maximum number of columns allowed in a table
getMaxColumnsInTable in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxConnections()
throws java.sql.SQLException
Gets the maximum number of active connections to metamatrix that can be maintained through this driver instance
getMaxConnections in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxCursorNameLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in a cursor name
getMaxCursorNameLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxIndexLength()
throws java.sql.SQLException
Gets the maximum number of bytes allowed in an index
getMaxIndexLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxProcedureNameLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in a procedure name
getMaxProcedureNameLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxRowSize()
throws java.sql.SQLException
Gets the maximum number of bytes allowed in a single row
getMaxRowSize in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxSchemaNameLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in a schema name
getMaxSchemaNameLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxStatementLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in an SQL statement
getMaxStatementLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxStatements()
throws java.sql.SQLException
Gets the maximum number of active statements that may be open on one connection at any time
getMaxStatements in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxTableNameLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in a table name
getMaxTableNameLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxTablesInSelect()
throws java.sql.SQLException
Gets the maximum number of tables allowed in a SELECT clause
getMaxTablesInSelect in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getMaxUserNameLength()
throws java.sql.SQLException
Gets the maximum number of characters allowed in a user name
getMaxUserNameLength in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.lang.String getNumericFunctions()
throws java.sql.SQLException
Gets the OPEN GROUP CLI names of metamatrix math functions
getNumericFunctions in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.sql.ResultSet getPrimaryKeys(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
throws java.sql.SQLException
Get's a description of the primary key columns in a table. The descriptions are ordered by column name. Catalog and schema names are not used to narrow down the search, but they should match the virtualdatabasename and version used to obtain this driver connection.
getPrimaryKeys in interface java.sql.DatabaseMetaDataname - of the catalog which contains the given table.schema - name which contains the given table.table - name which contains the primary keys.
java.sql.SQLException - if there is an error obtaining metamatrix results.
public java.sql.ResultSet getProcedureColumns(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String procedureNamePattern,
java.lang.String columnNamePattern)
throws java.sql.SQLException
Gets a description of the input, output and results associated with certain stored procedures matching the given procedureNamePattern. Catalog and schema names are not used to narrow down the search, but they should match the virtualdatabasename and version used to obtain this driver connection.
getProcedureColumns in interface java.sql.DatabaseMetaDataname - of the catalog the procedure is present in.pattern - of schama name the procedure is present in.pattern - which is to be matched by the procedureNames.pattern - to be matched by the column names.
java.sql.SQLException - if there is an error obtaining metamatrix results.
public java.sql.ResultSet getProcedures(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String procedureNamePattern)
throws java.sql.SQLException
Gets description of all the available stored procedures whose names match the given pattern. Catalog and schemaPattern are not used to narrow down the search, but they should match the virtualdatabasename and version used to obtain this driver connection.
getProcedures in interface java.sql.DatabaseMetaDataname - of the catalog.name - of the schema.pattern - which is to be matched by the procedureNames.
java.sql.SQLException - if there is an error obtaining metamatrix results.
public java.lang.String getProcedureTerm()
throws java.sql.SQLException
Gets MetaMatrix's preferred term for procedures
getProcedureTerm in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.sql.ResultSet getSchemas()
throws java.sql.SQLException
Gets the schema names available for this connection. The results are ordered by schema name. Schema information retreived only for the schema to which used in obtaining this driver connection.
getSchemas in interface java.sql.DatabaseMetaDatajava.sql.SQLException - if there is an error obtaining metamatrix results.
public java.lang.String getSchemaTerm()
throws java.sql.SQLException
Gets MetaMatrix's preferred term for schema
getSchemaTerm in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.lang.String getSearchStringEscape()
throws java.sql.SQLException
Gets the string that can be used to escape "_" or "%" wildcards in the string search pattern used for search parameters
getSearchStringEscape in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.lang.String getSQLKeywords()
throws java.sql.SQLException
Get metamatrix keywords that are not SQL-92 keyword
getSQLKeywords in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public int getSQLStateType()
throws java.sql.SQLException
getSQLStateType in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.lang.String getStringFunctions()
throws java.sql.SQLException
Gets the Open Group CLI names for metamatrix string functions
getStringFunctions in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.sql.ResultSet getSuperTables(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableNamePattern)
throws java.sql.SQLException
getSuperTables in interface java.sql.DatabaseMetaDatacatalog - A catalog name; "" retrieves those without a catalog;
null means drop catalog name from the selection criteria.schemaPattern - A schema name pattern; "" retrieves those without a schema.tableNamePattern - A table name pattern; may be a fully-qualified name.
java.sql.SQLException - since not supported
public java.sql.ResultSet getSuperTypes(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableNamePattern)
throws java.sql.SQLException
getSuperTypes in interface java.sql.DatabaseMetaDatacatalog - A catalog name; "" retrieves those without a catalog;
null means drop catalog name from the selection criteria.schemaPattern - A schema name pattern; "" retrieves those without a schema.tableNamePattern - A table name pattern; may be a fully-qualified name.
java.sql.SQLException
public java.lang.String getSystemFunctions()
throws java.sql.SQLException
Gets the Open Group CLI names for metamatrix system functions
getSystemFunctions in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.sql.ResultSet getTablePrivileges(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableName)
throws java.sql.SQLException
Gets a description of access rights for the table of the given name.
Catalog and schemaPattern are not used to narrow down the search, but they should match the virtualdatabasename and version used to obtain this driver connection.
getTablePrivileges in interface java.sql.DatabaseMetaDataname - of the catalog the table is present in.pattern - of schama name the table is present in.pattern - of table names whose privilage info is needed.
java.sql.SQLException - if there is an error obtaining metamatrix results.
public java.sql.ResultSet getTables(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableNamePattern,
java.lang.String[] types)
throws java.sql.SQLException
Gets a description of tables whose table name matches tableNamePattern.
Catalog, schemaPattern and types[] are not used to narrow down the search, but catalog and schemaPattern should match the virtualdatabasename and version respectively used to obtain this driver connection. Note: supports 1.4 API
getTables in interface java.sql.DatabaseMetaDataname - of the catalog in which tables are present.pattern - of schema names which in which the tables are present.pattern - of tables names.list - of possible table types.
java.sql.SQLException - if there is an error obtaining metamatrix results.
public java.sql.ResultSet getTableTypes()
throws java.sql.SQLException
Gets the table types available to metamatrix. The results are ordered by table type
getTableTypes in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public java.lang.String getTimeDateFunctions()
throws java.sql.SQLException
Gets the Open Group CLI names for metamatrix time and date functions
getTimeDateFunctions in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public java.sql.ResultSet getTypeInfo()
throws java.sql.SQLException
Gets the description of all datatypes supported by metamatrix.
getTypeInfo in interface java.sql.DatabaseMetaDatajava.sql.SQLException - if there is an error obtaining metamatrix results.
public java.sql.ResultSet getUDTs(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String typeNamePattern,
int[] types)
throws java.sql.SQLException
Gets a description of the user-defined types defined in a particular schema. Schema-specific UDTs may have type JAVA_OBJECT, STRUCT, or DISTINCT. Supports 1.4
getUDTs in interface java.sql.DatabaseMetaDatacatalog - a catalog nameschemaPattern - a schema name patterntypeNamePattern - a type name patterntypes - a list of user-named types to include (JAVA_OBJECT, STRUCT,
or DISTINCT); null returns all types
java.sql.SQLException - if catalog/schema info does not match for the given connection.
public java.lang.String getURL()
throws java.sql.SQLException
Gets the URL used to connect to metamatrix
getURL in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.lang.String getUserName()
throws java.sql.SQLException
Gets the user name as known to metamatrix
getUserName in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.sql.ResultSet getVersionColumns(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
throws java.sql.SQLException
Gets the description of the columns in a table that are automatically updated when any value in a row is updated. The column descriptions are not ordered.
getVersionColumns in interface java.sql.DatabaseMetaDataname - of the catalog in which the table is present.name - of the schema in which the table is present.name - of the table which has the version columns.
SQLException, - should never occur
java.sql.SQLException
public boolean isCatalogAtStart()
throws java.sql.SQLException
Checks whether a catalog name appears at the start of a fully qualified table name. If it is not at the beginning, it appears at the end.
isCatalogAtStart in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean insertsAreDetected(int type)
throws java.sql.SQLException
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
insertsAreDetected in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
SQLException, - should never occur
java.sql.SQLException
public boolean isReadOnly()
throws java.sql.SQLException
Checks whether the databases used by metamatrix are in read-only mode
isReadOnly in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean locatorsUpdateCopy()
throws java.sql.SQLException
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
locatorsUpdateCopy in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean nullPlusNonNullIsNull()
throws java.sql.SQLException
Checks whether the concatenation of a NULL vaule and a non-NULL value results in a NULL value.
nullPlusNonNullIsNull in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean nullsAreSortedAtEnd()
throws java.sql.SQLException
Checks whether NULL vaules are sorted at the end regardless of sort order.
nullsAreSortedAtEnd in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean nullsAreSortedAtStart()
throws java.sql.SQLException
Checks whether NULL vaules are sorted at the start regardless of sort order.
nullsAreSortedAtStart in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean nullsAreSortedHigh()
throws java.sql.SQLException
Checks whether NULL vaules are sorted high.
nullsAreSortedHigh in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean nullsAreSortedLow()
throws java.sql.SQLException
Checks whether NULL vaules are sorted low.
nullsAreSortedLow in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean ownUpdatesAreVisible(int type)
throws java.sql.SQLException
Indicates whether a result set's own updates are visible.
ownUpdatesAreVisible in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
true if updates are visible for the result set type;
false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean ownDeletesAreVisible(int type)
throws java.sql.SQLException
Indicates whether a result set's own deletes are visible.
ownDeletesAreVisible in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
true if deletes are visible for the result set type;
false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean ownInsertsAreVisible(int type)
throws java.sql.SQLException
Indicates whether a result set's own inserts are visible.
ownInsertsAreVisible in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
true if inserts are visible for the result set type;
false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean othersUpdatesAreVisible(int type)
throws java.sql.SQLException
Indicates whether updates made by others are visible.
othersUpdatesAreVisible in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
true if updates made by others
are visible for the result set type;
false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean othersDeletesAreVisible(int type)
throws java.sql.SQLException
Indicates whether deletes made by others are visible.
othersDeletesAreVisible in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
true if deletes made by others
are visible for the result set type;
false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean othersInsertsAreVisible(int type)
throws java.sql.SQLException
Indicates whether inserts made by others are visible.
othersInsertsAreVisible in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
true
if inserts made by others are visible for the result set type;
false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean storesLowerCaseIdentifiers()
throws java.sql.SQLException
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all lowercase in its metadata tables.
storesLowerCaseIdentifiers in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean storesLowerCaseQuotedIdentifiers()
throws java.sql.SQLException
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them as all lowercase in its metadata tables.
storesLowerCaseQuotedIdentifiers in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean storesMixedCaseIdentifiers()
throws java.sql.SQLException
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all mixedcase in its metadata tables.
storesMixedCaseIdentifiers in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean storesMixedCaseQuotedIdentifiers()
throws java.sql.SQLException
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them in mixedcase in its metadata tables.
storesMixedCaseQuotedIdentifiers in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean storesUpperCaseIdentifiers()
throws java.sql.SQLException
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all uppercase in its metadata tables.
storesUpperCaseIdentifiers in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean storesUpperCaseQuotedIdentifiers()
throws java.sql.SQLException
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them as all uppercase in its metadata tables.
storesUpperCaseQuotedIdentifiers in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsAlterTableWithAddColumn()
throws java.sql.SQLException
Checks whether metamatrix supports ALTER TABLE with add column.
supportsAlterTableWithAddColumn in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsAlterTableWithDropColumn()
throws java.sql.SQLException
Checks whether metamatrix supports ALTER TABLE with drop column.
supportsAlterTableWithDropColumn in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsANSI92EntryLevelSQL()
throws java.sql.SQLException
Checks whether metamatrix supports ANSI-92 entry level SQL grammer.
supportsANSI92EntryLevelSQL in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsANSI92FullSQL()
throws java.sql.SQLException
Checks whether metamatrix supports ANSI-92 full SQL grammer.
supportsANSI92FullSQL in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsANSI92IntermediateSQL()
throws java.sql.SQLException
Checks whether metamatrix supports ANSI-92 intermediate SQL grammer.
supportsANSI92IntermediateSQL in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsBatchUpdates()
throws java.sql.SQLException
Indicates whether the driver supports batch updates.
supportsBatchUpdates in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public boolean supportsCatalogsInDataManipulation()
throws java.sql.SQLException
Checks whether metamatrix supports using a catalog name in a data manipulation statement.
supportsCatalogsInDataManipulation in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsCatalogsInIndexDefinitions()
throws java.sql.SQLException
Checks whether metamatrix supports using a catalog name in an index definition statement.
supportsCatalogsInIndexDefinitions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsCatalogsInPrivilegeDefinitions()
throws java.sql.SQLException
Checks whether metamatrix supports using a catalog name in a privilage definition statement.
supportsCatalogsInPrivilegeDefinitions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsCatalogsInProcedureCalls()
throws java.sql.SQLException
Checks whether metamatrix supports using a catalog name in a procedure call statement.
supportsCatalogsInProcedureCalls in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsCatalogsInTableDefinitions()
throws java.sql.SQLException
Checks whether metamatrix supports using a catalog name in a table definition statement.
supportsCatalogsInTableDefinitions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsColumnAliasing()
throws java.sql.SQLException
Checks whether metamatrix supports column aliasing. If true the SQL AS clause can be used to provide names for alias names for columns.
supportsColumnAliasing in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsConvert()
throws java.sql.SQLException
Checks whether metamatrix supports scalar function CONVERT for the conversion of one JDBC type to another.
supportsConvert in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsConvert(int fromType,
int toType)
throws java.sql.SQLException
Checks whether metamatrix supports scalar function CONVERT for the conversion of fromType to toType.
supportsConvert in interface java.sql.DatabaseMetaDatafromType - SQL type from which to converttoType - SQL type to convert to
SQLException, - should never occur.
java.sql.SQLException
public boolean supportsCorrelatedSubqueries()
throws java.sql.SQLException
Checks whether metamatrix supports correlated subqueries.
supportsCorrelatedSubqueries in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsCoreSQLGrammar()
throws java.sql.SQLException
Checks whether metamatrix supports ODBC Core SQL grammer.
supportsCoreSQLGrammar in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsDataDefinitionAndDataManipulationTransactions()
throws java.sql.SQLException
Checks whether metamatric supports both data definition and data manipulation statements within a transaction.
supportsDataDefinitionAndDataManipulationTransactions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsDataManipulationTransactionsOnly()
throws java.sql.SQLException
Are only data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly in interface java.sql.DatabaseMetaDatatrue if so; false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean supportsDifferentTableCorrelationNames()
throws java.sql.SQLException
Checks whether metamatric supports only data manipulation statements within a transaction.
supportsDifferentTableCorrelationNames in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsExpressionsInOrderBy()
throws java.sql.SQLException
Checks whether metamatrix supports expressions in ORDER BY lists.
supportsExpressionsInOrderBy in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsExtendedSQLGrammar()
throws java.sql.SQLException
Checks whether metamatrix supports ODBC Extended SQL grammer.
supportsExtendedSQLGrammar in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsFullOuterJoins()
throws java.sql.SQLException
Checks whether metamatrix supports full outer joins
supportsFullOuterJoins in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsGetGeneratedKeys()
throws java.sql.SQLException
supportsGetGeneratedKeys in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public boolean supportsGroupBy()
throws java.sql.SQLException
Checks whether metamatrix supports GROUP BY
supportsGroupBy in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsGroupByBeyondSelect()
throws java.sql.SQLException
Checks whether a GROUP BY clause can use columns that are not in the SELECT clause, provided that it specifies all the columns in the SELECT clause.
supportsGroupByBeyondSelect in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsGroupByUnrelated()
throws java.sql.SQLException
Checks whether a GROUP BY clause can use columns that are not in the SELECT clause.
supportsGroupByUnrelated in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsIntegrityEnhancementFacility()
throws java.sql.SQLException
Checks whether metamatrix supports the SQL Integrity Enhancement Facility.
supportsIntegrityEnhancementFacility in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsLikeEscapeClause()
throws java.sql.SQLException
Checks whether metamatrix supports specifying a LIKE escape clause.
supportsLikeEscapeClause in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsLimitedOuterJoins()
throws java.sql.SQLException
Checks whether metamatrix provides limited support for outer joins.
supportsLimitedOuterJoins in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsMinimumSQLGrammar()
throws java.sql.SQLException
Checks whether metamatrix supports the ODBC minimum SQL grammer.
supportsMinimumSQLGrammar in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsMixedCaseIdentifiers()
throws java.sql.SQLException
Checks whether mixed-case unquoted SQL identifiers used in SQL statements are case sensitive
supportsMixedCaseIdentifiers in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsMixedCaseQuotedIdentifiers()
throws java.sql.SQLException
Checks whether mixed-case quoted SQL identifiers used in SQL statements are case sensitive
supportsMixedCaseQuotedIdentifiers in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsOpenCursorsAcrossCommit()
throws java.sql.SQLException
Checks whether metamatrix supports having cursors open across commits.
supportsOpenCursorsAcrossCommit in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsMultipleResultSets()
throws java.sql.SQLException
Are multiple ResultSets from a single execute supported?
supportsMultipleResultSets in interface java.sql.DatabaseMetaDatatrue if so; false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean supportsMultipleOpenResults()
throws java.sql.SQLException
supportsMultipleOpenResults in interface java.sql.DatabaseMetaDatatrue if so; false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean supportsMultipleTransactions()
throws java.sql.SQLException
Checks whether multiple transactions open at once on different connectons
supportsMultipleTransactions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsNamedParameters()
throws java.sql.SQLException
supportsNamedParameters in interface java.sql.DatabaseMetaDataSQLException, - should never occur
java.sql.SQLException
public boolean supportsNonNullableColumns()
throws java.sql.SQLException
Checks whether metamatrix supports defining columns as nonnullable.
supportsNonNullableColumns in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsOpenCursorsAcrossRollback()
throws java.sql.SQLException
Checks whether metamatrix supports having cursors open across rollbacks.
supportsOpenCursorsAcrossRollback in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsOpenStatementsAcrossCommit()
throws java.sql.SQLException
Checks whether metamatrix supports having cursors open across commits.
supportsOpenStatementsAcrossCommit in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsOpenStatementsAcrossRollback()
throws java.sql.SQLException
Checks whether metamatrix supports having cursors open across rollbacks.
supportsOpenStatementsAcrossRollback in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsOrderByUnrelated()
throws java.sql.SQLException
Checks whether an ORDER BY clause can use columns that are not in the SELECT clause.
supportsOrderByUnrelated in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsOuterJoins()
throws java.sql.SQLException
Checks whether metamatrix supports some form of outer joins.
supportsOuterJoins in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsPositionedDelete()
throws java.sql.SQLException
Checks whether metamatrix supports positioned DELETEs on resultsets
supportsPositionedDelete in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsPositionedUpdate()
throws java.sql.SQLException
Checks whether metamatrix supports positioned UPDATEs on result sets.
supportsPositionedUpdate in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsResultSetConcurrency(int type,
int concurrency)
throws java.sql.SQLException
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetConcurrency in interface java.sql.DatabaseMetaDatatype - defined in java.sql.ResultSetconcurrency - type defined in java.sql.ResultSet
true if so; false otherwise
SQLException, - should never occur
java.sql.SQLExceptionConnection
public boolean supportsResultSetHoldability(int holdability)
throws java.sql.SQLException
supportsResultSetHoldability in interface java.sql.DatabaseMetaDataintValue - holdability
SQLException, - should never occur
java.sql.SQLException
public boolean supportsResultSetType(int type)
throws java.sql.SQLException
Does the database support the given result set type?
supportsResultSetType in interface java.sql.DatabaseMetaDatatype - defined in java.sql.ResultSet
true if so; false otherwise
SQLException, - should never occur
java.sql.SQLExceptionConnection
public boolean supportsSavepoints()
throws java.sql.SQLException
supportsSavepoints in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSchemasInDataManipulation()
throws java.sql.SQLException
Checks whether metamatrix supports using a schema name in a data manipulation statement
supportsSchemasInDataManipulation in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSchemasInIndexDefinitions()
throws java.sql.SQLException
Checks whether metamatrix supports using a schema name in an index definition statement
supportsSchemasInIndexDefinitions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSchemasInPrivilegeDefinitions()
throws java.sql.SQLException
Checks whether metamatrix supports using a schema name in a privilage definition statement
supportsSchemasInPrivilegeDefinitions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSchemasInProcedureCalls()
throws java.sql.SQLException
Checks whether metamatrix supports using a schema name in an procedure call statement
supportsSchemasInProcedureCalls in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSchemasInTableDefinitions()
throws java.sql.SQLException
Checks whether metamatrix supports using a schema name in an table definition statement
supportsSchemasInTableDefinitions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSelectForUpdate()
throws java.sql.SQLException
Checks whether metamatrix supports SELECT FOR UPDATE statements
supportsSelectForUpdate in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsStatementPooling()
throws java.sql.SQLException
supportsStatementPooling in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsStoredProcedures()
throws java.sql.SQLException
Checks whether metamatrix supports stored procedure calls using the stored procedure escape syntax
supportsStoredProcedures in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSubqueriesInComparisons()
throws java.sql.SQLException
Checks whether metamatrix supports subqueries in comparision expressions.
supportsSubqueriesInComparisons in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSubqueriesInExists()
throws java.sql.SQLException
Checks whether metamatrix supports subqueries in EXISTS expressions.
supportsSubqueriesInExists in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSubqueriesInIns()
throws java.sql.SQLException
Checks whether metamatrix supports subqueries in IN statements.
supportsSubqueriesInIns in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsSubqueriesInQuantifieds()
throws java.sql.SQLException
Checks whether metamatrix supports subqueries in qualified expressions.
supportsSubqueriesInQuantifieds in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsTableCorrelationNames()
throws java.sql.SQLException
Checks whether metamatrix supports table correlation names
supportsTableCorrelationNames in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsTransactionIsolationLevel(int level)
throws java.sql.SQLException
Checks whether metamatrix supports the given transaction isolation level
supportsTransactionIsolationLevel in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsTransactions()
throws java.sql.SQLException
Checks whether metamatrix supports transactions
supportsTransactions in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsUnion()
throws java.sql.SQLException
Checks whether metamatrix supports SQL UNION
supportsUnion in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean supportsUnionAll()
throws java.sql.SQLException
Checks whether metamatrix supports SQL UNION ALL
supportsUnionAll in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean updatesAreDetected(int type)
throws java.sql.SQLException
Indicates whether or not a visible row update can be detected by
calling the method ResultSet.rowUpdated.
updatesAreDetected in interface java.sql.DatabaseMetaDataresult - set type, i.e. ResultSet.TYPE_XXX
true if changes are detected by the result set type;
false otherwise
SQLException, - should never occur
java.sql.SQLException
public boolean usesLocalFilePerTable()
throws java.sql.SQLException
Checks whether metamatrix uses a separate local file to store each table
usesLocalFilePerTable in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public boolean usesLocalFiles()
throws java.sql.SQLException
Checks whether metamatrix stores tables in a local file
usesLocalFiles in interface java.sql.DatabaseMetaDataSQLException, - should never occur.
java.sql.SQLException
public java.sql.ResultSet getModels(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String modelNamePattern)
throws java.sql.SQLException
Only model descriptions matching the catalog, schema, and model are returned. They are ordered by MODEL_NAME.
Each model description has the following columns:
Note: Some databases may not return information for all models.
catalog - a catalog name; "" retrieves those without a
catalog; null means drop catalog name from the selection criteriaschemaPattern - a schema name pattern; "" retrieves those
without a schemamodelNamePattern - a model name pattern
ResultSet - each row is a model description
java.sql.SQLException - if a database access error occurs
public java.util.List getXMLSchemas(java.lang.String documentName)
throws java.sql.SQLException
This is a different method from #getSchemas(). It only extracts the XML schemas.
documentName - of the Group specified in the XML model
SQLException - if a database access error occurs
java.sql.SQLException
public boolean autoCommitFailureClosesAllResultSets()
throws java.sql.SQLException
autoCommitFailureClosesAllResultSets in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public int getResultSetHoldability()
throws java.sql.SQLException
getResultSetHoldability in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public boolean supportsStoredFunctionsUsingCallSyntax()
throws java.sql.SQLException
supportsStoredFunctionsUsingCallSyntax in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.sql.ResultSet getAttributes(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String typeNamePattern,
java.lang.String attributeNamePattern)
throws java.sql.SQLException
getAttributes in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.sql.ResultSet getClientInfoProperties()
throws java.sql.SQLException
getClientInfoProperties in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.sql.ResultSet getFunctionColumns(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String functionNamePattern,
java.lang.String columnNamePattern)
throws java.sql.SQLException
getFunctionColumns in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.sql.ResultSet getFunctions(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String functionNamePattern)
throws java.sql.SQLException
getFunctions in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.sql.RowIdLifetime getRowIdLifetime()
throws java.sql.SQLException
getRowIdLifetime in interface java.sql.DatabaseMetaDatajava.sql.SQLException
public java.sql.ResultSet getSchemas(java.lang.String catalog,
java.lang.String schemaPattern)
throws java.sql.SQLException
getSchemas in interface java.sql.DatabaseMetaDatajava.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||