public class ExecuteImmediate extends Prepared
create, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
ExecuteImmediate(SessionLocal session,
Expression statement) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isTransactional()
Check if this command is transactional.
|
ResultInterface |
queryMeta()
Get an empty result set containing the meta data.
|
long |
update()
Execute the statement.
|
checkCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, isCacheable, isQuery, isReadOnly, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, toStringpublic ExecuteImmediate(SessionLocal session, Expression statement)
public long update()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class Preparedpublic int getType()
Preparedpublic ResultInterface queryMeta()
Prepared