|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateColumnExpression | |
wt.fc.batch | Provides a mechanism for specifying operations that affect mulitple objects in the persistent datastore. |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
Uses of UpdateColumnExpression in wt.fc.batch |
Fields in wt.fc.batch declared as UpdateColumnExpression | |
private UpdateColumnExpression[] |
UpdateBatchSpec.updateColumns
|
Methods in wt.fc.batch that return UpdateColumnExpression | |
UpdateColumnExpression[] |
UpdateBatchSpec.getUpdateColumns()
Gets the value of the attribute: updateColumns; Array of individual columns and expressions that will be updated. |
Methods in wt.fc.batch with parameters of type UpdateColumnExpression | |
protected boolean |
UpdateColumnExpression.readVersion(UpdateColumnExpression thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
UpdateBatchSpec.setUpdateColumns(UpdateColumnExpression[] a_UpdateColumns)
Sets the value of the attribute: updateColumns; Array of individual columns and expressions that will be updated. |
Constructors in wt.fc.batch with parameters of type UpdateColumnExpression | |
UpdateBatchSpec(ClassTableExpression a_target,
WhereExpression a_where,
UpdateColumnExpression[] a_updateColumns)
This constructor initializes the instance. |
Uses of UpdateColumnExpression in wt.pds |
Methods in wt.pds with parameters of type UpdateColumnExpression | |
boolean |
StandardDMLGenerator.buildUpdateStatement(ClassInfo a_classInfo,
WhereExpression a_where,
boolean a_useBind,
UpdateColumnExpression[] a_updateColumns,
StringBuffer a_buffer)
This method builds the specified UPDATE statement. |
boolean |
DMLGenerator.buildUpdateStatement(ClassInfo a_classInfo,
WhereExpression a_where,
boolean a_useBind,
UpdateColumnExpression[] a_updateColumns,
StringBuffer a_buffer)
This method builds the specified UPDATE statement. |
static List |
BindParameterUtil.buildBindParameterList(UpdateColumnExpression[] a_updateColumns)
Appends a bind parameter to the specified bind parameter list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |