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_KEYMethods 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 voidTraceKey. register(TraceKey k) -
Uses of TraceKey in oracle.jdbc.diagnostics
Classes in oracle.jdbc.diagnostics that implement TraceKey Modifier and Type Class Description classOracleTraceKeyFields in oracle.jdbc.diagnostics declared as TraceKey Modifier and Type Field Description TraceKeyTraceAttributes.Entry. keyMethods in oracle.jdbc.diagnostics with parameters of type TraceKey Modifier and Type Method Description voidMutableTraceAttributes. 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.
-