Purpose | Returns information about a database connection. |
---|---|
Hierarchy | java.lang.Object
|
Syntax | public class SessionMetaData
|
Description | SessionMetaData returns information about a database connection. |
See also | Session |
Purpose | Indicates whether or not all stored procedures can be called. |
---|---|
Syntax | public boolean allProceduresAreCallable( )
|
Parameters | None. |
Description | Indicates whether or not all procedures can be called. |
Purpose | Indicates whether or not all database tables can be selected. |
---|---|
Syntax | public boolean allTablesAreSelectable( )
|
Parameters | None. |
Description | Indicates whether or not all tables can be selected. |
Purpose | Indicates whether or not a data definition causes a transaction commit. |
---|---|
Syntax | public boolean dataDefinitionCausesTransactionCommit( )
|
Parameters | None. |
Description | Indicates whether or not a data definition causes a transaction commit. |
Purpose | Indicates whether or not transactions ignore data definitions. |
---|---|
Syntax | public boolean dataDefinitionIgnoredInTransactions( )
|
Parameters | None. |
Description | Indicates whether or not transactions ignore data definitions. |
Purpose | Indicates whether or not the maximum record size includes blobs. |
---|---|
Syntax | public boolean doesMaxRowSizeIncludeBlobs( )
|
Parameters | None. |
Description | Indicates whether or not the maximum row size includes blobs. |
Purpose | Returns a record's best identifier. |
---|---|
Syntax | public RelationView getBestRowIdentifier(String catalog,
|
Parameters | catalog =
schema = table = scope = nullable = |
Description | Returns the best row identifier for a RelationView. |
Purpose | Returns a database's catalogs. |
---|---|
Syntax | public RelationView getCatalogs( ) throws SQLException
|
Parameters | None. |
Description | Returns a database's catalogs. |
Purpose | Returns a database's catalog separator. |
---|---|
Syntax | public String getCatalogSeparator( )
|
Parameters | None. |
Description | Returns a catalog separator. |
Purpose | Returns a database's catalog term. |
---|---|
Syntax | public String getCatalogTerm( )
|
Parameters | None. |
Description | Returns a catalog term. |
Purpose | Returns a database column's privileges. |
---|---|
Syntax | public RelationView getColumnPrivileges(String catalog,
|
Parameters | catalog =
schema = table = columnNamePattern = |
Description | Returns a database column's privileges. |
Purpose | Returns a database's matching columns. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Syntax | public RelationView getColumns(String catalog,
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters | catalog = Catalog name to match.
schemaPattern = Pattern for schema names to match. tableNamePattern = Pattern for table names to match. columnNamePattern = Pattern for columns names to match. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | Returns a RelationView with a row for each matching column in the database. The RelationView has the following columns:
The rows are sorted by columns 1, 2, and 3. |
Purpose | Returns a database's cross references. |
---|---|
Syntax | public RelationView getCrossReference(String primaryCatalog,
|
Parameters | primaryCatalog =
primarySchema = primaryTable = foreignCatalog = foreignSchema = foreignTable = |
Description | Returns a database's cross references. |
Purpose | Returns a database's product name. |
---|---|
Syntax | public String getDatabaseProductName( )
|
Parameters | None. |
Description | Returns the database product name. |
Purpose | Returns a database's version. |
---|---|
Syntax | public String getDatabaseProductVersion( )
|
Parameters | None. |
Description | Returns the database version. |
Purpose | Returns a default transaction isolation. |
---|---|
Syntax | public int getDefaultTransactionIsolation( )
|
Parameters | None. |
Description | Returns the default transaction isolation. |
Purpose | Returns a database driver's major version. |
---|---|
Syntax | public int getDriverMajorVersion( )
|
Parameters | None. |
Description | Returns the driver major version. |
Purpose | Returns a database driver's minor version. |
---|---|
Syntax | public int getDriverMinorVersion( )
|
Parameters | None. |
Description | Returns the driver minor version. |
Purpose | Returns a database driver's name. |
---|---|
Syntax | public String getDriverName( )
|
Parameters | None. |
Description | Returns the driver name. |
Purpose | Returns a database driver's version. |
---|---|
Syntax | public String getDriverVersion( )
|
Parameters | None. |
Description | Returns the driver version. |
Purpose | Returns a database table's exported keys. |
---|---|
Syntax | public RelationView getExportedKeys(String catalog,
|
Parameters | catalog =
schema = table = |
Description | Returns a database table's exported keys. |
Purpose | Returns extra name characters. |
---|---|
Syntax | public String getExtraNameCharacters( )
|
Parameters | None. |
Description | Returns extra name characters. |
Purpose | Returns an identifier. |
---|---|
Syntax | public String getIdentifierQuoteString( )
|
Parameters | None. |
Description | Returns an identifier. |
Purpose | Returns a database table's imported keys. |
---|---|
Syntax | public RelationView getImportedKeys(String catalog,
|
Parameters | catalog =
schema = table = |
Description | Returns a database table's imported keys. |
Purpose | Returns a database table's index information. |
---|---|
Syntax | public RelationView getIndexInfo(String catalog,
|
Parameters | catalog =
schema = table = unique = approximate = |
Description | Returns a database table's index information. |
Purpose | Returns the maximum length for a binary literal. |
---|---|
Syntax | public int getMaxBinaryLiteralLength( )
|
Parameters | None. |
Description | Returns the maximum length for binary literals. |
Purpose | Returns the maximum length for a catalog name. |
---|---|
Syntax | public int getMaxCatalogNameLength( )
|
Parameters | None. |
Description | Returns the maximum length for a catalog name. |
Purpose | Returns the maximum length for a character literal. |
---|---|
Syntax | public int getMaxCharLiteralLength( )
|
Parameters | None. |
Description | Returns the maximum length for character literals. |
Purpose | Returns the maximum length for a column name. |
---|---|
Syntax | public int getMaxColumnNameLength( )
|
Parameters | None. |
Description | Returns the maximum length for column names. |
Purpose | Returns the maximum number of columns in a GROUP BY clause. |
---|---|
Syntax | public int getMaxColumnsInGroupBy( )
|
Parameters | None. |
Description | Returns the maximum number of columns that can be in a GROUP BY clause in a SQL statement. |
Purpose | Returns the maximum number of database columns in an index. |
---|---|
Syntax | public int getMaxColumnsInIndex( )
|
Parameters | None. |
Description | Returns the maximum number of columns that can be in an index. |
Purpose | Returns the maximum number of database columns in an ORDER BY clause. |
---|---|
Syntax | public int getMaxColumnsInOrderBy( )
|
Parameters | None. |
Description | Returns the maximum number of columns that can be in an ORDER BY clause in a SQL statement. |
Purpose | Returns the maximum number of database columns in a SELECT statement. |
---|---|
Syntax | public int getMaxColumnsInSelect( )
|
Parameters | None. |
Description | Returns the maximum number of columns that can be in a SELECT statement. |
Purpose | Returns the maximum number of columns in a database table. |
---|---|
Syntax | public int getMaxColumnsInTable( )
|
Parameters | None. |
Description | Returns the maximum number of columns that can be in a database table. |
Purpose | Returns the maximum number of concurrent database connections. |
---|---|
Syntax | public int getMaxConnections( )
|
Parameters | None. |
Description | Returns the maximum number of concurrent connections the database supports. |
Purpose | Returns the maximum length for a cursor name. |
---|---|
Syntax | public int getMaxCursorNameLength( )
|
Parameters | None. |
Description | Returns the maximum length for the database cursor name. |
Purpose | Returns the maximum length for an index. |
---|---|
Syntax | public int getMaxIndexLength( )
|
Parameters | None. |
Description | Returns the maximum length allowed for an index. |
Purpose | Returns the maximum length for a stored procedure's name. |
---|---|
Syntax | public int getMaxProcedureNameLength( )
|
Parameters | None. |
Description | Returns the maximum length for a procedure name. |
Purpose | Returns the maximum size of a record. |
---|---|
Syntax | public int getMaxRowSize( )
|
Parameters | None. |
Description | Returns the maximum row size. |
Purpose | Returns the maximum length for a schema name. |
---|---|
Syntax | public int getMaxSchemaNameLength( )
|
Parameters | None. |
Description | Returns the maximum length for a schema name. |
Purpose | Returns the maximum length for a SQL statement. |
---|---|
Syntax | public int getMaxStatementLength( )
|
Parameters | None. |
Description | Returns the maximum statement length. |
Purpose | Returns the maximum number of SQL statements. |
---|---|
Syntax | public int getMaxStatements( )
|
Parameters | None. |
Description | Returns the maximum number of statements. |
Purpose | Returns the maximum length for a database table's name. |
---|---|
Syntax | public int getMaxTableNameLength( )
|
Parameters | None. |
Description | Returns the maximum length for a database table name. |
Purpose | Returns the maximum number of database tables in a SELECT statement. |
---|---|
Syntax | public int getMaxTablesInSelect( )
|
Parameters | None. |
Description | Returns the maximum number of tables that can be in a SELECT statement. |
Purpose | Returns the maximum length for a user name. |
---|---|
Syntax | public int getMaxUserNameLength( )
|
Parameters | None. |
Description | Returns the maximum length for a user name. |
Purpose | Returns a database's numeric functions. |
---|---|
Syntax | public String getNumericFunctions( ) throws SQLException
|
Parameters | None. |
Description | Returns a comma-delimited list of all numeric functions supported by the database engine. |
Purpose | Returns a database table's primary keys. |
---|---|
Syntax | public RelationView getPrimaryKeys(String catalog,
|
Parameters | catalog =
schema = table = |
Description | Returns a database table's primary keys. |
Purpose | Returns a stored procedure's database columns. |
---|---|
Syntax | public RelationView getProcedureColumns(String catalog,
|
Parameters | catalog =
schemaPattern = procedureNamePattern = columnNamePattern = |
Description |
Purpose | Returns a database's stored procedures. |
---|---|
Syntax | public RelationView getProcedures(String catalog,
|
Parameters | catalog =
schemaPattern = procedureNamePattern = |
Description | Returns a database's stored procedures. |
Purpose | Returns a stored procedure's term. |
---|---|
Syntax | public String getProcedureTerm( )
|
Parameters | None. |
Description | Returns a procedure term. |
Purpose | Returns a database's schemas. |
---|---|
Syntax | public RelationView getSchemas( ) throws SQLException
|
Parameters | None. |
Description | Returns a database's schemas. |
Purpose | Returns a database schema's term. |
---|---|
Syntax | public String getSchemaTerm( )
|
Parameters | None. |
Description | Returns a schema term. |
Purpose | Returns a search string's escape character. |
---|---|
Syntax | public String getSearchStringEscape( )
|
Parameters | None. |
Description |
Purpose | Returns a database's SQL keywords. |
---|---|
Syntax | public String getSQLKeywords( ) throws SQLException
|
Parameters | None. |
Description | Returns a comma-delimited list of all database-specific SQL keywords.Return a String containing a comma-delimited list of non-standard SQL keywords supported by the database engine. |
Purpose | Returns a database's string functions. |
---|---|
Syntax | public String getStringFunctions( ) throws SQLException
|
Parameters | None. |
Description | Returns a comma-delimited list of all string functions. Return a String containing a comma-delimited list of string functions supported by the database engine. |
Purpose | Returns a database's system functions. |
---|---|
Syntax | public String getSystemFunctions( ) throws SQLException
|
Parameters | None. |
Description | Returns a comma-delimited list of all system functions. Return a String containing a comma-delimited list of system functions supported by the database engine. |
Purpose | Returns a database table's privileges. |
---|---|
Syntax | public RelationView getTablePrivileges(String catalog,
|
Parameters | catalog =
schemaPattern = tableNamePattern = |
Description | Returns a database table's privileges. |
Purpose | Returns a database's tables. | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Syntax | public RelationView getTables(String catalog,
| ||||||||||||||||||
Parameters | catalog = Catalog name to match.
schemaPattern = Pattern for schema names to match. tableNamePattern = Pattern for table names to match. types[ ] = Table types to match. Can be NULL. | ||||||||||||||||||
Description | Returns a RelationView with a row for each matching table in the database. The RelationView has the following columns:
The results are sorted by columns 4, 1, 2, and 3. |
Purpose | Returns a database's table types. |
---|---|
Syntax | public RelationView getTableTypes( ) throws SQLException
|
Parameters | None. |
Description | Returns a database's table types. |
Purpose | Returns a database's time and date functions. |
---|---|
Syntax | public String getTimeDateFunctions( ) throws SQLException
|
Parameters | None. |
Description | Returns a comma-delimited list of all TimeDate functions. Return a String containing a comma-delimited list of TimeDate functions supported by the database engine. |
Purpose | Returns a database's type information. |
---|---|
Syntax | public RelationView getTypeInfo( ) throws SQLException
|
Parameters | None. |
Description | Returns a database's type information. |
Purpose | Returns a dbANYWHERE Server's URL. |
---|---|
Syntax | public String getURL( ) throws SQLException
|
Parameters | None. |
Description | Returns a URL. |
Purpose | Returns a Session's user name. |
---|---|
Syntax | public String getUserName( )
|
Parameters | None. |
Description | Returns a user name. |
Purpose | Returns a database table's version columns. |
---|---|
Syntax | public RelationView getVersionColumns(String catalog,
|
Parameters | catalog =
schema = table = |
Description |
Purpose | Indicates whether or not a database's catalog is at the start of the database. |
---|---|
Syntax | public boolean isCatalogAtStart( )
|
Parameters | None. |
Description | Indicates whether or not the catalog is at the start. |
Purpose | Indicates whether or not a Session's data is read-only. |
---|---|
Syntax | public boolean isReadOnly( )
|
Parameters | None. |
Description | Indicates whether or not the session's data is read only. |
Purpose | Indicates whether or not NULL + a non-NULL value results in a NULL. |
---|---|
Syntax | public boolean nullPlusNonNullIsNull( )
|
Parameters | None. |
Description | Indicates whether or not NULL plus non-NULL is NULL. |
Purpose | Indicates whether or not NULLs are sorted at the end. |
---|---|
Syntax | public boolean nullsAreSortedAtEnd( )
|
Parameters | None. |
Description | Indicates whether or not the NULLs are sorted at end. |
Purpose | Indicates whether or not NULLs are sorted at the start. |
---|---|
Syntax | public boolean nullsAreSortedAtStart( )
|
Parameters | None. |
Description | Indicates whether or not the NULLs are sorted at start. |
Purpose | Indicates whether or not NULLs are sorted high. |
---|---|
Syntax | public boolean nullsAreSortedHigh( )
|
Parameters | None. |
Description | Indicates whether or not the NULLs are sorted high. |
Purpose | Indicates whether or not NULLs are sorted low. |
---|---|
Syntax | public boolean nullsAreSortedLow( )
|
Parameters | None. |
Description | Indicates whether or not the NULLs are sorted low. |
Purpose | Indicates whether or not a database stores lower case identifiers. |
---|---|
Syntax | public boolean storesLowerCaseIdentifiers( )
|
Parameters | None. |
Description | Indicates whether or not the database stores lower case identifiers. |
Purpose | Indicates whether or not a database stores lower case quoted identifiers. |
---|---|
Syntax | public boolean storesLowerCaseQuotedIdentifiers( )
|
Parameters | None. |
Description | Indicates whether or not the database stores lower case quoted identifiers. |
Purpose | Indicates whether or not a database stores mixed case identifiers. |
---|---|
Syntax | public boolean storesMixedCaseIdentifiers( )
|
Parameters | None. |
Description | Indicates whether or not the database stores mixed case identifiers. |
Purpose | Indicates whether or not a database stores mixed case quoted identifiers. |
---|---|
Syntax | public boolean storesMixedCaseQuotedIdentifiers( )
|
Parameters | None. |
Description | Indicates whether or not the database stores mixed case quoted identifiers. |
Purpose | Indicates whether or not a database stores upper case identifiers. |
---|---|
Syntax | public boolean storesUpperCaseIdentifiers( )
|
Parameters | None. |
Description | Indicates whether or not the database stores upper case identifiers. |
Purpose | Indicates whether or not a database stores upper case quoted identifiers. |
---|---|
Syntax | public boolean storesUpperCaseQuotedIdentifiers( )
|
Parameters | None. |
Description | Indicates whether or not the database stores upper case quoted identifiers. |
Purpose | Indicates whether or not a database lets you add a column to a table. |
---|---|
Syntax | public boolean supportsAlterTableWithAddColumn( )
|
Parameters | None. |
Description | Indicates whether or not the database supports an alter table with an add column. |
Purpose | Indicates whether or not a database lets you delete a column from a table. |
---|---|
Syntax | public boolean supportsAlterTableWithDropColumn( )
|
Parameters | None. |
Description | Indicates whether or not the database supports an alter table with a drop column. |
Purpose | Indicates whether or not a database supports ANSI 92 entry level SQL. |
---|---|
Syntax | public boolean supportsANSI92EntryLevelSQL( )
|
Parameters | None. |
Description | Indicates whether or not the database supports ANSI 92 entry level SQL. |
Purpose | Indicates whether or not a database supports ANSI 92 full SQL. |
---|---|
Syntax | public boolean supportsANSI92FullSQL( )
|
Parameters | None. |
Description | Indicates whether or not the database supports ANSI 92 full SQL. |
Purpose | Indicates whether or not a database supports ANSI 92 intermediate SQL. |
---|---|
Syntax | public boolean supportsANSI92IntermediateSQL( )
|
Parameters | None. |
Description | Indicates whether or not the database supports ANSI 92 intermediate SQL. |
Purpose | Indicates whether or not a database updates its catalogs when you manipulate its data. |
---|---|
Syntax | public boolean supportsCatalogsInDataManipulation( )
|
Parameters | None. |
Description | Indicates whether or not a database supports catalogs in data manipulation. |
Purpose | Indicates whether or not a database updates its catalogs when you define an index. |
---|---|
Syntax | public boolean supportsCatalogsInIndexDefinitions( )
|
Parameters | None. |
Description | Indicates whether or not a database supports catalogs in index definitions. |
Purpose | Indicates whether or not a database updates its catalogs when you define a privilege. |
---|---|
Syntax | public boolean supportsCatalogsInPrivilegeDefinitions( )
|
Parameters | None. |
Description | Indicates whether or not a database supports catalogs in privilege definitions. |
Purpose | Indicates whether or not a database updates its catalogs when you call a stored procedure. |
---|---|
Syntax | public boolean supportsCatalogsInProcedureCalls( )
|
Parameters | None. |
Description | Indicates whether or not a database supports catalogs in procedure calls. |
Purpose | Indicates whether or not a database updates its catalogs when you define a table. |
---|---|
Syntax | public boolean supportsCatalogsInTableDefinitions( )
|
Parameters | None. |
Description | Indicates whether or not a database supports catalogs in table definitions. |
Purpose | Indicates whether or not a database supports aliases for columns. |
---|---|
Syntax | public boolean supportsColumnAliasing( )
|
Parameters | None. |
Description | Indicates whether or not the database supports column aliasing. |
Purpose | Indicates whether or not a database supports conversions from one specified data type to another specified data type. |
---|---|
Syntax | public boolean supportsConvert( ) throws SQLException
|
Parameters | fromType =
toType = |
Description | Indicates whether or not the database supports conversions from a fromType value to a toType value. |
Purpose | Indicates whether or not a database supports core SQL grammar. |
---|---|
Syntax | public boolean supportsCoreSQLGrammar( )
|
Parameters | None. |
Description | Indicates whether or not a database supports core SQL grammar. |
Purpose | Indicates whether or not a database supports correlated subqueries. |
---|---|
Syntax | public boolean supportsCorrelatedSubqueries( )
|
Parameters | None. |
Description | Indicates whether or not a database supports correlated subqueries. |
Purpose | Indicates whether or not a database supports data definition and data manipulation transactions. |
---|---|
Syntax | public boolean supportsDataDefinitionAndDataManipulationTransactions( )
|
Parameters | None. |
Description | Indicates whether or not a database supports data definition and data manipulation transactions. |
Purpose | Indicates whether or not a database supports data manipulation transactions only. |
---|---|
Syntax | public boolean supportsDataManipulationTransactionsOnly( )
|
Parameters | None. |
Description | Indicates whether or not a database supports only data manipulation transactions. |
Purpose | Indicates whether or not a database supports different table correlation names. |
---|---|
Syntax | public boolean supportsDifferentTableCorrelationNames( )
|
Parameters | None. |
Description | Indicates whether or not the database supports different table correlation names. |
Purpose | Indicates whether or not a database supports expression in ORDER BY clauses. |
---|---|
Syntax | public boolean supportsExpressionsInOrderBy( )
|
Parameters | None. |
Description | Indicates whether or not the database supports expression in the SQL statement's ORDER BY clause. |
Purpose | Indicates whether or not a database supports extended SQL grammar. |
---|---|
Syntax | public boolean supportsExtendedSQLGrammar( )
|
Parameters | None. |
Description | Indicates whether or not a database supports extended SQL grammar. |
Purpose | Indicates whether or not a database supports full outer joins. |
---|---|
Syntax | public boolean supportsFullOuterJoins( )
|
Parameters | None. |
Description | Indicates whether or not the database supports full outer joins. |
Purpose | Indicates whether or not a database supports GROUP BY clauses. |
---|---|
Syntax | public boolean supportsGroupBy( )
|
Parameters | None. |
Description | Indicates whether or not the database supports the GROUP BY clause in the SQL statement. |
Purpose | Indicates whether or not a database supports GROUP BY clauses in SQL statements that are not SELECT statements. |
---|---|
Syntax | public boolean supportsGroupByBeyondSelect( )
|
Parameters | None. |
Description |
Purpose | Indicates whether or not a database supports GROUP BY clauses that have unrelated elements. |
---|---|
Syntax | public boolean supportsGroupByUnrelated( )
|
Parameters | None. |
Description |
Purpose | Indicates whether or not a database supports an integrity enhancement facility. |
---|---|
Syntax | public boolean supportsIntegrityEnhancementFacility( )
|
Parameters | None. |
Description | Indicates whether or not a database supports an integrity enhancement facility. |
Purpose | Indicates whether or not a database supports the "like" escape clause. |
---|---|
Syntax | public boolean supportsLikeEscapeClause( )
|
Parameters | None. |
Description |
Purpose | Indicates whether or not a database supports limited outer joins. |
---|---|
Syntax | public boolean supportsLimitedOuterJoins( )
|
Parameters | None. |
Description | Indicates whether or not the database supports limited outer joins. |
Purpose | Indicates whether or not a database supports minimum SQL grammar. |
---|---|
Syntax | public boolean supportsMinimumSQLGrammar( )
|
Parameters | None. |
Description | Indicates whether or not a database supports minimum SQL grammar. |
Purpose | Indicates whether or not a database supports mixed case identifiers. |
---|---|
Syntax | public boolean supportsMixedCaseIdentifiers( )
|
Parameters | None. |
Description | Indicates whether or not the database supports mixed case identifiers. |
Purpose | Indicates whether or not a database supports mixed case quoted identifiers. |
---|---|
Syntax | public boolean supportsMixedCaseQuotedIdentifiers( )
|
Parameters | None. |
Description | Indicates whether or not the database supports mixed case quoted identifiers. |
Purpose | Indicates whether or not a database supports multiple result sets. |
---|---|
Syntax | public boolean supportsMultipleResultSets( )
|
Parameters | None. |
Description | Indicates whether or not the database supports multiple result sets. |
Purpose | Indicates whether or not a database supports multiple transactions. |
---|---|
Syntax | public boolean supportsMultipleTransactions( )
|
Parameters | None. |
Description | Indicates whether or not the database supports multiple transactions. |
Purpose | Indicates whether or not a database supports non-NULLable columns. |
---|---|
Syntax | public boolean supportsNonNullableColumns( )
|
Parameters | None. |
Description | Indicates whether or not the database supports non-NULLable columns. |
Purpose | Indicates whether or not a database supports open cursors across a commit. |
---|---|
Syntax | public boolean supportsOpenCursorsAcrossCommit( )
|
Parameters | None. |
Description | Indicates whether or not the database supports open cursors across a commit. |
Purpose | Indicates whether or not a database supports open cursors across a rollback. |
---|---|
Syntax | public boolean supportsOpenCursorsAcrossRollback( )
|
Parameters | None. |
Description | Indicates whether or not the database supports open cursors across a rollback. |
Purpose | Indicates whether or not a database supports open SQL statements across a commit. |
---|---|
Syntax | public boolean supportsOpenStatementsAcrossCommit( )
|
Parameters | None. |
Description | Indicates whether or not the database supports open statements across a commit. |
Purpose | Indicates whether or not a database supports open SQL statements across a rollback. |
---|---|
Syntax | public boolean supportsOpenStatementsAcrossRollback( )
|
Parameters | None. |
Description | Indicates whether or not a database supports open statements across a rollback. |
Purpose | Indicates whether or not a database supports ORDER BY clauses with unrelated elements. |
---|---|
Syntax | public boolean supportsOrderByUnrelated( )
|
Parameters | None. |
Description |
Purpose | Indicates whether or not a database supports outer joins. |
---|---|
Syntax | public boolean supportsOuterJoins( )
|
Parameters | None. |
Description | Indicates whether or not the database supports outer joins. |
Purpose | Indicates whether or not a database supports positioned deletes. |
---|---|
Syntax | public boolean supportsPositionedDelete( )
|
Parameters | None. |
Description | Indicates whether or not a database supports a positioned delete. |
Purpose | Indicates whether or not a database supports positioned updates. |
---|---|
Syntax | public boolean supportsPositionedUpdate( )
|
Parameters | None. |
Description | Indicates whether or not a database supports a positioned update. |
Purpose | Indicates whether or not a database updates its schemas when you manipulate its data. |
---|---|
Syntax | public boolean supportsSchemasInDataManipulation( )
|
Parameters | None. |
Description | Indicates whether or not a database supports schemas in data manipulation. |
Purpose | Indicates whether or not a database updates its schemas when you define an index. |
---|---|
Syntax | public boolean supportsSchemasInIndexDefinitions( )
|
Parameters | None. |
Description | Indicates whether or not a database supports schemas in index definitions. |
Purpose | Indicates whether or not a database updates its schemas when you define a privilege. |
---|---|
Syntax | public boolean supportsSchemasInPrivilegeDefinitions( )
|
Parameters | None. |
Description | Indicates whether or not a database supports schemas in privilege definitions. |
Purpose | Indicates whether or not a database updates its schemas when you call a stored procedure. |
---|---|
Syntax | public boolean supportsSchemasInProcedureCalls( )
|
Parameters | None. |
Description | Indicates whether or not a database supports schemas in procedure calls. |
Purpose | Indicates whether or not a database updates its schemas when you define a table. |
---|---|
Syntax | public boolean supportsSchemasInTableDefinitions( )
|
Parameters | None. |
Description | Indicates whether or not a database supports schemas in table definitions. |
Purpose | Indicates whether or not a database supports "select for" updates. |
---|---|
Syntax | public boolean supportsSelectForUpdate( )
|
Parameters | None. |
Description |
Purpose | Indicates whether or not a database supports stored procedures. |
---|---|
Syntax | public boolean supportsStoredProcedures( )
|
Parameters | None. |
Description | Indicates whether or not the database supports stored procedures. |
Purpose | Indicates whether or not a database supports subqueries in comparisons. |
---|---|
Syntax | public boolean supportsSubqueriesInComparisons( )
|
Parameters | None. |
Description | Indicates whether or not a database supports subqueries in comparisons. |
Purpose | Indicates whether or not a database supports subqueries in "exist"s. |
---|---|
Syntax | public boolean supportsSubqueriesInExists( )
|
Parameters | None. |
Description |
Purpose | Indicates whether or not a database supports subqueries in "in"s. |
---|---|
Syntax | public boolean supportsSubqueriesInIns( )
|
Parameters | None. |
Description |
Purpose | Indicates whether or not a database supports subqueries in "quantified"s. |
---|---|
Syntax | public boolean supportsSubqueriesInQuantifieds( )
|
Parameters | None. |
Description |
Purpose | Indicates whether or not a database supports table correlation names. |
---|---|
Syntax | public boolean supportsTableCorrelationNames( )
|
Parameters | None. |
Description | Indicates whether or not the database supports table correlation names. |
Purpose | Indicates whether or not a database supports a transaction isolation level. |
---|---|
Syntax | public boolean supportsTransactionIsolationLevel(int level) throws SQLException
|
Parameters | level = |
Description | Indicates whether or not the database supports a transaction isolation level. |
Purpose | Indicates whether or not a database lets you perform a transaction. |
---|---|
Syntax | public boolean supportsTransactions( )
|
Parameters | None. |
Description | Indicates whether or not a database supports transactions. |
Purpose | Indicates whether or not a database supports UNION statements. |
---|---|
Syntax | public boolean supportsUnion( )
|
Parameters | None. |
Description | Indicates whether or not a database supports unions. |
Purpose | Indicates whether or not a database supports UNION ALL statements. |
---|---|
Syntax | public boolean supportsUnionAll( )
|
Parameters | None. |
Description | Indicates whether or not a database supports union all. |
Purpose | Indicates whether or not a database uses a local file for each table. |
---|---|
Syntax | public boolean usesLocalFilePerTable( )
|
Parameters | None. |
Description | Indicates whether or not the database uses a local file for each table. |
Purpose | Indicates whether or not a database uses local files. |
---|---|
Syntax | public boolean usesLocalFiles( )
|
Parameters | None. |
Description | Indicates whether or not the database uses local files. |
Copyright © 1996 Symantec Corporation. All rights reserved.