public class SQLInsertStatement extends SQLModifyStatement
Purpose: Print INSERT statement.
Responsibilities:
modifyRow, returnFields, table
builder, 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, setTable
clone, getBuilder, getExpressionBuilder, getTranslationRow, getWhereClause, setBuilder, setTranslationRow, setWhereClause, toString
protected SQLCall buildCallWithoutReturning(AbstractSession session)
buildCallWithoutReturning
in class SQLModifyStatement
Copyright © 2021. All rights reserved.