Changed Methods |
boolean allProceduresAreCallable()
|
Documentation changed from old to new. |
Retrieves whether the current user can call all the procedures returned by the method getProcedures . |
boolean allTablesAreSelectable()
|
Documentation changed from old to new. |
Retrieves whether the current user can use all the tables returned by the method getTables in a SELECT statement. |
boolean dataDefinitionCausesTransactionCommit()
|
Documentation changed from old to new. |
Retrieves whether a data definition statement within a transaction forces the transaction to commit. |
boolean dataDefinitionIgnoredInTransactions()
|
Documentation changed from old to new. |
Retrieves whether this database ignores a data definition statement within a transaction. |
boolean deletesAreDetected(int )
|
Documentation changed from old to new. |
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted . |
boolean doesMaxRowSizeIncludeBlobs()
|
Documentation changed from old to new. |
Retrieves whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY . |
ResultSet getBestRowIdentifier(String, String, String, int, boolean)
|
Documentation changed from old to new. |
Retrieves a description of a table's optimal set of columns that uniquely identifies a row. |
String getCatalogSeparator()
|
Documentation changed from old to new. |
Retrieves the String that this database uses as the separator between a catalog and table name. |
String getCatalogTerm()
|
Documentation changed from old to new. |
Retrieves the database vendor's preferred term for "catalog". |
ResultSet getCatalogs()
|
Documentation changed from old to new. |
Retrieves the catalog names available in this database. |
ResultSet getColumnPrivileges(String, String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of the access rights for a table's columns. |
ResultSet getColumns(String, String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of table columns available in the specified catalog. |
Connection getConnection()
|
Documentation changed from old to new. |
Retrieves the connection that produced this metadata object. |
ResultSet getCrossReference(String, String, String, String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key columns of the given primary key table (describe how one table imports another's key). |
String getDatabaseProductName()
|
Documentation changed from old to new. |
Retrieves the name of this database product. |
String getDatabaseProductVersion()
|
Documentation changed from old to new. |
Retrieves the version number of this database product. |
int getDefaultTransactionIsolation()
|
Documentation changed from old to new. |
Retrieves this database's default transaction isolation level. |
int getDriverMajorVersion()
|
Documentation changed from old to new. |
Retrieves this JDBC driver's major version number. |
int getDriverMinorVersion()
|
Documentation changed from old to new. |
Retrieves this JDBC driver's minor version number. |
String getDriverName()
|
Documentation changed from old to new. |
Retrieves the name of this JDBC driver. |
String getDriverVersion()
|
Documentation changed from old to new. |
Retrieves the version number of this JDBC driver as a String . |
ResultSet getExportedKeys(String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table). |
String getExtraNameCharacters()
|
Documentation changed from old to new. |
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z A-Z 0-9 and _). |
String getIdentifierQuoteString()
|
Documentation changed from old to new. |
Retrieves the string used to quote SQL identifiers. |
ResultSet getImportedKeys(String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table). |
ResultSet getIndexInfo(String, String, String, boolean, boolean)
|
Documentation changed from old to new. |
Retrieves a description of the given table's indices and statistics. |
int getMaxBinaryLiteralLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of hex characters this database allows in an inline binary literal. |
int getMaxCatalogNameLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters that this database allows in a catalog name. |
int getMaxCharLiteralLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters this database allows for a character literal. |
int getMaxColumnNameLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters this database allows for a column name. |
int getMaxColumnsInGroupBy()
|
Documentation changed from old to new. |
Retrieves the maximum number of columns this database allows in a GROUP BY clause. |
int getMaxColumnsInIndex()
|
Documentation changed from old to new. |
Retrieves the maximum number of columns this database allows in an index. |
int getMaxColumnsInOrderBy()
|
Documentation changed from old to new. |
Retrieves the maximum number of columns this database allows in an ORDER BY clause. |
int getMaxColumnsInSelect()
|
Documentation changed from old to new. |
Retrieves the maximum number of columns this database allows in a SELECT list. |
int getMaxColumnsInTable()
|
Documentation changed from old to new. |
Retrieves the maximum number of columns this database allows in a table. |
int getMaxConnections()
|
Documentation changed from old to new. |
Retrieves the maximum number of concurrent connections to this database that are possible. |
int getMaxCursorNameLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters that this database allows in a cursor name. |
int getMaxIndexLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of bytes this database allows for an index including all of the parts of the index. |
int getMaxProcedureNameLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters that this database allows in a procedure name. |
int getMaxRowSize()
|
Documentation changed from old to new. |
Retrieves the maximum number of bytes this database allows in a single row. |
int getMaxSchemaNameLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters that this database allows in a schema name. |
int getMaxStatementLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters this database allows in an SQL statement. |
int getMaxStatements()
|
Documentation changed from old to new. |
Retrieves the maximum number of active statements to this database that can be open at the same time. |
int getMaxTableNameLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters this database allows in a table name. |
int getMaxTablesInSelect()
|
Documentation changed from old to new. |
Retrieves the maximum number of tables this database allows in a SELECT statement. |
int getMaxUserNameLength()
|
Documentation changed from old to new. |
Retrieves the maximum number of characters this database allows in a user name. |
String getNumericFunctions()
|
Documentation changed from old to new. |
Retrieves a comma-separated list of math functions available with this database. |
ResultSet getPrimaryKeys(String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of the given table's primary key columns. |
ResultSet getProcedureColumns(String, String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of the given catalog's stored procedure parameter and result columns. |
String getProcedureTerm()
|
Documentation changed from old to new. |
Retrieves the database vendor's preferred term for "procedure". |
ResultSet getProcedures(String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of the stored procedures available in the given catalog. |
String getSQLKeywords()
|
Documentation changed from old to new. |
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL92 keywords. |
String getSchemaTerm()
|
Documentation changed from old to new. |
Retrieves the database vendor's preferred term for "schema". |
ResultSet getSchemas()
|
Documentation changed from old to new. |
Retrieves the schema names available in this database. |
String getSearchStringEscape()
|
Documentation changed from old to new. |
Retrieves the string that can be used to escape wildcard characters. |
String getStringFunctions()
|
Documentation changed from old to new. |
Retrieves a comma-separated list of string functions available with this database. |
String getSystemFunctions()
|
Documentation changed from old to new. |
Retrieves a comma-separated list of system functions available with this database. |
ResultSet getTablePrivileges(String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of the access rights for each table available in a catalog. |
ResultSet getTableTypes()
|
Documentation changed from old to new. |
Retrieves the table types available in this database. |
ResultSet getTables(String, String, String, String[])
|
Documentation changed from old to new. |
Retrieves a description of the tables available in the given catalog. |
String getTimeDateFunctions()
|
Documentation changed from old to new. |
Retrieves a comma-separated list of the time and date functions available with this database. |
ResultSet getTypeInfo()
|
Documentation changed from old to new. |
Retrieves a description of all the standard SQL types supported by this database. |
ResultSet getUDTs(String, String, String, int[])
|
Documentation changed from old to new. |
Retrieves a description of the user-defined types (UDTs) defined in a particular schema. |
String getURL()
|
Documentation changed from old to new. |
Retrieves the URL for this DBMS. |
String getUserName()
|
Documentation changed from old to new. |
Retrieves the user name as known to this database. |
ResultSet getVersionColumns(String, String, String)
|
Documentation changed from old to new. |
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated. |
boolean insertsAreDetected(int )
|
Documentation changed from old to new. |
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted . |
boolean isCatalogAtStart()
|
Documentation changed from old to new. |
Retrieves whether a catalog appears at the start of a fully qualified table name. |
boolean isReadOnly()
|
Documentation changed from old to new. |
Retrieves whether this database is in read-only mode. |
boolean nullPlusNonNullIsNull()
|
Documentation changed from old to new. |
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL . |
boolean nullsAreSortedAtEnd()
|
Documentation changed from old to new. |
Retrieves whether NULL values are sorted at the end regardless of sort order. |
boolean nullsAreSortedAtStart()
|
Documentation changed from old to new. |
Retrieves whether NULL values are sorted at the start regardless of sort order. |
boolean nullsAreSortedHigh()
|
Documentation changed from old to new. |
Retrieves whether NULL values are sorted high. |
boolean nullsAreSortedLow()
|
Documentation changed from old to new. |
Retrieves whether NULL values are sorted low. |
boolean othersDeletesAreVisible(int )
|
Documentation changed from old to new. |
Retrieves whether deletes made by others are visible. |
boolean othersInsertsAreVisible(int )
|
Documentation changed from old to new. |
Retrieves whether inserts made by others are visible. |
boolean othersUpdatesAreVisible(int )
|
Documentation changed from old to new. |
Retrieves whether updates made by others are visible. |
boolean ownDeletesAreVisible(int )
|
Documentation changed from old to new. |
Retrieves whether a result set's own deletes are visible. |
boolean ownInsertsAreVisible(int )
|
Documentation changed from old to new. |
Retrieves whether a result set's own inserts are visible. |
boolean ownUpdatesAreVisible(int )
|
Documentation changed from old to new. |
Retrieves whether for the given type of ResultSet object the result set's own updates are visible. |
boolean storesLowerCaseIdentifiers()
|
Documentation changed from old to new. |
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case. |
boolean storesLowerCaseQuotedIdentifiers()
|
Documentation changed from old to new. |
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case. |
boolean storesMixedCaseIdentifiers()
|
Documentation changed from old to new. |
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case. |
boolean storesMixedCaseQuotedIdentifiers()
|
Documentation changed from old to new. |
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case. |
boolean storesUpperCaseIdentifiers()
|
Documentation changed from old to new. |
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case. |
boolean storesUpperCaseQuotedIdentifiers()
|
Documentation changed from old to new. |
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case. |
boolean supportsANSI92EntryLevelSQL()
|
Documentation changed from old to new. |
Retrieves whether this database supports the ANSI92 entry level SQL grammar. |
boolean supportsANSI92FullSQL()
|
Documentation changed from old to new. |
Retrieves whether this database supports the ANSI92 full SQL grammar supported. |
boolean supportsANSI92IntermediateSQL()
|
Documentation changed from old to new. |
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported. |
boolean supportsAlterTableWithAddColumn()
|
Documentation changed from old to new. |
Retrieves whether this database supports ALTER TABLE with add column. |
boolean supportsAlterTableWithDropColumn()
|
Documentation changed from old to new. |
Retrieves whether this database supports ALTER TABLE with drop column. |
boolean supportsBatchUpdates()
|
Documentation changed from old to new. |
Retrieves whether this database supports batch updates. |
boolean supportsCatalogsInDataManipulation()
|
Documentation changed from old to new. |
Retrieves whether a catalog name can be used in a data manipulation statement. |
boolean supportsCatalogsInIndexDefinitions()
|
Documentation changed from old to new. |
Retrieves whether a catalog name can be used in an index definition statement. |
boolean supportsCatalogsInPrivilegeDefinitions()
|
Documentation changed from old to new. |
Retrieves whether a catalog name can be used in a privilege definition statement. |
boolean supportsCatalogsInProcedureCalls()
|
Documentation changed from old to new. |
Retrieves whether a catalog name can be used in a procedure call statement. |
boolean supportsCatalogsInTableDefinitions()
|
Documentation changed from old to new. |
Retrieves whether a catalog name can be used in a table definition statement. |
boolean supportsColumnAliasing()
|
Documentation changed from old to new. |
Retrieves whether this database supports column aliasing. |
boolean supportsCoreSQLGrammar()
|
Documentation changed from old to new. |
Retrieves whether this database supports the ODBC Core SQL grammar. |
boolean supportsCorrelatedSubqueries()
|
Documentation changed from old to new. |
Retrieves whether this database supports correlated subqueries. |
boolean supportsDataDefinitionAndDataManipulationTransactions()
|
Documentation changed from old to new. |
Retrieves whether this database supports both data definition and data manipulation statements within a transaction. |
boolean supportsDataManipulationTransactionsOnly()
|
Documentation changed from old to new. |
Retrieves whether this database supports only data manipulation statements within a transaction. |
boolean supportsDifferentTableCorrelationNames()
|
Documentation changed from old to new. |
Retrieves whether when table correlation names are supported they are restricted to being different from the names of the tables. |
boolean supportsExpressionsInOrderBy()
|
Documentation changed from old to new. |
Retrieves whether this database supports expressions in ORDER BY lists. |
boolean supportsExtendedSQLGrammar()
|
Documentation changed from old to new. |
Retrieves whether this database supports the ODBC Extended SQL grammar. |
boolean supportsFullOuterJoins()
|
Documentation changed from old to new. |
Retrieves whether this database supports full nested outer joins. |
boolean supportsGroupBy()
|
Documentation changed from old to new. |
Retrieves whether this database supports some form of GROUP BY clause. |
boolean supportsGroupByBeyondSelect()
|
Documentation changed from old to new. |
Retrieves whether this database supports using columns not included in the SELECT statement in a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP BY clause. |
boolean supportsGroupByUnrelated()
|
Documentation changed from old to new. |
Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause. |
boolean supportsIntegrityEnhancementFacility()
|
Documentation changed from old to new. |
Retrieves whether this database supports the SQL Integrity Enhancement Facility. |
boolean supportsLikeEscapeClause()
|
Documentation changed from old to new. |
Retrieves whether this database supports specifying a LIKE escape clause. |
boolean supportsLimitedOuterJoins()
|
Documentation changed from old to new. |
Retrieves whether this database provides limited support for outer joins. |
boolean supportsMinimumSQLGrammar()
|
Documentation changed from old to new. |
Retrieves whether this database supports the ODBC Minimum SQL grammar. |
boolean supportsMixedCaseIdentifiers()
|
Documentation changed from old to new. |
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case. |
boolean supportsMixedCaseQuotedIdentifiers()
|
Documentation changed from old to new. |
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case. |
boolean supportsMultipleResultSets()
|
Documentation changed from old to new. |
Retrieves whether this database supports getting multiple ResultSet objects from a single call to the method execute . |
boolean supportsMultipleTransactions()
|
Documentation changed from old to new. |
Retrieves whether this database allows having multiple transactions open at once (on different connections). |
boolean supportsNonNullableColumns()
|
Documentation changed from old to new. |
Retrieves whether columns in this database may be defined as non-nullable. |
boolean supportsOpenCursorsAcrossCommit()
|
Documentation changed from old to new. |
Retrieves whether this database supports keeping cursors open across commits. |
boolean supportsOpenCursorsAcrossRollback()
|
Documentation changed from old to new. |
Retrieves whether this database supports keeping cursors open across rollbacks. |
boolean supportsOpenStatementsAcrossCommit()
|
Documentation changed from old to new. |
Retrieves whether this database supports keeping statements open across commits. |
boolean supportsOpenStatementsAcrossRollback()
|
Documentation changed from old to new. |
Retrieves whether this database supports keeping statements open across rollbacks. |
boolean supportsOrderByUnrelated()
|
Documentation changed from old to new. |
Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause. |
boolean supportsOuterJoins()
|
Documentation changed from old to new. |
Retrieves whether this database supports some form of outer join. |
boolean supportsPositionedDelete()
|
Documentation changed from old to new. |
Retrieves whether this database supports positioned DELETE statements. |
boolean supportsPositionedUpdate()
|
Documentation changed from old to new. |
Retrieves whether this database supports positioned UPDATE statements. |
boolean supportsResultSetConcurrency(int, int)
|
Documentation changed from old to new. |
Retrieves whether this database supports the given concurrency type in combination with the given result set type. |
boolean supportsResultSetType(int )
|
Documentation changed from old to new. |
Retrieves whether this database supports the given result set type. |
boolean supportsSchemasInDataManipulation()
|
Documentation changed from old to new. |
Retrieves whether a schema name can be used in a data manipulation statement. |
boolean supportsSchemasInIndexDefinitions()
|
Documentation changed from old to new. |
Retrieves whether a schema name can be used in an index definition statement. |
boolean supportsSchemasInPrivilegeDefinitions()
|
Documentation changed from old to new. |
Retrieves whether a schema name can be used in a privilege definition statement. |
boolean supportsSchemasInProcedureCalls()
|
Documentation changed from old to new. |
Retrieves whether a schema name can be used in a procedure call statement. |
boolean supportsSchemasInTableDefinitions()
|
Documentation changed from old to new. |
Retrieves whether a schema name can be used in a table definition statement. |
boolean supportsSelectForUpdate()
|
Documentation changed from old to new. |
Retrieves whether this database supports SELECT FOR UPDATE statements. |
boolean supportsStoredProcedures()
|
Documentation changed from old to new. |
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax. |
boolean supportsSubqueriesInComparisons()
|
Documentation changed from old to new. |
Retrieves whether this database supports subqueries in comparison expressions. |
boolean supportsSubqueriesInExists()
|
Documentation changed from old to new. |
Retrieves whether this database supports subqueries in EXISTS expressions. |
boolean supportsSubqueriesInIns()
|
Documentation changed from old to new. |
Retrieves whether this database supports subqueries in IN statements. |
boolean supportsSubqueriesInQuantifieds()
|
Documentation changed from old to new. |
Retrieves whether this database supports subqueries in quantified expressions. |
boolean supportsTableCorrelationNames()
|
Documentation changed from old to new. |
Retrieves whether this database supports table correlation names. |
boolean supportsTransactionIsolationLevel(int )
|
Documentation changed from old to new. |
Retrieves whether this database supports the given transaction isolation level. |
boolean supportsTransactions()
|
Documentation changed from old to new. |
Retrieves whether this database supports transactions. |
boolean supportsUnion()
|
Documentation changed from old to new. |
Retrieves whether this database supports SQL UNION . |
boolean supportsUnionAll()
|
Documentation changed from old to new. |
Retrieves whether this database supports SQL UNION ALL . |
boolean updatesAreDetected(int )
|
Documentation changed from old to new. |
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated . |
boolean usesLocalFilePerTable()
|
Documentation changed from old to new. |
Retrieves whether this database uses a file for each table. |
boolean usesLocalFiles()
|
Documentation changed from old to new. |
Retrieves whether this database stores tables in a local file. |
boolean supportsConvert()
|
Documentation changed from old to new. |
Retrieves whether this database supports the CONVERT function between SQL types. |
boolean supportsConvert(int, int)
|
Documentation changed from old to new. |
Retrieves whether this database supports the CONVERT for two given SQL types. |