public class SetSessionCharacteristics extends Prepared
create, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
SetSessionCharacteristics(Session session,
IsolationLevel isolationLevel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
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, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQL, isCacheable, isQuery, isReadOnly, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, toStringpublic SetSessionCharacteristics(Session session, IsolationLevel isolationLevel)
public boolean isTransactional()
PreparedisTransactional in class Preparedpublic int update()
Preparedpublic boolean needRecompile()
PreparedneedRecompile in class Preparedpublic ResultInterface queryMeta()
Prepared