| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ResultSet object.
PreparedStatement
 object's batch of commands.
Statement object.
ResultSet object, just after the
 last row.
getProcedures.
getTables in a SELECT
 statement.
SQLException while autoCommit is true inidcates
 that all open ResultSets are closed, even ones that are holdable.
ResultSet object, just before the
 first row.
Statement object if both the DBMS and
 driver support aborting an SQL statement.
Statement object if both the DBMS and
 driver support aborting an SQL statement.
ResultSet object.
Statement object's current list of
 SQL commands.
Statement object's current list of
 SQL commands.
Connection object.
Statement
 object.
ResultSet object.
Statement
 object.
Connection object's database and JDBC resources
 immediately instead of waiting for them to be automatically released.
ResultSet object's database and
 JDBC resources immediately instead of waiting for
 this to happen when it is automatically closed.
Statement object's database
 and JDBC resources immediately instead of waiting for
 this to happen when it is automatically closed.
Connection object.
Blob interface.
Clob interface.
NClob interface.
SQLXML interface.
Statement object for sending
 SQL statements to the database.
Statement object that will generate
 ResultSet objects with the given type and concurrency.
Statement object that will generate
 ResultSet objects with the given type, concurrency,
 and holdability.
ResultSet object
 and from the underlying database.
ResultSet.rowDeleted.
getMaxRowSize includes the SQL data types
 LONGVARCHAR and LONGVARBINARY.
RowId to the specified object.
PreparedStatement object,
 which may be any kind of SQL statement.
PreparedStatement object
 and returns the ResultSet object generated by the query.
PreparedStatement object
 and returns the ResultSet object generated by the query.
ResultSet object.
PreparedStatement object,
 (JDBC4 clarification:)
 which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or
 DELETE; or an SQL statement that returns nothing,
 such as a DDL statement.
INSERT,
 UPDATE, or DELETE statement or an
 SQL statement that returns nothing, such as an SQL DDL statement.
Statement object
 should be made available for retrieval.
${system.property} replaced by the corresponding Java
 System Properties.
ResultSet column label to its
 ResultSet column index.
ResultSet object.
Array object and releases the resources that
 it holds.
Array object and releases the resources that
 it holds.
Blob object and releases the resources that
 it holds.
Blob object and releases the resources that
 it holds.
Blob object and releases the resources that
 it holds.
Clob object and releases the resources the resources
 that it holds.
Clob object and releases the resources the resources
 that it holds.
Clob object and releases the resources the resources
 that it holds.
ARRAY value designated
 by this
 Array object in the form of an array in the Java
 programming language.
ARRAY value designated by this
 Array object.
ARRAY
 value designated by this Array object, beginning with the
 specified index and containing up to count
 successive elements of the SQL array.
ARRAY value
 designated by this Array object, beginning with the specified
 index and containing up to count
 successive elements of the SQL array.
ARRAY value designated
 by this
 Array object in the form of an array in the Java
 programming language.
ARRAY value designated by this
 Array object.
ARRAY
 value designated by this Array object, beginning with the
 specified index and containing up to count
 successive elements of the SQL array.
ARRAY value
 designated by this Array object, beginning with the specified
 index and containing up to count
 successive elements of the SQL array.
ARRAY parameter as an
 Array object in the Java programming language.
ARRAY parameter as an
 Array object in the Java programming language.
ResultSet object as an Array object
 in the Java programming language.
ResultSet object as an Array object
 in the Java programming language.
CLOB value designated by this Clob
 object as an ASCII stream.
CLOB value designated by this
 Clob object as an ascii stream.
CLOB value designated by this Clob
 object as an ascii stream.
ResultSet object as
 a stream of ASCII characters.
ResultSet object as a stream of
 ASCII characters.
Connection
 object.
Array object.
Array object.
Array object.
Array object.
getBigDecimal(int parameterIndex)
             or getBigDecimal(String parameterName)
NUMERIC parameter as a
 java.math.BigDecimal object with as many digits to the
 right of the decimal point as the value contains.
NUMERIC parameter as a
 java.math.BigDecimal object with as many digits to the
 right of the decimal point as the value contains.
ResultSet object as a
 java.math.BigDecimal with full precision.
ResultSet object as a
 java.math.BigDecimal with full precision.
BLOB value designated by this
 Blob instance as a stream.
InputStream object that contains a partial Blob value,
 starting  with the byte specified by pos, which is length bytes in length.
BLOB value designated by this
 Blob instance as a stream.
