|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
PreparedStatement
object's batch of commands.
DriverManager's list.
PreparedStatement
object, which may be any kind of SQL statement.
PreparedStatement object
and returns the ResultSet object generated by the query.
PreparedStatement
object, which must be an SQL INSERT,UPDATE
or DELETE statement; or an SQL statement that returns
nothing, such as a DDL statement.
ResultSetMetaData object that contains
information about the columns of the ResultSet object that
will be returned when this PreparedStatement object is
executed.
PreparedStatement object's parameters.
getCharacterStream instead
DriverManager.
Array object.
java.math.BigDecimal value.
Blob object.
boolean
value.
byte
value.
Reader object,
which is the given number of characters long.
Clob object.
java.sql.Date
value.
java.sql.Date
value, using the given Calendar object.
double
value.
float
value.
int value.
PrintWriter object that is used
by the DriverManager and all drivers.
long
value.
NULL.
NULL.
REF(<structured-type>) value.
short
value.
String
value.
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.net.URL
value.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||