|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Statement
object.
PreparedStatement
object's batch of commands.
Statement
object if both the DBMS and
driver support aborting an SQL statement.
Statement
object's current list of
SQL commands.
Connection
object.
Statement
object.
Connection
object's database and JDBC resources
immediately instead of waiting for them to be automatically released.
Statement
object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
Connection
object.
CpoException
is the common superclass for any number of
CPO related exceptions that may occur during the execution of a
business task.CpoException
with no specified
detail message.
CpoException
with the specified
detail message.
CpoException
with the specified
detail message and nested exception.
CpoException
with the specified
detail message and nested exception.
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.
PreparedStatement
object,
which may be any kind of SQL statement.
ResultSet
object.
PreparedStatement
object
and returns the ResultSet
object generated by the query.
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.
PreparedStatement
object,
which must be an SQL INSERT
, UPDATE
or
DELETE
statement; or an SQL statement that returns nothing,
such as a DDL statement.
ARRAY
parameter as an
Array
object in the Java programming language.
ARRAY
parameter as an
Array
object in the Java programming language.
Connection
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.
BLOB
parameter as a
Blob
object in the Java programming language.
BLOB
parameter as a
Blob
object in the Java programming language.
BIT
parameter as a
boolean
in the Java programming language.
BIT
parameter 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.
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.
Connection
object's current catalog name.
CLOB
parameter as a
Clob
object in the Java programming language.
CLOB
parameter as a
Clob
object in the Java programming language.
Connection
object
that produced this Statement
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.
DOUBLE
parameter as a double
in the Java programming language.
DOUBLE
parameter as a double
in the Java programming language.
Statement
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.
Statement
object.
ResultSet
objects
created using this Connection
object.
INTEGER
parameter
as an int
in the Java programming language.
INTEGER
parameter as an int
in the Java programming language.
BIGINT
parameter
as a long
in the Java programming language.
BIGINT
parameter as a long
in the Java programming language.
ResultSet
object produced by this Statement
object.
ResultSet
object produced by this
Statement
object can contain.
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.
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.
Object
in the Java programming language.
i
and uses map
for the custom
mapping of the parameter value.
Object
in the Java
programming language.
i
and uses map
for the custom
mapping of the parameter value.
PreparedStatement
object's parameters.
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.
ResultSet
objects
generated by this Statement
object.
ResultSet
objects
generated by this Statement
object.
ResultSet
objects
generated by this Statement
object.
SMALLINT
parameter
as a short
in the Java programming language.
SMALLINT
parameter as a short
in the Java programming language.
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.
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.
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.
Connection
object's current
transaction isolation level.
Map
object associated with this
Connection
object.
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.
Connection
object.
Statement
object.
Connection
object has been
closed.
Connection
object is in read-only mode.
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.
ps
.
System.err
.
pw
.
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
object from the current
transaction.
Connection
object.
Savepoint
object
was set.
Array
object.
java.math.BigDecimal
value.
java.math.BigDecimal
value.
Blob
object.
boolean
value.
boolean
value.
byte
value.
byte
value.
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.
Clob
object.
String
, which
will be used by subsequent Statement
object
execute
methods.
java.sql.Date
value.
java.sql.Date
value,
using the given Calendar
object.
java.sql.Date
value.
java.sql.Date
value,
using the given Calendar
object.
double
value.
double
value.
ResultSet
objects created using this Statement
object.
float
value.
float
value.
ResultSet
objects
created using this Connection
object to the given
holdability.
int
value.
int
value.
long
value.
long
value.
ResultSet
column storing character or binary values to
the given number of bytes.
ResultSet
object can contain to the given number.
NULL
.
NULL
.
NULL
.
NULL
.
Statement
object to execute to the given number of seconds.
REF(<structured-type>)
value.
Savepoint
object that represents it.
Savepoint
object that represents it.
short
value.
short
value.
String
value.
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.
java.sql.Timestamp
returned from JDBC into
a java.util.Calendar
to be used by the class.
java.util.Calendar
from the CPO Bean into
a java.sql.Timestamp
to be stored by JDBC
java.util.Calendar
from the CPO Bean into
a java.sql.Timestamp
to be stored by JDBC
NULL
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |