public abstract class DefineCommand extends Prepared
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
transactional
The transactional behavior.
|
create, parameters, prepareAlways, session, sqlStatement| Modifier and Type | Method and Description |
|---|---|
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, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSQL, getSQL, getSQL, getType, isCacheable, isQuery, needRecompile, prepare, query, setCommand, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toString, updateprotected boolean transactional
public boolean isReadOnly()
PreparedisReadOnly in class Preparedpublic ResultInterface queryMeta()
Preparedpublic void setTransactional(boolean transactional)
public boolean isTransactional()
PreparedisTransactional in class PreparedCopyright © 2012 JBoss by Red Hat. All Rights Reserved.