InputStream object that contains a partial Blob value,
 starting  with the byte specified by pos, which is length bytes in length.
BLOB value designated by this
 Blob instance as a stream.
InputStream object that contains a partial Blob value,
 starting  with the byte specified by pos, which is length bytes in length.
ResultSet object as a  stream of
 uninterpreted bytes.
ResultSet object as a stream of uninterpreted
 bytes.
BLOB parameter as a
 Blob object in the Java programming language.
BLOB parameter as a
 Blob object in the Java programming language.
ResultSet object as a Blob object
 in the Java programming language.
ResultSet object as a Blob object
 in the Java programming language.
BIT
 or BOOLEAN parameter as a
 boolean in the Java programming language.
ResultSet object as
 a boolean in the Java programming language.
ResultSet object as
 a boolean in the Java programming language.
TINYINT parameter
 as a byte in the Java programming language.
TINYINT parameter as a byte
 in the Java programming language.
ResultSet object as
 a byte in the Java programming language.
ResultSet object as
 a byte in the Java programming language.
BLOB
 value that this Blob object represents, as an array of
 bytes.
BLOB value that this
 Blob object represents, as an array of bytes.
BLOB
 value that this Blob object represents, as an array of
 bytes.
BINARY or
 VARBINARY parameter as an array of byte
 values in the Java programming language.
BINARY or VARBINARY
 parameter as an array of byte values in the Java
 programming language.
ResultSet object as
 a byte array in the Java programming language.
ResultSet object as
 a byte array in the Java programming language.
ROWID
 designated by this java.sql.RowId object.
Connection object's current catalog name.
String that this database uses as the
 separator between a catalog and table name.
java.io.Reader object in the Java programming language.
java.io.Reader object in the Java programming language.
CLOB value designated by this Clob
 object as a java.io.Reader object (or as a stream of
 characters).
Reader object that contains a partial Clob value, starting
 with the character specified by pos, which is length characters in length.
CLOB value designated by this
 Clob object as a java.io.Reader object (or
 as a stream of characters).
Reader object that contains a partial Clob value, starting
 with the character specified by pos, which is length characters in length.
CLOB value designated by this Clob
 object as a java.io.Reader object (or as a stream of
 characters).
Reader object that contains a partial Clob value, starting
 with the character specified by pos, which is length characters in length.
ResultSet object as a
 java.io.Reader object.
ResultSet object as a
 java.io.Reader object.
CLOB parameter as a
 java.sql.Clob object in the Java programming language.
CLOB parameter as a
 Clob object in the Java programming language.
ResultSet object as a Clob object
 in the Java programming language.
ResultSet object as a Clob object
 in the Java programming language.
ResultSet object.
ResultSet object.
connect(String,Properties)
 method.
connect(String,Properties)
 method.
Connection object
 that produced this Statement object.
Connection object
 that produced this Statement object.
ResultSet
 object.
DATE parameter as a
 java.sql.Date object.
DATE parameter as a
 java.sql.Date object, using
 the given Calendar object
 to construct the date.
DATE parameter as a
 java.sql.Date object.
DATE parameter as a
 java.sql.Date object, using
 the given Calendar object
 to construct the date.
ResultSet object as
 a java.sql.Date object in the Java programming language.
ResultSet object as
 a java.sql.Date object in the Java programming language.
ResultSet object as a java.sql.Date object
 in the Java programming language.
ResultSet object as a java.sql.Date object
 in the Java programming language.
DOUBLE parameter as a double
 in the Java programming language.
DOUBLE parameter as a double
 in the Java programming language.
ResultSet object as
 a double in the Java programming language.
ResultSet object as
 a double in the Java programming language.
String.
Statement object.
ResultSet object.
Statement object.
ResultSet objects
 generated from this Statement object.
ResultSet object.
ResultSet objects
 generated from this Statement object.
FLOAT parameter
 as a float in the Java programming language.
FLOAT parameter as a float
 in the Java programming language.
ResultSet object as
 a float in the Java programming language.
ResultSet object as
 a float in the Java programming language.
Statement object.
Statement object.
ResultSet objects
 created using this Connection object.
ResultSet object
INTEGER parameter
 as an int in the Java programming language.
INTEGER parameter as an int
 in the Java programming language.
ResultSet object as
 an int in the Java programming language.
ResultSet object as
 an int in the Java programming language.
DataSource
 object.
DataSource
 object.
BIGINT parameter
 as a long in the Java programming language.
