|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraceObject | |
---|---|
org.h2.jdbc | Implementation of the JDBC API (package java.sql). |
org.h2.jdbcx | Implementation of the extended JDBC API (package javax.sql). |
Uses of TraceObject in org.h2.jdbc |
---|
Subclasses of TraceObject in org.h2.jdbc | |
---|---|
class |
JdbcArray
Represents an ARRAY value. |
class |
JdbcBlob
Represents a BLOB value. |
class |
JdbcCallableStatement
Represents a callable statement. |
class |
JdbcClob
Represents a CLOB value. |
class |
JdbcConnection
Represents a connection (session) to a database. |
class |
JdbcDatabaseMetaData
Represents the meta data for a database. |
class |
JdbcParameterMetaData
Information about the parameters of a prepared statement. |
class |
JdbcPreparedStatement
Represents a prepared statement. |
class |
JdbcResultSet
Represents a result set. |
class |
JdbcResultSetMetaData
Represents the meta data for a ResultSet. |
class |
JdbcSavepoint
A savepoint is a point inside a transaction to where a transaction can be rolled back. |
class |
JdbcStatement
Represents a statement. |
Uses of TraceObject in org.h2.jdbcx |
---|
Subclasses of TraceObject in org.h2.jdbcx | |
---|---|
class |
JdbcDataSource
A data source for H2 database connections. |
class |
JdbcXAConnection
This class provides support for distributed transactions. |
class |
JdbcXid
An object of this class represents a transaction id. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |