public class ExecuteImmediate extends Prepared
create, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
ExecuteImmediate(Session 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.
|
int |
update()
Execute the statement.
|
checkCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQL, isCacheable, isQuery, isReadOnly, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, toStringpublic ExecuteImmediate(Session session, Expression statement)
public int update()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class Preparedpublic int getType()
Preparedpublic ResultInterface queryMeta()
Prepared