BIGINT parameter as a long
 in the Java programming language.
ResultSet object as
 a long in the Java programming language.
ResultSet object as
 a long in the Java programming language.
GROUP BY clause.
ORDER BY clause.
SELECT list.
ResultSet
 object produced by this Statement object.
ResultSet
 object produced by this Statement object.
ResultSet object produced by this
 Statement object can contain.
ResultSet object produced by this
 Statement object can contain.
SELECT statement.
DatabaseMetaData object that contains
 metadata about the database to which this
 Connection object represents a connection.
ResultSetMetaData object that contains
 information about the columns of the ResultSet object
 that will be returned when this PreparedStatement object
 is executed.
ResultSet object's columns.
Statement object's next result, deals with
 any current ResultSet object(s) according  to the instructions
 specified by the given flag, and returns
 true if the next result is a ResultSet object.
Statement object's next result, returns
 true if it is a ResultSet object, and
 implicitly closes any current ResultSet
 object(s) obtained with the method getResultSet.
Statement object's next result, returns
 true if it is a ResultSet object, and
 implicitly closes any current ResultSet
 object(s) obtained with the method getResultSet.
Statement object's next result, deals with
 any current ResultSet object(s) according  to the instructions
 specified by the given flag, and returns
 true if the next result is a ResultSet object.
java.io.Reader object in the Java programming language.
java.io.Reader object in the Java programming language.
ResultSet object as a
 java.io.Reader object.
ResultSet object as a
 java.io.Reader object.
NCLOB parameter as a
 java.sql.NClob object in the Java programming language.
NCLOB parameter as a
 java.sql.NClob object in the Java programming language.
ResultSet object as a NClob object
 in the Java programming language.
ResultSet object as a NClob object
 in the Java programming language.
NCHAR,
 NVARCHAR
 or LONGNVARCHAR parameter as
 a String in the Java programming language.
NCHAR,
 NVARCHAR
 or LONGNVARCHAR parameter as
 a String in the Java programming language.
ResultSet object as
 a String in the Java programming language.
ResultSet object as
 a String in the Java programming language.
Object
 in the Java programming language.
parameterIndex and uses map for the custom
 mapping of the parameter value.
Object in the Java
 programming language.
parameterIndex and will convert from the
 SQL type of the parameter to the requested Java data type, if the
 conversion is supported.
parameterName and will convert from the
 SQL type of the parameter to the requested Java data type, if the
 conversion is supported.
ResultSet object as an Object
 in the Java programming language.
ResultSet object as an Object
 in the Java programming language.
ResultSet object and will convert from the
 SQL type of the column to the requested Java data type, if the
 conversion is supported.
ResultSet object and will convert from the
 SQL type of the column to the requested Java data type, if the
 conversion is supported.
PreparedStatement.setObject.
PreparedStatement
 object for which this ParameterMetaData object contains
 information.
PreparedStatement object's parameters.
Statement object to execute.
Statement object to execute.
REF(<structured-type>)
 parameter as a Ref object in the Java programming language.
REF(<structured-type>)
 parameter as a Ref object in the Java programming language.
ResultSet object as a Ref object
 in the Java programming language.
ResultSet object as a Ref object
 in the Java programming language.
ARRAY value
 designated by this Array object.
ARRAY value designated by this Array object.
index and contains up to
 count successive elements.
index and contains up to
 count successive elements.
ARRAY value
 designated by this Array object.
ARRAY value designated by this Array object.
index and contains up to
 count successive elements.
index and contains up to
 count successive elements.
ResultSet object.
ResultSet object.
ResultSet objects
 generated by this Statement object.
ResultSet objects
 generated by this Statement object.
ResultSet
 objects.
ResultSet objects
 generated by this Statement object.
ResultSet objects
 generated by this Statement object.
ResultSet objects
 generated by this Statement object.
ResultSet objects
 generated by this Statement object.
ROWID parameter as a
 java.sql.RowId object.
ROWID parameter as a
 java.sql.RowId object.
ResultSet object as a java.sql.RowId object in the Java
 programming language.
ResultSet object as a java.sql.RowId object in the Java
 programming language.
ROWID type,
 and if so  the lifetime for which a RowId object remains valid.
Savepoint object represents.
Savepoint
 object represents.
Connection object's current schema name.
SMALLINT parameter
 as a short in the Java programming language.
SMALLINT parameter as a short
 in the Java programming language.
ResultSet object as
 a short in the Java programming language.
ResultSet object as
 a short in the Java programming language.
