public abstract class DefineCommand extends Prepared
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
transactional
The transactional behavior.
|
create, parameters, prepareAlways, session, sqlStatement, sqlTokens| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isReadOnly()
Check if this command is read only.
|
boolean |
isTransactional()
Check if this command is transactional.
|
ResultInterface |
queryMeta()
Get an empty result set containing the meta data.
|
void |
setTransactional(boolean transactional) |
checkCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, getType, isCacheable, isQuery, isWithParamValues, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toString, updateprotected boolean transactional
public boolean isReadOnly()
PreparedisReadOnly 在类中 Preparedpublic ResultInterface queryMeta()
Preparedpublic void setTransactional(boolean transactional)
public boolean isTransactional()
PreparedisTransactional 在类中 PreparedCopyright © 2022. All rights reserved.