public class TransactionCommand extends Prepared
create, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
TransactionCommand(Session session,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isCacheable() |
boolean |
isTransactional()
Check if this command is transactional.
|
boolean |
needRecompile()
Check if the statement needs to be re-compiled.
|
ResultInterface |
queryMeta()
Get an empty result set containing the meta data.
|
void |
setSavepointName(String name) |
void |
setTransactionName(String string) |
int |
update()
Execute the statement.
|
checkCanceled, checkParameters, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSQL, getSQL, getSQL, isQuery, isReadOnly, prepare, query, setCommand, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic TransactionCommand(Session session, int type)
public void setSavepointName(String name)
public int update()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class Preparedpublic boolean needRecompile()
PreparedneedRecompile in class Preparedpublic void setTransactionName(String string)
public ResultInterface queryMeta()
Preparedpublic int getType()
Preparedpublic boolean isCacheable()
isCacheable in class PreparedCopyright © 2012 JBoss by Red Hat. All Rights Reserved.