|
|||||||||
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 class WindowNode
arg1
- The window name referenced
StandardException
public java.lang.String toString()
QueryTreeNode
toString
in class QueryTreeNode
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |