|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.sql.compile.QueryTreeNode
org.apache.derby.impl.sql.compile.WindowNode
public abstract class WindowNode
Superclass of window definition and window reference.
| Field Summary | |
|---|---|
private java.lang.String |
windowName
The provided name of the window if explicitly defined in a window clause. |
| Fields inherited from class org.apache.derby.impl.sql.compile.QueryTreeNode |
|---|
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX, isPrivilegeCollectionRequired |
| Constructor Summary | |
|---|---|
WindowNode()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
void |
init(java.lang.Object arg1)
Initializer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String windowName
| Constructor Detail |
|---|
public WindowNode()
| Method Detail |
|---|
public void init(java.lang.Object arg1)
throws StandardException
init in interface Nodeinit in class QueryTreeNodearg1 - The window name
StandardExceptionpublic java.lang.String getName()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||