Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JDBC for CDC/FP Optional Package
A B C D E F G H I J K L M N O P R S T U V W

S

Savepoint - interface java.sql.Savepoint.
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
setAsciiStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.io.InputStream value.
setAsciiStream(long) - Method in interface java.sql.Clob
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
setAutoCommit(boolean) - Method in interface java.sql.Connection
Sets this connection's auto-commit mode to the given state.
setAutoIncrement(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column is automatically numbered, and thus read-only.
setBinaryStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.io.InputStream value.
setBinaryStream(long) - Method in interface java.sql.Blob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBlob(int, Blob) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Blob object.
setBlob(int, Blob) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given Blob value.
setBoolean(int, boolean) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java boolean value.
setByte(int, byte) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java byte value.
setBytes(int, byte[]) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java array of byte values.
setBytes(long, byte[]) - Method in interface java.sql.Blob
Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos, and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in interface java.sql.Blob
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setCaseSensitive(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column is case sensitive.
setCatalog(String) - Method in interface java.sql.Connection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCatalogName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's table's catalog name, if any, to the given String.
setCharacterStream(int, Reader, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.io.Reader value.
setCharacterStream(long) - Method in interface java.sql.Clob
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setClob(int, Clob) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Clob object.
setClob(int, Clob) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given Clob value.
setColumnCount(int) - Method in interface javax.sql.RowSetMetaData
Sets the number of columns in the RowSet object to the given number.
setColumnDisplaySize(int, int) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's normal maximum width in chars to the given int.
setColumnLabel(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the suggested column title for use in printouts and displays, if any, to the given String.
setColumnName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the name of the designated column to the given String.
setColumnType(int, int) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's SQL type to the one given.
setColumnTypeName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's type name that is specific to the data source, if any, to the given String.
setCommand(String) - Method in interface javax.sql.RowSet
Sets this RowSet object's command property to the given SQL query.
setConcurrency(int) - Method in interface javax.sql.RowSet
Sets the concurrency of this RowSet object to the given concurrency level.
setCurrency(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column is a cash value.
setCursorName(String) - Method in interface java.sql.Statement
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setDataSourceName(String) - Method in interface javax.sql.RowSet
Sets the data source name property for this RowSet object to the given String.
setDate(int, Date) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Date value.
setDate(int, Date) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.sql.Date value.
setDate(int, Date, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int, Date, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given java.sql.Date value.
setDouble(int, double) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java double value.
setEscapeProcessing(boolean) - Method in interface java.sql.Statement
Sets escape processing on or off.
setEscapeProcessing(boolean) - Method in interface javax.sql.RowSet
Sets escape processing for this RowSet object on or off.
setFetchDirection(int) - Method in interface java.sql.Statement
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchDirection(int) - Method in interface java.sql.ResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchSize(int) - Method in interface java.sql.Statement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFetchSize(int) - Method in interface java.sql.ResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFloat(int, float) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java float value.
setHoldability(int) - Method in interface java.sql.Connection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setInt(int, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java int value.
setLoginTimeout(int) - Method in interface javax.sql.DataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in interface javax.sql.DataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setLong(int, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java long value.
setMaxFieldSize(int) - Method in interface java.sql.Statement
Sets the limit for the maximum number of bytes in a ResultSet column storing character or binary values to the given number of bytes.
setMaxFieldSize(int) - Method in interface javax.sql.RowSet
Sets the maximum number of bytes that can be returned for a column value to the given number of bytes.
setMaxRows(int) - Method in interface java.sql.Statement
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setMaxRows(int) - Method in interface javax.sql.RowSet
Sets the maximum number of rows that this RowSet object can contain to the specified number.
setMetaData(RowSetMetaData) - Method in interface javax.sql.RowSetInternal
Sets the given RowSetMetaData object as the RowSetMetaData object for this RowSet object.
setNanos(int) - Method in class java.sql.Timestamp
Sets this Timestamp object's nanos field to the given value.
setNextException(SQLException) - Method in class java.sql.SQLException
Adds an SQLException object to the end of the chain.
setNextWarning(SQLWarning) - Method in class java.sql.SQLWarning
Adds an SQLWarning object to the end of the chain.
setNull(int, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's SQL command to SQL NULL.
setNull(int, int, String) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's SQL command to SQL NULL.
setNullable(int, int) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column's value can be set to NULL.
setObject(int, Object) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter using the given object.
setObject(int, Object) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with a Java Object.
setObject(int, Object, int) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with a Java Object.
setObject(int, Object, int, int) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given Java Object.
setPassword(String) - Method in interface javax.sql.RowSet
Sets the database password for this RowSet object to the given String.
setPrecision(int, int) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's number of decimal digits to the given int.
setQueryTimeout(int) - Method in interface java.sql.Statement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setQueryTimeout(int) - Method in interface javax.sql.RowSet
Sets the maximum time the driver will wait for a statement to execute to the given number of seconds.
setReadOnly(boolean) - Method in interface java.sql.Connection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setReadOnly(boolean) - Method in interface javax.sql.RowSet
Sets whether this RowSet object is read-only to the given boolean.
setSavepoint() - Method in interface java.sql.Connection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in interface java.sql.Connection
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setScale(int, int) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's number of digits to the right of the decimal point to the given int.
setSchemaName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the name of the designated column's table's schema, if any, to the given String.
setSearchable(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column can be used in a where clause.
setShort(int, short) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java short value.
setSigned(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column is a signed number.
setString(int, String) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java String value.
setString(int, String) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java String value.
setString(long, String) - Method in interface java.sql.Clob
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in interface java.sql.Clob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setTableName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's table name, if any, to the given String.
setTime(int, Time) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(int, Time, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given java.sql.Time value.
setTime(long) - Method in class java.sql.Timestamp
Sets this Timestamp object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(long) - Method in class java.sql.Date
Sets an existing Date object using the given milliseconds time value.
setTime(long) - Method in class java.sql.Time
Sets a Time object using a milliseconds time value.
setTimestamp(int, Timestamp) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given java.sql.Timestamp value.
setTransactionIsolation(int) - Method in interface java.sql.Connection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(int) - Method in interface javax.sql.RowSet
Sets the transaction isolation level for this RowSet obejct.
setType(int) - Method in interface javax.sql.RowSet
Sets the type of this RowSet object to the given type.
setTypeMap(Map) - Method in interface javax.sql.RowSet
Installs the given java.util.Map object as the default type map for this RowSet object.
setURL(int, URL) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.net.URL value.
setUsername(String) - Method in interface javax.sql.RowSet
Sets the username property for this RowSet object to the given String.
SMALLINT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.
SQLException - exception java.sql.SQLException.
An exception that provides information on a database access error or other errors.
SQLException() - Constructor for class java.sql.SQLException
Constructs an SQLException object; the reason field defaults to null, the SQLState field defaults to null, and the vendorCode field defaults to 0.
SQLException(String) - Constructor for class java.sql.SQLException
Constructs an SQLException object with a reason; the SQLState field defaults to null, and the vendorCode field defaults to 0.
SQLException(String, String) - Constructor for class java.sql.SQLException
Constructs an SQLException object with the given reason and SQLState; the vendorCode field defaults to 0.
SQLException(String, String, int) - Constructor for class java.sql.SQLException
Constructs a fully-specified SQLException object.
SQLState - Variable in class java.sql.SQLException
A SQLState description according to the XOPEN SQLstate conventsions or the SQL 99 conventions
sqlStateSQL99 - Static variable in interface java.sql.DatabaseMetaData
Indicates that the value is an SQL99 SQLSTATE value.
sqlStateXOpen - Static variable in interface java.sql.DatabaseMetaData
Indicates that the value is an X/Open (now know as Open Group) SQL CLI SQLSTATE value.
SQLWarning - exception java.sql.SQLWarning.
An exception that provides information on database access warnings.
SQLWarning() - Constructor for class java.sql.SQLWarning
Constructs a default SQLWarning object.
SQLWarning(String) - Constructor for class java.sql.SQLWarning
Constructs an SQLWarning object with the given value for a reason; SQLstate defaults to null, and vendorCode defaults to 0.
SQLWarning(String, String) - Constructor for class java.sql.SQLWarning
Constructs an SQLWarning object with the given reason and SQLState; the vendorCode defaults to 0.
SQLWarning(String, String, int) - Constructor for class java.sql.SQLWarning
Constructs a fully-specified SQLWarning object initialized with the given values.
Statement - interface java.sql.Statement.
The object used for executing a static SQL statement and returning the results it produces.
storesLowerCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
storesLowerCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
storesMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
storesMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
storesUpperCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
storesUpperCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
STRUCT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
SUCCESS_NO_INFO - Static variable in interface java.sql.Statement
The constant indicating that a batch statement executed successfully but that no count of the number of rows it affected is available.
supportsAlterTableWithAddColumn() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports ALTER TABLE with add column.
supportsAlterTableWithDropColumn() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports ALTER TABLE with drop column.
supportsANSI92EntryLevelSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
supportsANSI92FullSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
supportsANSI92IntermediateSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
supportsBatchUpdates() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports batch updates.
supportsCatalogsInDataManipulation() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a data manipulation statement.
supportsCatalogsInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in an index definition statement.
supportsCatalogsInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a privilege definition statement.
supportsCatalogsInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a procedure call statement.
supportsCatalogsInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a table definition statement.
supportsColumnAliasing() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports column aliasing.
supportsConvert() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the CONVERT function between SQL types.
supportsConvert(int, int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the CONVERT for two given SQL types.
supportsCoreSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Core SQL grammar.
supportsCorrelatedSubqueries() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports correlated subqueries.
supportsDataDefinitionAndDataManipulationTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports both data definition and data manipulation statements within a transaction.
supportsDataManipulationTransactionsOnly() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports only data manipulation statements within a transaction.
supportsDifferentTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
supportsExpressionsInOrderBy() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports expressions in ORDER BY lists.
supportsExtendedSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Extended SQL grammar.
supportsFullOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports full nested outer joins.
supportsGetGeneratedKeys() - Method in interface java.sql.DatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports some form of GROUP BY clause.
supportsGroupByBeyondSelect() - Method in interface java.sql.DatabaseMetaData
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.
supportsGroupByUnrelated() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
supportsIntegrityEnhancementFacility() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the SQL Integrity Enhancement Facility.
supportsLikeEscapeClause() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports specifying a LIKE escape clause.
supportsLimitedOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database provides limited support for outer joins.
supportsMinimumSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Minimum SQL grammar.
supportsMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMultipleOpenResults() - Method in interface java.sql.DatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports getting multiple ResultSet objects from a single call to the method execute.
supportsMultipleTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database allows having multiple transactions open at once (on different connections).
supportsNamedParameters() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in interface java.sql.DatabaseMetaData
Retrieves whether columns in this database may be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping cursors open across commits.
supportsOpenCursorsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping cursors open across rollbacks.
supportsOpenStatementsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping statements open across commits.
supportsOpenStatementsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping statements open across rollbacks.
supportsOrderByUnrelated() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
supportsOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports some form of outer join.
supportsPositionedDelete() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports positioned DELETE statements.
supportsPositionedUpdate() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports positioned UPDATE statements.
supportsResultSetConcurrency(int, int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given concurrency type in combination with the given result set type.
supportsResultSetHoldability(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given result set type.
supportsSavepoints() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a data manipulation statement.
supportsSchemasInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in an index definition statement.
supportsSchemasInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a privilege definition statement.
supportsSchemasInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a procedure call statement.
supportsSchemasInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a table definition statement.
supportsSelectForUpdate() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SELECT FOR UPDATE statements.
supportsStatementPooling() - Method in interface java.sql.DatabaseMetaData
Retrieves weather this database supports statement pooling.
supportsStoredProcedures() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
supportsSubqueriesInComparisons() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in comparison expressions.
supportsSubqueriesInExists() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in EXISTS expressions.
supportsSubqueriesInIns() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in IN statements.
supportsSubqueriesInQuantifieds() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in quantified expressions.
supportsTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports table correlation names.
supportsTransactionIsolationLevel(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given transaction isolation level.
supportsTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports transactions.
supportsUnion() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SQL UNION.
supportsUnionAll() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SQL UNION ALL.

JDBC for CDC/FP Optional Package
A B C D E F G H I J K L M N O P R S T U V W
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 169 specification.