public final class StatementExecuteBackendHandler extends Object implements BackendHandler
| Constructor and Description |
|---|
StatementExecuteBackendHandler(List<PreparedStatementParameter> preparedStatementParameters,
int statementId,
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 StatementExecuteBackendHandler(List<PreparedStatementParameter> preparedStatementParameters, int statementId, 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.