public final class SQLExecuteBackendHandler extends Object implements BackendHandler
| Constructor and Description |
|---|
SQLExecuteBackendHandler(String sql,
DatabaseType databaseType,
boolean showSQL) |
| Modifier and Type | Method and Description |
|---|---|
CommandResponsePackets |
execute()
Execute command.
|
DatabaseProtocolPacket |
getResultValue()
Get result value.
|
boolean |
hasMoreResultValue()
Has more Result value.
|
public SQLExecuteBackendHandler(String sql, DatabaseType databaseType, boolean showSQL)
public CommandResponsePackets execute()
BackendHandlerexecute in interface BackendHandlerpublic boolean hasMoreResultValue()
throws SQLException
SQLException - sql exceptionpublic DatabaseProtocolPacket getResultValue()
Copyright © 2018. All rights reserved.