|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trace | |
|---|---|
| org.h2.command | This package contains the parser and the base classes for prepared SQL statements. |
| 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. |
| Uses of Trace in org.h2.command |
|---|
| Fields in org.h2.command declared as Trace | |
|---|---|
protected Trace |
Command.trace
The trace module. |
| Uses of Trace in org.h2.engine |
|---|
| Fields in org.h2.engine declared as Trace | |
|---|---|
protected Trace |
DbObjectBase.trace
The trace module. |
| Methods in org.h2.engine that return Trace | |
|---|---|
Trace |
Database.getTrace()
|
Trace |
Session.getTrace()
|
Trace |
SessionInterface.getTrace()
Get the trace object |
Trace |
SessionRemote.getTrace()
|
Trace |
Database.getTrace(java.lang.String module)
Get the trace object for the given module. |
| Uses of Trace in org.h2.message |
|---|
| Methods in org.h2.message that return Trace | |
|---|---|
protected Trace |
TraceObject.getTrace()
Get the trace object. |
Trace |
TraceSystem.getTrace(java.lang.String module)
Get or create a trace object for this module. |
| Methods in org.h2.message with parameters of type Trace | |
|---|---|
protected void |
TraceObject.setTrace(Trace trace)
Update the trace object. |
protected void |
TraceObject.setTrace(Trace trace,
int type,
int id)
Set the options to use when writing trace message. |
| Uses of Trace in org.h2.store |
|---|
| Methods in org.h2.store that return Trace | |
|---|---|
Trace |
PageStore.getTrace()
|
| Uses of Trace in org.h2.util |
|---|
| Methods in org.h2.util that return Trace | |
|---|---|
Trace |
CacheWriter.getTrace()
Get the trace writer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||