| 程序包 | 说明 |
|---|---|
| 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.util |
Internal utility classes.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Trace |
DbObject.trace
The trace module.
|
protected Trace |
DbObject.trace
The trace module.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Trace |
Session.getTrace()
Get the trace object
|
Trace |
SessionLocal.getTrace() |
Trace |
SessionRemote.getTrace() |
Trace |
SessionRemote.getTrace() |
Trace |
SessionLocal.getTrace() |
abstract Trace |
Session.getTrace()
Get the trace object
|
Trace |
Database.getTrace(int moduleId)
Get the trace object for the given module id.
|
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.
|
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(int moduleId)
Get or create a trace object for this module id.
|
Trace |
TraceSystem.getTrace(String module)
Create a trace object for this module.
|
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.
|
protected void |
TraceObject.setTrace(Trace trace,
int type,
int id)
Set the options to use when writing trace message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Trace |
CacheWriter.getTrace()
Get the trace writer.
|
Trace |
CacheWriter.getTrace()
Get the trace writer.
|
Copyright © 2022. All rights reserved.