| Package | Description |
|---|---|
| org.h2.engine | |
| org.h2.message | |
| org.h2.store | |
| org.h2.util |
| Modifier and Type | Field and Description |
|---|---|
protected Trace |
DbObjectBase.trace
The trace module.
|
| Modifier and Type | Method and Description |
|---|---|
Trace |
SessionRemote.getTrace() |
Trace |
SessionInterface.getTrace()
Get the trace object
|
Trace |
Session.getTrace() |
Trace |
Database.getTrace(String module)
Get the trace object for the given module.
|
| Modifier and Type | Field and Description |
|---|---|
protected Trace |
TraceObject.trace
The trace module used by this object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Trace |
TraceObject.getTrace()
Get the trace object.
|
Trace |
TraceSystem.getTrace(String module)
Get or create a trace object for this module.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TraceObject.setTrace(Trace trace,
int type,
int id)
Set the options to use when writing trace message.
|
| Modifier and Type | Method and Description |
|---|---|
Trace |
PageStore.getTrace() |
| Modifier and Type | Method and Description |
|---|---|
Trace |
CacheWriter.getTrace()
Get the trace writer.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.