public static class WindowFunction.WindowFunctionBound extends AbstractSQLFragment
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportCOMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, NEWLINE, SPACE| Constructor and Description | 
|---|
WindowFunction.WindowFunctionBound()  | 
| Modifier and Type | Method and Description | 
|---|---|
SQLFragment[] | 
getBoundExpr()  | 
WindowFunction.BoundType | 
getBoundType()  | 
java.lang.String | 
getSQLText()
Return the SQL for this fragment. 
 | 
void | 
setBoundExpr(SQLFragment[] boundExpr)  | 
void | 
setBoundType(WindowFunction.BoundType boundType)  | 
appendToBuffer, argsToString, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toStringsetParentcheckInit, checkInit, copyToImpl, equalsImpl, fireObjectUpdated, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParent, setParentaddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertypublic void setBoundExpr(SQLFragment[] boundExpr)
public SQLFragment[] getBoundExpr()
public void setBoundType(WindowFunction.BoundType boundType)
public WindowFunction.BoundType getBoundType()
public java.lang.String getSQLText()
SQLFragment