public static class Service.PrepareAndExecuteRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
long |
maxRowCount |
String |
sql |
int |
statementId |
PRIME| Constructor and Description |
|---|
Service.PrepareAndExecuteRequest() |
Service.PrepareAndExecuteRequest(String connectionId,
int statementId,
String sql,
long maxRowCount) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.ExecuteResponse |
accept(Service service) |
(package private) Service.PrepareAndExecuteRequest |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) Requests.PrepareAndExecuteRequest |
serialize() |
p, p, p, ppublic final String connectionId
public final String sql
public final long maxRowCount
public final int statementId
Service.ExecuteResponse accept(Service service)
accept in class Service.RequestService.PrepareAndExecuteRequest deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.RequestRequests.PrepareAndExecuteRequest serialize()
serialize in class Service.RequestCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.