|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.irisel.util.BaseBean
com.irisel.oms.olapi.beans.XMLBean
com.irisel.oms.sql.Query
com.irisel.oms.sql.InsertQuery
public class InsertQuery
This class is used to generate, store and analyze SQL statements. Creation date: (21/10/02 21:17:23)
Field Summary |
---|
Fields inherited from class com.irisel.oms.sql.Query |
---|
PARAM_PLACEHOLDER |
Fields inherited from class com.irisel.oms.olapi.beans.XMLBean |
---|
CLASSNAME, CLASSTYPE, DEFAULT_VISIBILITY, NOT_VISIBLE, VISIBLE |
Fields inherited from interface com.irisel.util.XMLBean |
---|
CSV |
Constructor Summary | |
---|---|
InsertQuery()
Constructor |
|
InsertQuery(Field[] target)
Constructor Creation date: (21/10/02 21:54:21) |
Method Summary | |
---|---|
java.lang.String |
toString(boolean parametrized)
Generates a string representation of the object |
Methods inherited from class com.irisel.oms.sql.Query |
---|
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 |
Methods inherited from class com.irisel.oms.olapi.beans.XMLBean |
---|
copyToInstance, export2csv, getDescId, getGeneratedAt, getGenericAttr, getIcon, getIconName, getId, getLabel, getName, getO, getOrd, getVisibility, isDirty, isEnabled, isErased, isMandatory, isReadOnly, readFromFile, readFromStream, setDescId, setDirty, setEnabled, setErased, setGeneratedAt, setGenericAttr, setIcon, setIconName, setId, setLabel, setName, setO, setOrd, setVisibility, updateFromInstance, writeToFile, writeToStream, xmlSerialize |
Methods inherited from class com.irisel.util.BaseBean |
---|
decode64, decode64bin, encode64, encode64bin, readObject, readObject64, toBean, toByteArray, toJSON, toJSONObject, toXML |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InsertQuery()
public InsertQuery(Field[] target)
target
- com.irisel.oms.sql.Field[]Method Detail |
---|
public java.lang.String toString(boolean parametrized)
toString
in class Query
parametrized
- if true returns sql with placeholders for the values of the filters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |