Interface CommandExecutor
- All Known Subinterfaces:
QueryCommandExecutor
public interface CommandExecutor
Command executor.
-
Method Details
-
execute
Execute command.- Returns:
- database packets to be sent
- Throws:
SQLException- SQL exception
-
close
Close command executor.- Throws:
SQLException- SQL exception
-