Call
This class represents the statement CALL.
Methods
int
getType
()
int
getType
()
boolean
isCacheable
()
boolean
isCacheable
()
boolean
isQuery
()
boolean
isQuery
()
boolean
isReadOnly
()
boolean
isReadOnly
()
boolean
isTransactional
()
boolean
isTransactional
()
void
prepare
()
void
prepare
()
ResultInterface
query
(int maxrows)
ResultInterface
query
(int maxrows)
ResultInterface
queryMeta
()
ResultInterface
queryMeta
()
void
setExpression
(Expression expression)
void
setExpression
(Expression expression)
int
update
()
int
update
()