public class SQLUpdateAllStatement extends SQLModifyStatement
| Constructor and Description |
|---|
SQLUpdateAllStatement() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseCall |
buildCall(AbstractSession session)
Append the string containing the SQL insert string for the given table.
|
HashMap |
getDatabaseFieldsToTableAliases() |
Collection |
getPrimaryKeyFieldsForAutoJoin() |
SQLCall |
getSelectCallForExist() |
String |
getTableAliasInSelectCallForExist() |
HashMap |
getUpdateClauses() |
void |
setDatabaseFieldsToTableAliases(HashMap databaseFieldsToTableAliases) |
void |
setPrimaryKeyFieldsForAutoJoin(Collection primaryKeyFields) |
void |
setSelectCallForExist(SQLCall selectCallForExist) |
void |
setShouldExtractWhereClauseFromSelectCallForExist(boolean shouldExtractWhereClauseFromSelectCallForExist) |
void |
setTableAliasInSelectCallForExist(String tableAliasInSelectCallForExist) |
void |
setUpdateClauses(HashMap updateClauses) |
boolean |
shouldExtractWhereClauseFromSelectCallForExist() |
getModifyRow, getReturnFields, getTable, setModifyRow, setReturnFields, setTableclone, getBuilder, getExpressionBuilder, getHintString, getTranslationRow, getWhereClause, setHintString, setTranslationRow, setWhereClause, toStringpublic void setSelectCallForExist(SQLCall selectCallForExist)
public SQLCall getSelectCallForExist()
public void setTableAliasInSelectCallForExist(String tableAliasInSelectCallForExist)
public String getTableAliasInSelectCallForExist()
public void setPrimaryKeyFieldsForAutoJoin(Collection primaryKeyFields)
public Collection getPrimaryKeyFieldsForAutoJoin()
public void setUpdateClauses(HashMap updateClauses)
public HashMap getUpdateClauses()
public void setDatabaseFieldsToTableAliases(HashMap databaseFieldsToTableAliases)
public HashMap getDatabaseFieldsToTableAliases()
public void setShouldExtractWhereClauseFromSelectCallForExist(boolean shouldExtractWhereClauseFromSelectCallForExist)
public boolean shouldExtractWhereClauseFromSelectCallForExist()
public DatabaseCall buildCall(AbstractSession session)
buildCall in class SQLModifyStatementEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference