| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Expression[]> |
valuesExpressionList
Expression data for the VALUES clause.
|
create, parameters, prepareAlways, session, sqlStatement| Modifier | Constructor and Description |
|---|---|
protected |
CommandWithValues(Session session)
Creates new instance of command with VALUES clause.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(Expression[] expr)
Add a row to this command.
|
checkCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQL, getType, isCacheable, isQuery, isReadOnly, isTransactional, needRecompile, prepare, query, queryMeta, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, toString, updateprotected final java.util.ArrayList<Expression[]> valuesExpressionList
protected CommandWithValues(Session session)
session - the sessionpublic void addRow(Expression[] expr)
expr - the list of values