public abstract class CommandWithValues extends DataChangeStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected ArrayList<Expression[]> |
valuesExpressionList
Expression data for the VALUES clause.
|
create, parameters, prepareAlways, session, sqlStatement, sqlTokens| 限定符 | 构造器和说明 |
|---|---|
protected |
CommandWithValues(SessionLocal session)
Creates new instance of command with VALUES clause.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addRow(Expression[] expr)
Add a row to this command.
|
getStatementName, getTable, isCacheable, isTransactional, prepare, queryMeta, update, updatecheckCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, getType, isQuery, isReadOnly, isWithParamValues, needRecompile, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toStringprotected final ArrayList<Expression[]> valuesExpressionList
protected CommandWithValues(SessionLocal session)
session - the sessionpublic void addRow(Expression[] expr)
expr - the list of valuesCopyright © 2022. All rights reserved.