Uses of Class
org.h2.message.TraceObject
Packages that use TraceObject
Package
Description
Implementation of the JDBC API (package java.sql).
Implementation of the extended JDBC API (package javax.sql).
Data type and value implementations.
-
Uses of TraceObject in org.h2.jdbc
Subclasses of TraceObject in org.h2.jdbcModifier and TypeClassDescriptionfinal classRepresents an ARRAY value.final classRepresents a BLOB value.final classRepresents a callable statement.final classRepresents a CLOB value.classRepresents a connection (session) to a database.final classRepresents the meta data for a database.classRepresents a large object value.final classInformation about the parameters of a prepared statement.classRepresents a prepared statement.final classRepresents a result set.final classRepresents the meta data for a ResultSet.final classA savepoint is a point inside a transaction to where a transaction can be rolled back.final classRepresents a SQLXML value.classRepresents a statement. -
Uses of TraceObject in org.h2.jdbcx
Subclasses of TraceObject in org.h2.jdbcxModifier and TypeClassDescriptionfinal classA data source for H2 database connections.final classThis class provides support for distributed transactions.(package private) final classA pooled connection.final classAn object of this class represents a transaction id. -
Uses of TraceObject in org.h2.value
Subclasses of TraceObject in org.h2.valueModifier and TypeClassDescriptionfinal classData type conversion methods between values and Java objects.final classData type conversion methods between values and Java objects to use on the server side on H2 only.