| Package | Description | 
|---|---|
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WindowFunction.NullPolicy | 
WindowFunction.getNullPolicy()  | 
static WindowFunction.NullPolicy | 
WindowFunction.NullPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static WindowFunction.NullPolicy[] | 
WindowFunction.NullPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WindowFunction.setNullPolicy(WindowFunction.NullPolicy nullPolicy)  |