SQLException.getSQLState
 is X/Open (now known as Open Group) SQL CLI or SQL:2003.
SQL XML parameter as a
 java.sql.SQLXML object in the Java programming language.
SQL XML parameter as a
 java.sql.SQLXML object in the Java programming language.
ResultSet as a
 java.sql.SQLXML object in the Java programming language.
ResultSet as a
 java.sql.SQLXML object in the Java programming language.
Statement object that produced this
 ResultSet object.
CHAR,
 VARCHAR, or LONGVARCHAR parameter as a
 String in the Java programming language.
CHAR, VARCHAR,
 or LONGVARCHAR parameter as a String in
 the Java programming language.
ResultSet object as
 a String in the Java programming language.
ResultSet object as
 a String in the Java programming language.
CLOB value
 designated by this Clob object.
CLOB
 value designated by this Clob object.
CLOB value
 designated by this Clob object.
TIME parameter as a
 java.sql.Time object.
TIME parameter as a
 java.sql.Time object, using
 the given Calendar object
 to construct the time.
TIME parameter as a
 java.sql.Time object.
TIME parameter as a
 java.sql.Time object, using
 the given Calendar object
 to construct the time.
ResultSet object as
 a java.sql.Time object in the Java programming language.
ResultSet object as
 a java.sql.Time object in the Java programming language.
ResultSet object as a java.sql.Time
 object in the Java programming language.
ResultSet object as a java.sql.Time object
 in the Java programming language.
TIMESTAMP
 parameter as a java.sql.Timestamp object.
TIMESTAMP parameter as a
 java.sql.Timestamp object, using
 the given Calendar object to construct
 the Timestamp object.
TIMESTAMP parameter as a
 java.sql.Timestamp object.
TIMESTAMP parameter as a
 java.sql.Timestamp object, using
 the given Calendar object to construct
 the Timestamp object.
ResultSet object as
 a java.sql.Timestamp object in the Java programming language.
ResultSet object as
 a java.sql.Timestamp object in the Java programming language.
ResultSet object as a java.sql.Timestamp object
 in the Java programming language.
ResultSet object as a java.sql.Timestamp object
 in the Java programming language.
Connection object's current
 transaction isolation level.
ResultSet object.
Map object associated with this
 Connection object.
getCharacterStream in place of
              getUnicodeStream
getCharacterStream instead
ResultSet object or there are no more results, -1
  is returned.
ResultSet object or there are no more results, -1
  is returned.
DATALINK parameter as a
 java.net.URL object.
DATALINK parameter as a
 java.net.URL object.
ResultSet object as a java.net.URL
 object in the Java programming language.
ResultSet object as a java.net.URL
 object in the Java programming language.
Connection object.
Statement object.
ResultSet object.
Statement object.
RowId object.
ResultSet object and into the database.
ResultSet.rowInserted.
ResultSet object.
ResultSet object.
Connection object has been
 closed.
Statement object has been closed.
ResultSet object has been closed.
Statement object has been closed.
JDBCBlobFile.free().
JDBCClobFile.free().
ResultSet object.
ResultSet object.
Statement
 is poolable or not.
Statement
 is poolable or not.
Connection
 object is in read-only mode.
ARRAY.ARRAY.BLOB value.CLOB type.JDBCClobFile((String)null).
JDBCClobFile(file,null).
Connection to an HSQLDB
 Database.
INTERNAL Connection,
 using the specified SessionInterface.
DataSource object represents.JDBCDataSource for plain
  connections for the end user.NCLOB type.PreparedStatement object.JDBCResultSet object using the specified
 navigator and org.hsqldb.result.ResultMetaData.
ResultSet object.Connection.rollback method.XMLStreamWriter
 from SAX events.ResultSet object.
BLOB value
 designated by this Blob object.
BLOB value designated
 by this Blob object.
BLOB value
 designated by this Blob object.
CLOB value
 designated by this Clob object.
CLOB value
 designated by this Clob object.
CLOB value
 designated by this Clob object.
JDBCResultSet object for
 use with user defined functions that retrun a ResultSet object.
NULL and non-NULL values being
 NULL.
NULL values are sorted at the end regardless of
 sort order.
NULL values are sorted at the start regardless
 of sort order.
NULL values are sorted high.
NULL values are sorted low.
ResultSet object,
 the result set's own updates are visible.
pattern begins within the BLOB
 value that this Blob object represents.
BLOB value
 designated by this Blob object at which
 pattern begins.
