public class SequenceStats
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
int |
getCacheSize() |
The number of values that will be cached in this handle.
|
long |
getCurrent() |
The current value of the sequence in the database.
|
int |
getFlags() |
The flags value for the sequence.
|
long |
getLastValue() |
The last cached value of the sequence.
|
long |
getMax() |
The maximum permitted value of the sequence.
|
long |
getMin() |
The minimum permitted value of the sequence.
|
long |
getNowait() |
The number of times that a thread of control was able to obtain handle
mutex without waiting.
|
long |
getValue() |
The current cached value of the sequence.
|
long |
getWait() |
The number of times a thread of control was forced to wait on the
handle mutex.
|
java.lang.String |
toString() |
public long getWait()
public long getNowait()
public long getCurrent()
public long getValue()
public long getLastValue()
public long getMin()
public long getMax()
public int getCacheSize()
public int getFlags()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.