| Package | Description | 
|---|---|
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SequenceUsage.Mode | 
SequenceUsage.getMode()
Get the mode representing which value is being selected from the sequence. 
 | 
static SequenceUsage.Mode | 
SequenceUsage.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SequenceUsage.Mode[] | 
SequenceUsage.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SequenceUsage.setMode(SequenceUsage.Mode mode)
Set the mode representing which value is being selected from the sequence. 
 |