pattern begins within the BLOB value that
 this Blob object represents.
BLOB value designated
 by this Blob object at which pattern begins.
pattern begins within the BLOB
 value that this Blob object represents.
BLOB value
 designated by this Blob object at which
 pattern begins.
searchstr appears in the SQL CLOB value
 represented by this Clob object.
Clob object searchstr appears in this
 Clob object.
searchstr appears in the SQL CLOB value
 represented by this Clob object.
Clob object searchstr appears in this
 Clob object.
pattern appears in the CLOB value
 represented by this Clob object.
Clob object searchstr appears in this
 Clob object.
Clob object searchstr appears in this
 Clob object.
CallableStatement object for calling
 database stored procedures.
CallableStatement object that will generate
 ResultSet objects with the given type and concurrency.
CallableStatement object that will generate
 ResultSet objects with the given type and concurrency.
PreparedStatement object for sending
 parameterized SQL statements to the database.
PreparedStatement object that will generate
 ResultSet objects with the given type and concurrency.
PreparedStatement object that will generate
 ResultSet objects with the given type, concurrency,
 and holdability.
PreparedStatement object that has
 the capability to retrieve auto-generated keys.
PreparedStatement object capable
 of returning the auto-generated keys designated by the given array.
PreparedStatement object capable
 of returning the auto-generated keys designated by the given array.
ResultSet object.
RCData object.
parameterIndex to the JDBC type
 sqlType.
parameterIndex to be of JDBC type
 sqlType.
parameterName to the JDBC type
 sqlType.
parameterName to be of JDBC type
 sqlType.
Savepoint (JDBC4 Clarification:) and subsequent Savepoint objects from the current
 transaction.
Connection object.
Savepoint object
 was set.
java.sql.Array object.
CLOB value that this Clob object represents,
 starting at position pos.
CLOB value that this Clob object represents,
 starting at position pos.
CLOB value that this Clob object represents,
 starting at position pos.
java.math.BigDecimal value.
java.math.BigDecimal value.
BLOB
 value that this Blob object represents.
BLOB
 value that this Blob object represents.
BLOB
 value that this Blob object represents.
InputStream object.
java.sql.Blob object.
InputStream object.
java.sql.Blob object.
InputStream object.
InputStream object.
boolean value.
boolean value.
byte value.
byte value.
BLOB value that
 this Blob object represents, starting at position
 pos, and returns the number of bytes written.
byte array to the
 BLOB value that this Blob object represents
 and returns the number of bytes written.
BLOB value that
 this Blob object represents, starting at position
 pos, and returns the number of bytes written.
byte array to the
 BLOB value that this Blob object represents
 and returns the number of bytes written.
BLOB value that
 this Blob object represents, starting at position
 pos, and returns the number of bytes written.
byte array to the
 BLOB value that this Blob object represents
 and returns the number of bytes written.
Connection object's database
 in which to work.
Reader
 object, which is the given number of characters long.
Reader
 object, which is the given number of characters long.
Reader
 object.
CLOB value that this Clob object
 represents, at position pos.
CLOB value that this Clob object
 represents, at position pos.
CLOB value that this Clob object
 represents, at position pos.
Reader
 object, which is the given number of characters long.
Reader
 object, which is the given number of characters long.
Reader
 object.
Reader object.
java.sql.Clob object.
Reader object.
java.sql.Clob object.
Reader object.
Reader object.
String, which
 will be used by subsequent Statement object
 execute methods.
String, which
 will be used by subsequent Statement object
 execute methods.
java.sql.Date value
 (JDBC4 clarification:)
java.sql.Date value,
 using the given Calendar object.
java.sql.Date value
 using the default time zone of the virtual machine that is running
 the application.
java.sql.Date value,
 using the given Calendar object.
JDBCBlobFile.free().
JDBCClobFile.free().
double value.
double value.
ResultSet
 objects created using this Statement object.
ResultSet object will be processed.
ResultSet
 objects created using this Statement object.
ResultSet objects genrated by this Statement.
ResultSet object.
ResultSet objects genrated by this Statement.
float value.
float value.
ResultSet objects
 created using this Connection object to the given
 holdability.
int value.
int value.
DataSource
 object to the given java.io.PrintWriter object.
DataSource
 object to the given java.io.PrintWriter object.
long value.
long value.
ResultSet
 Sets the limit for the maximum number of bytes that can be returned for
 character and binary column values in a ResultSet
 object produced by this Statement object.
