Package oracle.jdbc
Interface TraceKey
public interface TraceKey
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NEXT_INDEX
-
INDEX_TO_KEY
-
-
Method Details
-
nextIndex
static int nextIndex() -
maxIndex
static int maxIndex() -
register
-
iterator
-
index
int index()Return a unique invariant int for each object that implements this interface. No two objects implementing this interface can return the same value. Further the values should be compact, that is the returned value must be the least value such that at the time the object is created no other object has that value. Best practice is to set the index to the result ofnextIndex().- Returns:
- a unique invariant index
-
keyName
String keyName() -
namespace
-
propertyName
-
xmlAttributeName
-