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

A

absolute(int) - Method in interface java.sql.ResultSet
Moves the cursor to the given row number in this ResultSet object.
addBatch() - Method in interface java.sql.PreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in interface java.sql.Statement
Adds the given SQL command to the current list of commmands for this Statement object.
addRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
Registers the given listener so that it will be notified of events that occur on this RowSet object.
after(Timestamp) - Method in class java.sql.Timestamp
Indicates whether this Timestamp object is later than the given Timestamp object.
afterLast() - Method in interface java.sql.ResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
allProceduresAreCallable() - Method in interface java.sql.DatabaseMetaData
Retrieves whether the current user can call all the procedures returned by the method getProcedures.
allTablesAreSelectable() - Method in interface java.sql.DatabaseMetaData
Retrieves whether the current user can use all the tables returned by the method getTables in a SELECT statement.
ARRAY - 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 ARRAY.
attributeNoNulls - Static variable in interface java.sql.DatabaseMetaData
Indicates that NULL values might not be allowed.
attributeNullable - Static variable in interface java.sql.DatabaseMetaData
Indicates that NULL values are definitely allowed.
attributeNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that whether NULL values are allowed is not known.

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.