Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.jdbcx |
Implementation of the extended JDBC API (package javax.sql).
|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
Modifier and Type | Method and Description |
---|---|
TraceSystem |
Database.getTraceSystem() |
Modifier and Type | Method and Description |
---|---|
static TraceSystem |
JdbcDataSourceFactory.getTraceSystem()
INTERNAL
|
Constructor and Description |
---|
FileLock(TraceSystem traceSystem,
String fileName,
int sleep)
Create a new file locking object.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.