CommandContainer
Represents a single SQL statements. It wraps a prepared statement.
Methods
boolean
canReuse
()
boolean
canReuse
()
int
getCommandType
()
int
getCommandType
()
ArrayList
getParameters
()
ArrayList
getParameters
()
boolean
isCacheable
()
boolean
isCacheable
()
boolean
isQuery
()
boolean
isQuery
()
boolean
isReadOnly
()
boolean
isReadOnly
()
boolean
isTransactional
()
boolean
isTransactional
()
void
prepareJoinBatch
()
void
prepareJoinBatch
()
ResultInterface
query
(int maxrows)
ResultInterface
query
(int maxrows)
ResultInterface
queryMeta
()
ResultInterface
queryMeta
()
void
stop
()
void
stop
()
int
update
()
int
update
()