public static class CaseStatement.WhenThen extends AbstractSQLFragment
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportCOMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, NEWLINE, SPACE| Constructor and Description | 
|---|
CaseStatement.WhenThen()  | 
CaseStatement.WhenThen(SQLFragment condition,
                      SQLFragment result)
.... 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getSQLText()
Return the SQL for this fragment. 
 | 
SQLFragment | 
getThenExpression()  | 
SQLFragment | 
getWhenExpression()  | 
void | 
setThenExpression(SQLFragment thenExpression)  | 
void | 
setWhenExpression(SQLFragment whenExpression)  | 
appendToBuffer, argsToString, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toStringsetParentcheckInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, 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, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertypublic CaseStatement.WhenThen()
public CaseStatement.WhenThen(SQLFragment condition, SQLFragment result)
public void setWhenExpression(SQLFragment whenExpression)
public SQLFragment getWhenExpression()
public void setThenExpression(SQLFragment thenExpression)
public SQLFragment getThenExpression()
public java.lang.String getSQLText()
SQLFragment