public class SQLInsertStatement extends SQLModifyStatement
Purpose: Print INSERT statement.
Responsibilities:
modifyRow, returnFields, tablebuilder, translationRow, whereClause| Constructor and Description |
|---|
SQLInsertStatement() |
| Modifier and Type | Method and Description |
|---|---|
protected SQLCall |
buildCallWithoutReturning(AbstractSession session)
Append the string containing the SQL insert string for the given table.
|
buildCall, getModifyRow, getReturnFields, getTable, setModifyRow, setReturnFields, setTableclone, getBuilder, getExpressionBuilder, getTranslationRow, getWhereClause, setBuilder, setTranslationRow, setWhereClause, toStringprotected SQLCall buildCallWithoutReturning(AbstractSession session)
buildCallWithoutReturning in class SQLModifyStatement