Uses of Class
org.h2.message.Trace
Packages that use Trace
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
Implementation of the JDBC API (package java.sql).
Implementation of the extended JDBC API (package javax.sql).
Trace (logging facility) and error message tool.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
Internal utility classes.
-
Uses of Trace in org.h2.command
Fields in org.h2.command declared as Trace -
Uses of Trace in org.h2.engine
Fields in org.h2.engine declared as TraceModifier and TypeFieldDescriptionprivate final TraceDatabase.traceprotected TraceDbObject.traceThe trace module.private final TraceDelayedDatabaseCloser.traceprivate TraceSessionLocal.traceprivate TraceSessionRemote.traceMethods in org.h2.engine that return Trace -
Uses of Trace in org.h2.jdbc
Constructors in org.h2.jdbc with parameters of type TraceModifierConstructorDescription(package private)JdbcDatabaseMetaData(JdbcConnection conn, Trace trace, int id) (package private)JdbcParameterMetaData(Trace trace, JdbcPreparedStatement prep, CommandInterface command, int id) (package private)JdbcResultSetMetaData(JdbcResultSet rs, JdbcPreparedStatement prep, ResultInterface result, String catalog, Trace trace, int id) (package private)JdbcSavepoint(JdbcConnection conn, int savepointId, String name, Trace trace, int id) -
Uses of Trace in org.h2.jdbcx
Fields in org.h2.jdbcx declared as TraceMethods in org.h2.jdbcx that return Trace -
Uses of Trace in org.h2.message
Fields in org.h2.message declared as TraceModifier and TypeFieldDescriptionprotected TraceTraceObject.traceThe trace module used by this object.Fields in org.h2.message with type parameters of type TraceMethods in org.h2.message that return TraceModifier and TypeMethodDescriptionTraceSystem.getTrace(int moduleId) Get or create a trace object for this module id.Create a trace object for this module.Methods in org.h2.message with parameters of type Trace -
Uses of Trace in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as Trace -
Uses of Trace in org.h2.result
Fields in org.h2.result declared as Trace -
Uses of Trace in org.h2.store
Fields in org.h2.store declared as Trace -
Uses of Trace in org.h2.util
Methods in org.h2.util that return Trace