|
|||||||||
| 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
org.apache.derby.impl.sql.compile.WindowReferenceNode
public final class WindowReferenceNode
Represents a reference to an explicitly defined window
| Field Summary |
|---|
| 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 | |
|---|---|
WindowReferenceNode()
|
|
| Method Summary | |
|---|---|
void |
init(java.lang.Object arg1)
Initializer |
java.lang.String |
toString()
Format this node as a string Each sub-class of QueryTreeNode should implement its own toString() method. |
| Methods inherited from class org.apache.derby.impl.sql.compile.WindowNode |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WindowReferenceNode()
| Method Detail |
|---|
public void init(java.lang.Object arg1)
throws StandardException
init in interface Nodeinit in class WindowNodearg1 - The window name referenced
StandardExceptionpublic java.lang.String toString()
QueryTreeNode
toString in class QueryTreeNode
|
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 | ||||||||