Uses of Class
org.h2.message.TraceObject
-
Packages that use TraceObject Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.jdbcx Implementation of the extended JDBC API (package javax.sql).org.h2.value Data type and value implementations. -
-
Uses of TraceObject in org.h2.jdbc
Subclasses of TraceObject in org.h2.jdbc Modifier and Type Class Description classJdbcArrayRepresents an ARRAY value.classJdbcBlobRepresents a BLOB value.classJdbcCallableStatementRepresents a callable statement.classJdbcClobRepresents a CLOB value.classJdbcConnectionRepresents a connection (session) to a database.classJdbcDatabaseMetaDataRepresents the meta data for a database.classJdbcLobRepresents a large object value.classJdbcParameterMetaDataInformation about the parameters of a prepared statement.classJdbcPreparedStatementRepresents a prepared statement.classJdbcResultSetRepresents a result set.classJdbcResultSetMetaDataRepresents the meta data for a ResultSet.classJdbcSavepointA savepoint is a point inside a transaction to where a transaction can be rolled back.classJdbcSQLXMLRepresents a SQLXML value.classJdbcStatementRepresents a statement. -
Uses of TraceObject in org.h2.jdbcx
Subclasses of TraceObject in org.h2.jdbcx Modifier and Type Class Description classJdbcDataSourceA data source for H2 database connections.classJdbcXAConnectionThis class provides support for distributed transactions.(package private) classJdbcXAConnection.PooledJdbcConnectionA pooled connection.classJdbcXidAn object of this class represents a transaction id. -
Uses of TraceObject in org.h2.value
Subclasses of TraceObject in org.h2.value Modifier and Type Class Description classValueToObjectConverterData type conversion methods between values and Java objects.classValueToObjectConverter2Data type conversion methods between values and Java objects to use on the server side on H2 only.
-