| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that
don't fit in another sub-package.
|
| org.h2.message |
Trace (logging facility) and error message tool.
|
| 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.
|
| org.h2.util |
Internal utility classes.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Trace |
DbObjectBase.trace
The trace module.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Trace |
SessionRemote.getTrace() |
Trace |
SessionInterface.getTrace()
Get the trace object
|
Trace |
Session.getTrace() |
Trace |
Database.getTrace(int moduleId)
Get the trace object for the given module id.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Trace |
TraceObject.trace
The trace module used by this object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Trace |
TraceSystem.getTrace(int moduleId)
Get or create a trace object for this module id.
|
Trace |
TraceSystem.getTrace(String module)
Create a trace object for this module.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
TraceObject.setTrace(Trace trace,
int type,
int id)
Set the options to use when writing trace message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Trace |
PageStore.getTrace() |
| 限定符和类型 | 方法和说明 |
|---|---|
Trace |
CacheWriter.getTrace()
Get the trace writer.
|
Copyright © 2017. All rights reserved.