Class | Description |
---|---|
JdbcArray |
Represents an ARRAY value.
|
JdbcBlob |
Represents a BLOB value.
|
JdbcCallableStatement |
Represents a callable statement.
|
JdbcClob |
Represents a CLOB value.
|
JdbcConnection |
Represents a connection (session) to a database.
|
JdbcDatabaseMetaData |
Represents the meta data for a database.
|
JdbcParameterMetaData |
Information about the parameters of a prepared statement.
|
JdbcPreparedStatement |
Represents a prepared statement.
|
JdbcResultSet |
Represents a result set.
|
JdbcResultSetMetaData |
Represents the meta data for a ResultSet.
|
JdbcSavepoint |
A savepoint is a point inside a transaction to where a transaction can be
rolled back.
|
JdbcStatement |
Represents a statement.
|
Exception | Description |
---|---|
JdbcBatchUpdateException |
Represents a batch update database exception.
|
JdbcSQLException |
Represents a database exception.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.