| Package | Description |
|---|---|
| oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc. |
| oracle.jdbc.diagnostics |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Vector<TraceKey> |
TraceKey.INDEX_TO_KEY |
static java.util.Vector<TraceKey> |
TraceKey.INDEX_TO_KEY |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Iterator<TraceKey> |
TraceKey.iterator() |
static java.util.Iterator<TraceKey> |
TraceKey.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TraceKey.register(TraceKey k) |
static void |
TraceKey.register(TraceKey k) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleTraceKey |
| Modifier and Type | Field and Description |
|---|---|
TraceKey |
TraceAttributes.Entry.key |
TraceKey |
TraceAttributes.Entry.key |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableTraceAttributes.set(TraceKey key,
java.lang.String value)
Modifies the trace attributes value corresponding to the key
and also,
If key is not OracleTraceKey.SQL then both cached attributes
are set to null.
|
void |
MutableTraceAttributes.set(TraceKey key,
java.lang.String value)
Modifies the trace attributes value corresponding to the key
and also,
If key is not OracleTraceKey.SQL then both cached attributes
are set to null.
|