Package org.apache.calcite.avatica.proto
Interface Requests.FetchRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Requests.FetchRequest,Requests.FetchRequest.Builder
- Enclosing class:
- Requests
public static interface Requests.FetchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConnectionId()string connection_id = 1;com.google.protobuf.ByteStringgetConnectionIdBytes()string connection_id = 1;intgetFetchMaxRowCount()Maximum number of rows to be returned in the frame.intgetFrameMaxSize()int32 frame_max_size = 5;longgetOffset()uint64 offset = 3;intgetStatementId()uint32 statement_id = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConnectionId
java.lang.String getConnectionId()
string connection_id = 1;
-
getConnectionIdBytes
com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 1;
-
getStatementId
int getStatementId()
uint32 statement_id = 2;
-
getOffset
long getOffset()
uint64 offset = 3;
-
getFetchMaxRowCount
int getFetchMaxRowCount()
Maximum number of rows to be returned in the frame. Negative means no limit. Deprecated!
uint32 fetch_max_row_count = 4;
-
getFrameMaxSize
int getFrameMaxSize()
int32 frame_max_size = 5;
-
-