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 class
Represents an ARRAY value.final class
Represents a BLOB value.final class
Represents a callable statement.final class
Represents a CLOB value.class
Represents a connection (session) to a database.final class
Represents the meta data for a database.class
Represents a large object value.final class
Information about the parameters of a prepared statement.class
Represents a prepared statement.final class
Represents a result set.final class
Represents the meta data for a ResultSet.final class
A savepoint is a point inside a transaction to where a transaction can be rolled back.final class
Represents a SQLXML value.class
Represents a statement. -
Uses of TraceObject in org.h2.jdbcx
Subclasses of TraceObject in org.h2.jdbcxModifier and TypeClassDescriptionfinal class
A data source for H2 database connections.final class
This class provides support for distributed transactions.(package private) final class
A pooled connection.final class
An object of this class represents a transaction id. -
Uses of TraceObject in org.h2.value
Subclasses of TraceObject in org.h2.valueModifier and TypeClassDescriptionfinal class
Data type conversion methods between values and Java objects.final class
Data type conversion methods between values and Java objects to use on the server side on H2 only.