Uses of Class
org.h2.message.TraceSystem
Packages that use TraceSystem
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Implementation of the extended JDBC API (package javax.sql).
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
-
Uses of TraceSystem in org.h2.engine
Fields in org.h2.engine declared as TraceSystemModifier and TypeFieldDescriptionprivate final TraceSystem
Database.traceSystem
private TraceSystem
SessionRemote.traceSystem
Methods in org.h2.engine that return TraceSystem -
Uses of TraceSystem in org.h2.jdbcx
Fields in org.h2.jdbcx declared as TraceSystemModifier and TypeFieldDescriptionprivate static final TraceSystem
JdbcDataSourceFactory.traceSystem
Methods in org.h2.jdbcx that return TraceSystemModifier and TypeMethodDescriptionstatic TraceSystem
JdbcDataSourceFactory.getTraceSystem()
INTERNAL -
Uses of TraceSystem in org.h2.store
Constructors in org.h2.store with parameters of type TraceSystemModifierConstructorDescriptionFileLock
(TraceSystem traceSystem, String fileName, int sleep) Create a new file locking object.