public class UpdateQuery extends Query
PARAM_PLACEHOLDER
CLASSNAME, CLASSTYPE, DEFAULT_VISIBILITY, NOT_VISIBLE, VISIBLE
Constructor and Description |
---|
UpdateQuery()
* * Constructor * *
|
UpdateQuery(Field[] target)
* * * Constructor * * * Creation date: (21/10/02 21:54:21) * * *
|
UpdateQuery(Field[] target,
Filter[][] filters)
* * * Constructor * * * Creation date: (21/10/02 21:54:21) * * *
|
UpdateQuery(Field[] target,
Filter[][][] filters) |
UpdateQuery(Field[] target,
Filter[][] filters,
Option[] options)
* * * Constructor * * * Creation date: (21/10/02 21:54:21) * * *
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString(boolean parametrized)
Generates a string representation of the object * * *
|
addFilter, addFilter, chkDeps, getChilds, getChildsDeep, getDbType, getFilters, getKeyword, getOptions, getTarget, getTargetTables, getTargetTablesText, getTime, getTimestamp, getTimeStr, propagateDbType, setDbType, setException, setFilter, setFilter, setFilters, setFilters, setFilters, setKeyword, setOptions, setTarget, setTarget, toString, whereToString
copyToInstance, export2csv, getComments, getDescId, getGeneratedAt, getGenericAttr, getIcon, getIconName, getId, getLabel, getName, getO, getOrd, getVisibility, isDirty, isEnabled, isErased, isMandatory, isReadOnly, readFromFile, readFromStream, refreshMyLabel, refreshMyLabel, setComments, setDescId, setDirty, setEnabled, setErased, setGeneratedAt, setGenericAttr, setIcon, setIconName, setId, setLabel, setName, setO, setOrd, setVisibility, updateFromInstance, writeToFile, writeToStream, xmlSerialize
decode64, decode64bin, encode64, encode64bin, readObject, readObject64, toBean, toByteArray, toJSON, toJSONObject, toXML
public UpdateQuery()
public UpdateQuery(Field[] target)
target
- com.irisel.oms.sql.Field[] * *public UpdateQuery(Field[] target, Filter[][] filters)
target
- com.irisel.oms.sql.Field[] * * *filters
- com.irisel.oms.sql.Filter[] * *