Module org.eclipse.persistence.core
Class SQLInsertStatement
java.lang.Object
org.eclipse.persistence.internal.expressions.SQLStatement
org.eclipse.persistence.internal.expressions.SQLModifyStatement
org.eclipse.persistence.internal.expressions.SQLInsertStatement
- All Implemented Interfaces:
Serializable,Cloneable
Purpose: Print INSERT statement.
Responsibilities:
- Print INSERT statement.
- Since:
- TOPLink/Java 1.0
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.expressions.SQLModifyStatement
modifyRow, returnFields, tableFields inherited from class org.eclipse.persistence.internal.expressions.SQLStatement
builder, hintString, translationRow, whereClause -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SQLCallbuildCallWithoutReturning(AbstractSession session) Append the string containing the SQL insert string for the given table.Methods inherited from class org.eclipse.persistence.internal.expressions.SQLModifyStatement
buildCall, getModifyRow, getReturnFields, getTable, setModifyRow, setReturnFields, setTableMethods inherited from class org.eclipse.persistence.internal.expressions.SQLStatement
clone, getBuilder, getExpressionBuilder, getHintString, getTranslationRow, getWhereClause, setBuilder, setHintString, setTranslationRow, setWhereClause, toString
-
Constructor Details
-
SQLInsertStatement
public SQLInsertStatement()
-
-
Method Details
-
buildCallWithoutReturning
Append the string containing the SQL insert string for the given table.- Overrides:
buildCallWithoutReturningin classSQLModifyStatement
-