Explain
This class represents the statement EXPLAIN
Methods
void
checkParameters
()
void
checkParameters
()
Prepared
getCommand
()
Prepared
getCommand
()
int
getType
()
int
getType
()
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
setCommand
(Prepared command)
void
setCommand
(Prepared command)
void
setExecuteCommand
(boolean executeCommand)
void
setExecuteCommand
(boolean executeCommand)