Package org.apache.calcite.avatica.proto
Interface Requests.ExecuteBatchRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Requests.ExecuteBatchRequest,Requests.ExecuteBatchRequest.Builder
- Enclosing class:
- Requests
public static interface Requests.ExecuteBatchRequestOrBuilder 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;intgetStatementId()uint32 statement_id = 2;Requests.UpdateBatchgetUpdates(int index)A batch of updates is a list<list<typevalue>>intgetUpdatesCount()A batch of updates is a list<list<typevalue>>java.util.List<Requests.UpdateBatch>getUpdatesList()A batch of updates is a list<list<typevalue>>Requests.UpdateBatchOrBuildergetUpdatesOrBuilder(int index)A batch of updates is a list<list<typevalue>>java.util.List<? extends Requests.UpdateBatchOrBuilder>getUpdatesOrBuilderList()A batch of updates is a list<list<typevalue>>-
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;
-
getUpdatesList
java.util.List<Requests.UpdateBatch> getUpdatesList()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;
-
getUpdates
Requests.UpdateBatch getUpdates(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;
-
getUpdatesCount
int getUpdatesCount()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;
-
getUpdatesOrBuilderList
java.util.List<? extends Requests.UpdateBatchOrBuilder> getUpdatesOrBuilderList()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;
-
getUpdatesOrBuilder
Requests.UpdateBatchOrBuilder getUpdatesOrBuilder(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;
-
-