public class SQLUpdateAllStatementForTempTable extends SQLModifyAllStatementForTempTable
Modifier and Type | Field and Description |
---|---|
protected Collection |
assignedFields |
allFields, CLEANUP_TEMP_TABLE, CREATE_TEMP_TABLE, INSERT_INTO_TEMP_TABLE, mode, primaryKeyFields, selectCall, UPDATE_ORIGINAL_TABLE
modifyRow, returnFields, table
builder, translationRow, whereClause
Constructor and Description |
---|
SQLUpdateAllStatementForTempTable() |
Modifier and Type | Method and Description |
---|---|
Collection |
getAssignedFields() |
protected Collection |
getUsedFields() |
void |
setAssignedFields(Collection assignedFields) |
protected void |
writeUpdateOriginalTable(AbstractSession session,
Writer writer) |
buildCall, getAllFields, getMode, getPrimaryKeyFields, getSelectCall, setAllFields, setMode, setPrimaryKeyFields, setSelectCall
buildCallWithoutReturning, getModifyRow, getReturnFields, getTable, setModifyRow, setReturnFields, setTable
clone, getBuilder, getExpressionBuilder, getTranslationRow, getWhereClause, setBuilder, setTranslationRow, setWhereClause, toString
protected Collection assignedFields
public void setAssignedFields(Collection assignedFields)
public Collection getAssignedFields()
protected Collection getUsedFields()
getUsedFields
in class SQLModifyAllStatementForTempTable
protected void writeUpdateOriginalTable(AbstractSession session, Writer writer) throws IOException
writeUpdateOriginalTable
in class SQLModifyAllStatementForTempTable
IOException
Copyright © 2022. All rights reserved.