Uses of Interface
oracle.jdbc.TraceKey
-
Packages that use TraceKey Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
.oracle.jdbc.diagnostics -
-
Uses of TraceKey in oracle.jdbc
Fields in oracle.jdbc with type parameters of type TraceKey Modifier and Type Field Description static java.util.Vector<TraceKey>
TraceKey. INDEX_TO_KEY
Methods in oracle.jdbc that return types with arguments of type TraceKey Modifier and Type Method Description static java.util.Iterator<TraceKey>
TraceKey. iterator()
Methods in oracle.jdbc with parameters of type TraceKey Modifier and Type Method Description static void
TraceKey. register(TraceKey k)
-
Uses of TraceKey in oracle.jdbc.diagnostics
Classes in oracle.jdbc.diagnostics that implement TraceKey Modifier and Type Class Description class
OracleTraceKey
Fields in oracle.jdbc.diagnostics declared as TraceKey Modifier and Type Field Description TraceKey
TraceAttributes.Entry. key
Methods in oracle.jdbc.diagnostics with parameters of type TraceKey Modifier and Type Method 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.
-