|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ResultSet
object.
PreparedStatement
object's batch of commands.
Statement
object.
PooledConnection
object.
RowSet
object.
Timestamp
object is
later than the given Timestamp
object.
ResultSet
object, just after the
last row.
getProcedures
.
getTables
in a SELECT
statement.
ARRAY
.ARRAY
.
NULL
values might not be allowed.
NULL
values are definitely allowed.
NULL
values are allowed is not
known.
BatchUpdateException
object
with the reason, SQLState, and update count initialized to
null
and the vendor code initialized to 0.
BatchUpdateException
initialized to
null
for the reason and SQLState and 0 for the
vendor code.
BatchUpdateException
initialized with
reason
, updateCounts
and null
for the SQLState and 0 for the vendorCode.
BatchUpdateException
initialized with
the given arguments (reason
,
SQLState
, and updateCounts
) and 0 for the vendor
code.
BatchUpdateException
object,
initializing it with the given values.
Timestamp
object is
earlier than the given Timestamp
object.
ResultSet
object, just before the
first row.
BIGINT
.
BINARY
.
BIT
.
BLOB
value.BLOB
.
BOOLEAN
.
Statement
object if both the DBMS and
driver support aborting an SQL statement.
ResultSet
object.
CHAR
.
DriverPropertyInfo.value
may be selected
from a particular set of values; otherwise null.
Statement
object's current list of
SQL commands.
RowSet
object's command.
Statement
object.
ResultSet
object.
Connection
object.
CLOB
type.CLOB
.
ResultSet
objects that
have previously been kept open should be closed when calling
getMoreResults
.
ResultSet
object
should be closed when calling getMoreResults
.
ResultSet
objects should be
closed when the method Connection.commit
is called.
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.
Connection
object's database and JDBC resources
immediately instead of waiting for them to be automatically released.
PooledConnection
object represents.
NULL
values.
NULL
values.
NULL
values.
NULL
values.
Connection
object.
ResultSet
object that may NOT be updated.
ResultSet
object that may be updated.
ConnectionEventListener
that
the application has called the method close
on its
representation of a pooled connection.
ConnectionEventListener
that
a fatal error has occurred and the pooled connection can
no longer be used.
Event
object that provides information about the
source of a connection-related event.ConnectionEvent
object initialized with
the given PooledConnection
object.
ConnectionEvent
object initialized with
the given PooledConnection
object and
SQLException
object.
PooledConnection
object.PooledConnection
objects.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.
RowSet
object's
cursor has moved.
DATALINK
.
DataSource
object represents.DataTruncation
object
with the SQLState initialized
to 01004, the reason set to "Data truncation", the
vendorCode set to the SQLException default, and
the other fields set to the given values.
DATE
value.DATE
.
Date(long date)
Date
object using the given milliseconds
time value.
DECIMAL
.
ResultSet
object
and from the underlying database.
ResultSet.rowDeleted
.
DriverManager
's list.
DISTINCT
.
getMaxRowSize
includes the SQL data types
LONGVARCHAR
and LONGVARBINARY
.
DOUBLE
.
DataSource
interface, new in the
JDBC 2.0 API, provides another way to connect to a data source.DriverPropertyInfo
object with a name and value;
other members default to their initial values.
Timestamp
object is
equal to the given object.
Timestamp
object is
equal to the given Timestamp
object.
PreparedStatement
object,
which may be any kind of SQL statement.
RowSet
object with data.
PreparedStatement
object
and returns the ResultSet
object generated by the query.
ResultSet
object.
PreparedStatement
object,
which must be an SQL INSERT
, UPDATE
or
DELETE
statement; 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.
ResultSet
column name to its
ResultSet
column index.
ResultSet
object.
FLOAT
.
ARRAY
value designated
by this
Array
object in the form of an array in the Java
programming language.
ResultSet
object as an Array
object
in the Java programming language.
ARRAY
parameter as an
Array
object in the Java programming language.
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.
ResultSet
object as an Array
object
in the Java programming language.
ARRAY
parameter as an
Array
object in the Java programming language.
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.
Struct
object represents.
Struct
object represents.
Connection
object.
Array
object.
Ref
object references.
Array
object.
ResultSet
object as a
java.math.BigDecimal
with full precision.
NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to the
right of the decimal point as the value contains.
getBigDecimal(int parameterIndex)
or getBigDecimal(String parameterName)
ResultSet
object as a
java.math.BigDecimal
with full precision.
NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to the
right of the decimal point as the value contains.
BLOB
value designated by this
Blob
instance as a stream.
ResultSet
object as a binary stream of
uninterpreted bytes.
ResultSet
object as a stream of uninterpreted
byte
s.
ResultSet
object 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.
BLOB
parameter as a
Blob
object in the Java programming language.
ResultSet
object as
a boolean
in the Java programming language.
BIT
parameter as a
boolean
in the Java programming language.
ResultSet
object as
a boolean
in the Java programming language.
BIT
parameter as a
boolean
in the Java programming language.
ResultSet
object 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.
TINYINT
parameter as a byte
in the Java programming language.
ResultSet
object as
a byte
array in the Java programming language.
BINARY
or
VARBINARY
parameter as an array of byte
values in the Java programming language.
BLOB
value that this Blob
object represents, as an array of
bytes.
ResultSet
object as
a byte
array 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.
String
that this database uses as the
separator between a catalog and table name.
CLOB
value designated by this Clob
object as a java.io.Reader
object (or as a stream of
characters).
ResultSet
object as a
java.io.Reader
object.
ResultSet
object as a
java.io.Reader
object.
ResultSet
object as a 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.
CLOB
parameter as a
Clob
object in the Java programming language.
ResultSet.getObject
is called to retrieve a value
from the column.
ResultSet
object.
RowSet
object's command property.
ResultSet
object.
Connection
object
that produced this Statement
object.
Connection
object that was passed to this
RowSet
object.
PooledConnection
object represents.
DataSource
object represents.
DataSource
object represents.
ResultSet
object.
RowSet
object.
ResultSet
object as
a java.sql.Date
object in the Java programming language.
DATE
parameter as a
java.sql.Date
object.
ResultSet
object as a java.sql.Date
object
in the Java programming language.
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.
DATE
parameter as a
java.sql.Date
object.
ResultSet
object as a java.sql.Date
object
in the Java programming language.
DATE
parameter as a
java.sql.Date
object, using
the given Calendar
object
to construct the date.
ResultSet
object 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.
DOUBLE
parameter as a double
in the Java programming language.
String
.
SQLException
object.
RowSet
object.
Statement
object.
ResultSet
object.
ResultSet
objects
generated from this Statement
object.
ResultSet
object.
ResultSet
object 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.
FLOAT
parameter as a float
in the Java programming language.
Statement
object.
ResultSet
objects
created using this Connection
object.
ResultSet
object 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.
INTEGER
parameter as an int
in the Java programming language.
ConnectionPoolDataSource
object will wait
while attempting to connect to a database.
XADataSource
object.
DataSource
object.
ConnectionPoolDataSource
object.
ResultSet
object 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.
BIGINT
parameter 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 can contain.
RowSet
object can contain.
SELECT
statement.
ResultSet
object's columns.
ResultSetMetaData
object that contains
information about the columns of the ResultSet
object
that will be returned when this PreparedStatement
object
is executed.
DatabaseMetaData
object that contains
metadata about the database to which this
Connection
object represents a connection.
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.
Timestamp
object's nanos
value.
SQLException
object.
SQLWarning
object.
Ref
object.
ResultSet
object as
an Object
in the Java programming language.
Object
in the Java programming language.
ResultSet
object as an Object
in the Java programming language.
i
and uses map
for the custom
mapping of the parameter value.
ResultSet
object as
an Object
in the Java programming language.
Object
in the Java
programming language.
ResultSet
object as an Object
in the Java programming language.
i
and uses map
for the custom
mapping of the parameter value.
ResultSet
object containing the original
value of this RowSet
object.
ResultSet
object containing the original value
of the current row only.
PreparedStatement.setObject
.
PreparedStatement
object for which this ParameterMetaData
object contains
information.
PreparedStatement
object's parameters.
RowSet
object's command.
Statement
object to execute.
ResultSet
object 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.
REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
ResultSet
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.
ResultSet
objects
generated by this Statement
object.
ResultSet
objects
generated by this Statement
object.
ResultSet
object.
ResultSet
objects
generated by this Statement
object.
Savepoint
object represents.
Savepoint
object represents.
ResultSet
object 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.
SMALLINT
parameter as a short
in the Java programming language.
SQLException
for this
ConnectionEvent
object.
SQLException
object.
SQLException.getSQLState
is X/Open (now known as Open Group) SQL CLI or SQL99.
Struct
object represents.
Statement
object that produced this
ResultSet
object.
ResultSet
object 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.
CHAR
, VARCHAR
,
or LONGVARCHAR
parameter as a String
in
the Java programming language.
CLOB
value
designated by this Clob
object.
Timestamp
object.
ResultSet
object as
a java.sql.Time
object in the Java programming language.
TIME
parameter as a
java.sql.Time
object.
ResultSet
object as a java.sql.Time
object
in the Java programming language.
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.
TIME
parameter as a
java.sql.Time
object.
ResultSet
object as a java.sql.Time
object
in the Java programming language.
TIME
parameter as a
java.sql.Time
object, using
the given Calendar
object
to construct the time.
ResultSet
object as
a java.sql.Timestamp
object in the Java programming language.
TIMESTAMP
parameter as a
java.sql.Timestamp
object.
ResultSet
object as a java.sql.Timestamp
object
in the Java programming language.
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.
TIMESTAMP
parameter as a
java.sql.Timestamp
object.
ResultSet
object as a java.sql.Timestamp
object
in the Java programming language.
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.
RowSet
object.
ResultSet
object.
Map
object associated with this
Connection
object.
Map
object associated with this
RowSet
object, which specifies the custom mapping
of SQL user-defined types, if any.
getCharacterStream
in place of
getUnicodeStream
getCharacterStream
instead
ResultSet
object or there are no more results, -1
is returned.
RowSet
object will use to
create a connection if it uses the DriverManager
instead of a DataSource
object to establish the connection.
ResultSet
object as a java.net.URL
object in the Java programming language.
DATALINK
parameter as a
java.net.URL
object.
ResultSet
object as a java.net.URL
object in the Java programming language.
DATALINK
parameter as a
java.net.URL
object.
RowSet
object.
Statement
object.
ResultSet
object.
Connection
object.
XAResource
object that
the transaction manager will use
to manage this XAConnection
object's participation in a
distributed transaction.
ResultSet
objects should not
be closed when the method Connection.commit
is called.
UPDATE_RULE
,
indicates that
when the primary key is updated, the foreign key (imported key)
is changed to agree with it.
UPDATE_RULE
and DELETE_RULE
, indicates that
if the primary key has been imported, it cannot be updated or deleted.
UPDATE_RULE
, indicates that
a primary key may not be updated if it has been imported by
another table as a foreign key.
UPDATE_RULE
and DELETE_RULE
, indicates that
if the primary key is updated or deleted, the foreign key (imported key)
is set to the default value.
UPDATE_RULE
and DELETE_RULE
, indicates that
when the primary key is updated or deleted, the foreign key (imported key)
is changed to NULL
.
ResultSet
object and into the database.
ResultSet.rowInserted
.
INTEGER
.
ResultSet
object.
ResultSet
object.
Connection
object has been
closed.
ResultSet
object.
ResultSet
object.
Connection
object is in read-only mode.
RowSet
object is read-only.
JAVA_OBJECT
.
ResultSet
object
should not be closed when calling getMoreResults
.
ResultSet
object.
CLOB
value
designated by this Clob
object.
BLOB
value
designated by this Blob
object.
LONGVARBINARY
.
LONGVARCHAR
.
NULL
.
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.
NUMERIC
.
getObject
and setObject
.
ResultSet
object,
the result set's own updates are visible.
PreparedStatement
object.NULL
values.
NULL
values.
BLOB
value
designated by this Blob
object at which
pattern
begins.
pattern
begins within the BLOB
value that this Blob
object represents.
Clob
object searchstr
appears in this
Clob
object.
searchstr
appears in the SQL CLOB
value
represented by 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 has
the capability to retrieve auto-generated keys.
PreparedStatement
object capable
of returning the auto-generated keys designated by the given array.
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 capable
of returning the auto-generated keys designated by the given array.
ResultSet
object.
NULL
values are not allowed.
NULL
values are allowed.
NULL
values are allowed
is unknown.
ARRAY
value from the stream and returns it as an
Array
object in the Java programming language.
java.math.BigDecimal
object in the Java programming language.
BLOB
value from the stream and returns it as a
Blob
object in the Java programming language.
boolean
in the Java programming language.
byte
in the Java programming language.
CLOB
value from the stream and returns it as a
Clob
object in the Java programming language.
RowSet
object.
java.sql.Date
object.
double
in the Java programming language.
float
in the Java programming language.
int
in the Java programming language.
long
in the Java programming language.
Object
in the Java programming language.
REF
value from the stream and returns it as a
Ref
object in the Java programming language.
short
in the Java programming language.
String
in the Java programming language.
java.sql.Time
object.
java.sql.Timestamp
object.
DATALINK
value from the stream and returns it as a
java.net.URL
object in the Java programming language.
REAL
.
REF
value, which is a reference to an SQL structured type value in the database.REF
.
DriverManager
.
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.
PooledConnection
object.
RowSet
object.
required
field is true
if a value must be
supplied for this property
during Driver.connect
and false
otherwise.
ResultSet
object.Connection
object.
Savepoint
object
was set.
RowSet
object
has had a change in one of its rows.
RowSet
object
in the given RowSetEvent
object has changed its entire contents.
Event
object generated when an event occurs to a
RowSet
object.RowSetEvent
object initialized with the
given RowSet
object.
RowSet
object implements in order to
present itself to a RowSetReader
or RowSetWriter
object.RowSet
object.RowSet
object.RowSet
object calls on
to populate itself with rows of data.RowSetWriter
interface,
called a writer.Connection.rollback
method.Array
object.
RowSet
object's command
with the given Array
value.
RowSet
object's command
to the given java.io.InputStream
value.
CLOB
value that this Clob
object represents,
starting at position pos
.
java.math.BigDecimal
value.
RowSet
object's command
to the given java.math.BigDeciaml
value.
java.math.BigDecimal
value.
RowSet
object's command
to the given java.io.InputStream
value.
BLOB
value that this Blob
object represents.
Blob
object.
RowSet
object's command
with the given Blob
value.
boolean
value.
RowSet
object's command
to the given Java boolean
value.
boolean
value.
byte
value.
RowSet
object's command
to the given Java byte
value.
byte
value.
RowSet
object's command
to the given Java array of byte
values.
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.
String
.
Reader
object, which is the given number of characters long.
RowSet
object's command
to the given java.io.Reader
value.
CLOB
value that this Clob
object
represents, at position pos
.
Reader
object, which is the given number of characters long.
Clob
object.
RowSet
object's command
with the given Clob
value.
RowSet
object to
the given number.
int
.
String
.
String
.
String
.
RowSet
object's command property to the given
SQL query.
RowSet
object to the given
concurrency level.
String
, which
will be used by subsequent Statement
object
execute
methods.
RowSet
object to the
given String
.
java.sql.Date
value.
RowSet
object's command
to the given java.sql.Date
value.
java.sql.Date
value,
using the given Calendar
object.
RowSet
object's command
with the given java.sql.Date
value.
java.sql.Date
value.
java.sql.Date
value,
using the given Calendar
object.
double
value.
RowSet
object's command
to the given Java double
value.
double
value.
RowSet
object on or
off.
ResultSet
objects created using this Statement
object.
ResultSet
object will be processed.
ResultSet
object.
float
value.
RowSet
object's command
to the given Java float
value.
float
value.
ResultSet
objects
created using this Connection
object to the given
holdability.
int
value.
RowSet
object's command
to the given Java int
value.
int
value.
ConnectionPoolDataSource
object will wait
while attempting to connect to a database.
PrintWriter
object
that is used by the DriverManager
and all drivers.
XADataSource
object
to the given java.io.PrintWriter
object.
DataSource
object to the given java.io.PrintWriter
object.
ConnectionPoolDataSource
object to the given java.io.PrintWriter
object.
long
value.
RowSet
object's command
to the given Java 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.
RowSet
object can contain to the specified number.
RowSetMetaData
object as the
RowSetMetaData
object for this RowSet
object.
Timestamp
object's nanos
field
to the given value.
SQLException
object to the end of the chain.
SQLWarning
object to the end of the chain.
NULL
.
RowSet
object's SQL
command to SQL NULL
.
NULL
.
RowSet
object's SQL
command to SQL NULL
.
NULL
.
NULL
.
NULL
.
RowSet
object's command
with a Java Object
.
RowSet
object's command
with a Java Object
.
RowSet
object's command
with the given Java Object
.
Ref
object references to the given instance of Object
.
RowSet
object to
the given String
.
int
.
Statement
object to execute to the given number of seconds.
RowSet
object is read-only to the
given boolean
.
REF(<structured-type>)
value.
RowSet
object's command
with the given Ref
value.
Savepoint
object that represents it.
Savepoint
object that represents it.
int
.
String
.
short
value.
RowSet
object's command
to the given Java short
value.
short
value.
String
value.
RowSet
object's command
to the given Java 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
value.
String
.
java.sql.Time
value.
RowSet
object's command
to the given java.sql.Time
value.
java.sql.Time
value,
using the given Calendar
object.
RowSet
object's command
with the given java.sql.Time
value.
Timestamp
object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
Time
object using a milliseconds time value.
Date
object
using the given milliseconds time value.
java.sql.Time
value.
java.sql.Time
value,
using the given Calendar
object.
java.sql.Timestamp
value.
RowSet
object's command
to the given java.sql.Timestamp
value.
java.sql.Timestamp
value,
using the given Calendar
object.
RowSet
object's command
with the given java.sql.Timestamp
value.
java.sql.Timestamp
value.
java.sql.Timestamp
value,
using the given Calendar
object.
Connection
object to the one given.
RowSet
obejct.
RowSet
object to the given type.
TypeMap
object as the type map for
this Connection
object.
java.util.Map
object as the default
type map for this RowSet
object.
java.net.URL
value.
RowSet
object will use when it uses the
DriverManager
to create a connection.
java.net.URL
object.
RowSet
object to the
given String
.
SMALLINT
.
SQLException
object;
the reason
field defaults to null,
the SQLState
field defaults to null
, and
the vendorCode
field defaults to 0.
SQLException
object with a reason;
the SQLState
field defaults to null
, and
the vendorCode
field defaults to 0.
SQLException
object with the given reason and
SQLState; the vendorCode
field defaults to 0.
SQLException
object.
SecurityManager
will check
when code that is running in an applet calls the
DriverManager.setLogWriter
method or the
DriverManager.setLogStream
(deprecated) method.SQLPermission
object with the specified name.
SQLPermission
object with the specified name.
SQLWarning
object.
SQLWarning
object
with the given value for a reason; SQLstate defaults to
null
, and vendorCode defaults to 0.
SQLWarning
object
with the given reason and SQLState;
the vendorCode defaults to 0.
SQLWarning
object
initialized with the given values.
STRUCT
.
ALTER TABLE
with add column.
ALTER TABLE
with drop column.
CONVERT
function between SQL types.
CONVERT
for two given SQL types.
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
statements.
UNION
.
UNION ALL
.
java.util.Date
class that allows the JDBC
API to identify this as an SQL TIME
value.TIME
.
Time
object using a milliseconds time value.
java.util.Date
that allows
the JDBC API to identify this as an SQL TIMESTAMP
value.TIMESTAMP
.
Timestamp(long millis)
Timestamp
object
using a milliseconds time value.
TINYINT
.
CLOB
value that this Clob
designates to have a length of len
characters.
BLOB
value that this Blob
object represents to be len
bytes in length.
ResultSet
object
whose cursor may move only forward.
ResultSet
object
that is scrollable but generally not sensitive to changes made by others.
ResultSet
object
that is scrollable and generally sensitive to changes made by others.
NULL
value is NOT allowed for this
data type.
NULL
value is allowed for this
data type.
NULL
value
is allowed for this data type.
WHERE
search clauses
except WHERE .
- typePredChar -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the only
WHERE
search clause that can
be based on this type is WHERE .
- typePredNone -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that
WHERE
search clauses are not supported
for this type.
- Types - class java.sql.Types.
- The class that defines the constants that are used to identify generic
SQL types, called JDBC types.
- typeSearchable -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that all
WHERE
search clauses can be
based on this type.
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.
java.sql.Date
value.
java.sql.Date
value.
double
value.
double
value.
float
value.
float
value.
int
value.
int
value.
long
value.
long
value.
null
value.
Object
value.
Object
value.
Object
value.
Object
value.
java.sql.Ref
value.
java.sql.Ref
value.
ResultSet
object.
ResultSet.rowUpdated
.
short
value.
short
value.
String
value.
String
value.
java.sql.Time
value.
java.sql.Time
value.
java.sql.Timestamp
value.
java.sql.Timestamp
value.
value
field specifies the current value of
the property, based on a combination of the information
supplied to the method getPropertyInfo
, the
Java environment, and the driver-supplied default values.
String
object in JDBC timestamp escape format to a
Timestamp
value.
Time
value.
Date
value.
VARBINARY
.
VARCHAR
.
NULL
.
NULL
.
NULL
.
ARRAY
value to the stream.
BLOB
value to the stream.
CLOB
value to the stream.
RowSetWriter
object's
rowset back to the data source from which it got its data.
SQLData
object.
REF
value to the stream.
String
in the Java programming language.
DATALINK
value to the stream.
XAConnection
objects that is used internally.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |