Interface | Description |
---|---|
JdbcCallableStatementBackwardsCompat |
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcConnectionBackwardsCompat |
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcDatabaseMetaDataBackwardsCompat |
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcPreparedStatementBackwardsCompat |
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcResultSetBackwardsCompat |
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcStatementBackwardsCompat |
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
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.
|
Implementation of the JDBC API (package java.sql).
Copyright © 2020 JBoss by Red Hat. All rights reserved.