Uses of Class
oracle.jdbc.diagnostics.OracleTraceKey
-
Packages that use OracleTraceKey Package Description oracle.jdbc.diagnostics -
-
Uses of OracleTraceKey in oracle.jdbc.diagnostics
Methods in oracle.jdbc.diagnostics that return OracleTraceKey Modifier and Type Method Description static OracleTraceKey
OracleTraceKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OracleTraceKey[]
OracleTraceKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.jdbc.diagnostics with parameters of type OracleTraceKey Modifier and Type Method Description ImmutableTraceAttributes
MutableTraceAttributes. toReadOnlyWithoutKey(OracleTraceKey key)
-