public class NoOperation extends Prepared
create, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
NoOperation(Session session) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isQuery()
Check if this object is a query.
|
boolean |
isReadOnly()
Check if this command is read only.
|
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.
|
int |
update()
Execute the statement.
|
checkCanceled, checkParameters, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSQL, getSQL, getSQL, isCacheable, prepare, query, setCommand, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic NoOperation(Session session)
public int update()
Preparedpublic boolean isQuery()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class Preparedpublic boolean needRecompile()
PreparedneedRecompile in class Preparedpublic boolean isReadOnly()
PreparedisReadOnly in class Preparedpublic ResultInterface queryMeta()
PreparedCopyright © 2012 JBoss by Red Hat. All Rights Reserved.