ResultSet
 Sets the limit for the maximum number of bytes that can be returned for
 character and binary column values in a ResultSet
 object produced by this Statement object.
ResultSet object  generated by this Statement
 object can contain to the given number.
ResultSet object  generated by this Statement
 object can contain to the given number.
Reader object.
Reader object.
Reader object.
Reader object.
java.sql.NClob object.
Reader object.
Reader object.
java.sql.NClob object.
Reader object.
Reader object.
Connection or
 objects created from the Connection
 will wait for the database to reply to any one request.
String object.
String object.
NULL.
NULL.
NULL.
NULL.
Statement be pooled or not pooled.
Statement be pooled or not pooled.
Statement object to execute to the given number of seconds.
Statement object to execute to the given number of seconds.
REF(<structured-type>) value.
java.sql.RowId object.
java.sql.RowId object.
Savepoint object that represents it.
Savepoint object that represents it.
short value.
short value.
java.sql.SQLXML object.
java.sql.SQLXML object.
String value.
String to the CLOB
 value that this Clob object designates at the position
 pos.
len characters of str, starting
 at character offset, to the CLOB value
 that this Clob represents.
String to the CLOB
 value that this Clob object designates at the position
 pos.
len characters of str, starting at
 character offset, to the CLOB value that
 this Clob represents.
String to the CLOB
 value that this Clob object designates at the position
 pos.
len characters of str, starting
 at character offset, to the CLOB value
 that this Clob represents.
String value.
java.sql.Time value.
java.sql.Time value,
 using the given Calendar object.
java.sql.Time value.
java.sql.Time value,
 using the given Calendar object.
java.sql.Timestamp value.
java.sql.Timestamp value,
 using the given Calendar object.
java.sql.Timestamp value.
java.sql.Timestamp value,
 using the given Calendar object.
Connection object to the one given.
TypeMap object as the type map for
 this Connection object.
java.net.URL object.
java.net.URL value.
ALTER TABLE
 with add column.
ALTER TABLE
 with drop column.
CONVERT for the conversion of one JDBC type to another.
CONVERT for conversions between the JDBC types fromType
 and toType.
ORDER BY lists.
GROUP BY clause.
SELECT statement in a GROUP BY clause
 provided that all of the columns in the SELECT statement
 are included in the GROUP BY clause.
SELECT statement in a
 GROUP BY clause.
LIKE escape clause.
ResultSet objects
 returned from a CallableStatement object
 simultaneously.
ResultSet objects from a single call to the
 method execute.
SELECT statement in an
 ORDER BY clause.
DELETE
 statements.
UPDATE
 statements.
SELECT FOR UPDATE
 statements.
EXISTS expressions.
IN expressions.
UNION.
UNION ALL.
ARRAY[..., ...]
ARRAY[..., ...]
java.sql.RowId object.
BLOB value that this Blob
 object represents to be len bytes in length.
BLOB value that this Blob
 object represents to be len bytes in length.
BLOB value that this Blob
 object represents to be len bytes in length.
CLOB value that this Clob
 designates to have a length of len
 characters.
CLOB value that this Clob
 designates to have a length of len characters.
CLOB value that this Clob
 designates to have a length of len
 characters.
java.sql.Array value.
java.sql.Array value.
java.math.BigDecimal
 value.
java.sql.BigDecimal
 value.
java.sql.Blob value.
java.sql.Blob value.
boolean value.
boolean value.
byte value.
byte value.
byte array value.
java.sql.Clob value.
java.sql.Clob value.
Reader
 object, which is the given number of characters long.
Reader
 object, which is the given number of characters long.
Reader
 object.
Reader
 object.
java.sql.Date value.
java.sql.Date value.
double value.
double value.
float value.
float  value.
int value.
int value.
long value.
long value.
java.sql.NClob value.
java.sql.NClob value.
Reader
  object, which is the given number of characters long.
Reader
 object, which is the given number of characters long.
Reader
  The data will be read from the stream
  as needed until end-of-stream is reached.
Reader
 object.
String value.
String value.
null value.
null value.
Object value.
Object value.
Object value.
Object value.
java.sql.Ref value.
java.sql.Ref value.
ResultSet object.
RowId value.
RowId value.
ResultSet.rowUpdated.
short value.
short value.
java.sql.SQLXML value.
java.sql.SQLXML value.
String value.
String value.
java.sql.Time value.
java.sql.Time value.
java.sql.Timestamp
 value.
java.sql.Timestamp
 value.
NULL.
NULL.
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||