public class NoOperation extends Prepared
create, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
NoOperation(SessionLocal session) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
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.
|
long |
update()
Execute the statement.
|
checkCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getDatabase, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, isCacheable, isQuery, isRetryable, isWithParamValues, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toStringpublic NoOperation(SessionLocal session)
public long update()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class Preparedpublic boolean needRecompile()
PreparedneedRecompile in class Preparedpublic boolean isReadOnly()
PreparedisReadOnly in class Preparedpublic ResultInterface queryMeta()
Prepared