public static class Service.PrepareAndExecuteRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Descriptors.FieldDescriptor |
CONNECTION_ID_DESCRIPTOR |
String |
connectionId |
private static com.google.protobuf.Descriptors.FieldDescriptor |
FIRST_FRAME_MAX_SIZE_DESCRIPTOR |
private static com.google.protobuf.Descriptors.FieldDescriptor |
MAX_ROWS_TOTAL_DESCRIPTOR |
long |
maxRowCount |
int |
maxRowsInFirstFrame |
String |
sql |
private static com.google.protobuf.Descriptors.FieldDescriptor |
SQL_DESCRIPTOR |
int |
statementId |
PRIME| Constructor and Description |
|---|
Service.PrepareAndExecuteRequest() |
Service.PrepareAndExecuteRequest(String connectionId,
int statementId,
String sql,
long maxRowCount) |
Service.PrepareAndExecuteRequest(String connectionId,
int statementId,
String sql,
long maxRowCount,
int maxRowsInFirstFrame) |
| 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, pprivate static final com.google.protobuf.Descriptors.FieldDescriptor CONNECTION_ID_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor SQL_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor MAX_ROWS_TOTAL_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor FIRST_FRAME_MAX_SIZE_DESCRIPTOR
public final String connectionId
public final String sql
public final long maxRowCount
public final int maxRowsInFirstFrame
public final int statementId
Service.PrepareAndExecuteRequest()
public Service.PrepareAndExecuteRequest(String connectionId, int statementId, String sql, long maxRowCount)
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.