DefineCommand
This class represents a non-transaction statement, for example a CREATE or DROP.
Methods
DefineCommand
(Session session)
Create a new command for the given session.
DefineCommand
(Session session)
Create a new command for the given session.
Parameters:
session - the session
boolean
isReadOnly
()
boolean
isReadOnly
()
boolean
isTransactional
()
boolean
isTransactional
()
ResultInterface
queryMeta
()
ResultInterface
queryMeta
()
void
setTransactional
(boolean transactional)
void
setTransactional
(boolean transactional)
Fields
static boolean
transactional
transactional
The transactional behavior. The default is disabled, meaning the command commits an open transaction.