|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Statement
object if both the DBMS and
driver support aborting an SQL statement.
Statement
object.
Connection
object.
Statement
object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
ResultSet
object's database and
JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
Statement
object for sending
SQL statements to the database.
Statement
object that will generate
ResultSet
objects with the given type and concurrency.
PreparedStatement
object
and returns the result set generated by the query.
PreparedStatement
object.
ARRAY
parameter as an
Array
object in the Java programming language.
ResultSet
object.
ResultSet
object.
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.
ResultSet
object.
ResultSet
object.
boolean
in the Java programming language.
String
value into a boolean
type.
byte
in the Java programming language.
BINARY
or VARBINARY
parameter as an array of byte
vlaures in the Java
programming language.
String
value into a Class
using Class.forName()
.
CLOB
parameter as a
Clob
object in the Java programming language.
ResultSet
object.
ResultSet
object.
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.
double
in the Java programming language.
Statement
object.
Statement
object.
float
in the Java programming language.
Float
.
int
in the Java programming language.
int
.
long
in the Java programming language.
long
.
i
and uses map
for the custom
mapping of the parameter value.
ProperyLoader
REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
short
in the Java programming language.
ResultSet
object.
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.
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.
CallableStatement
object for calling
database stored procedures.
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.
parameterIndex
to the JDBC type
sqlType
.
parameterIndex
to be of JDBC type
sqlType
.
Reader
object, which is the given number of characters long.
execute
methods.
Calendar
object.
Calendar
object.
Calendar
object.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |