Package | Description |
---|---|
oracle.javatools.db.sql |
Contains an API for declaratively parsing SQL queries (SELECT statements).
|
Modifier and Type | Class and Description |
---|---|
class |
WindowFunction
Subclass of Function for windowing functions (using the OVER syntax).
|
Modifier and Type | Method and Description |
---|---|
protected FromObjectUsage |
AbstractSQLQueryBuilder.findColumnInTableFunction(java.lang.String colName,
boolean external,
Function func,
FromObject from)
Finds a column in the given TABLE() function call.
|