Interface QueryCommandExecutor
- All Superinterfaces:
CommandExecutor
Query command executor.
-
Method Summary
Modifier and TypeMethodDescriptionGet query row packet.Get response type.booleannext()Goto next result value.Methods inherited from interface org.apache.shardingsphere.proxy.frontend.command.executor.CommandExecutor
close, execute
-
Method Details
-
getResponseType
ResponseType getResponseType()Get response type.- Returns:
- response type
-
next
Goto next result value.- Returns:
- has more result value or not
- Throws:
SQLException- SQL exception
-
getQueryRowPacket
Get query row packet.- Returns:
- database packet of query row
- Throws:
SQLException- SQL exception
-