public static class ModelObject.ModelRulesCellAssignmentExpr extends AbstractSQLFragment
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportAS, COMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, LEFT_PAREN, NEWLINE, RIGHT_PAREN, SPACE| Constructor and Description |
|---|
ModelRulesCellAssignmentExpr() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAll() |
SQLFragment |
getExpr() |
SQLFragment |
getModelRulesCellAssignment() |
SQLFragment |
getOrderBy() |
java.lang.String |
getSQLText()
Return the SQL for this fragment.
|
boolean |
getUpdate() |
boolean |
getUpsert() |
void |
setAll(boolean all) |
void |
setExpr(SQLFragment expr) |
void |
setModelRulesCellAssignment(SQLFragment cellAssignment) |
void |
setOrderBy(SQLFragment orderBy) |
void |
setUpdate(boolean update) |
void |
setUpsert(boolean upsert) |
appendToBuffer, appendToBuffer, argsToString, getName, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toStringsetParentcheckInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setName, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParent, setParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic void setUpdate(boolean update)
public boolean getUpdate()
public void setUpsert(boolean upsert)
public boolean getUpsert()
public void setAll(boolean all)
public boolean getAll()
public void setModelRulesCellAssignment(SQLFragment cellAssignment)
public SQLFragment getModelRulesCellAssignment()
public void setOrderBy(SQLFragment orderBy)
public SQLFragment getOrderBy()
public void setExpr(SQLFragment expr)
public SQLFragment getExpr()
public java.lang.String getSQLText()
SQLFragment