public class SQLDeleteStatement extends SQLModifyStatement
Purpose: Print DELETE statement.
Responsibilities:
modifyRow, returnFields, table
builder, translationRow, whereClause
Constructor and Description |
---|
SQLDeleteStatement() |
Modifier and Type | Method and Description |
---|---|
DatabaseCall |
buildCall(AbstractSession session)
Append the string containing the SQL insert string for the given table.
|
buildCallWithoutReturning, getModifyRow, getReturnFields, getTable, setModifyRow, setReturnFields, setTable
clone, getBuilder, getExpressionBuilder, getTranslationRow, getWhereClause, setBuilder, setTranslationRow, setWhereClause, toString
public DatabaseCall buildCall(AbstractSession session)
buildCall
in class SQLModifyStatement