Uses of Class
org.apache.calcite.avatica.proto.Requests.UpdateBatch
-
Packages that use Requests.UpdateBatch Package Description org.apache.calcite.avatica.proto org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Requests.UpdateBatch in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Requests.UpdateBatch Modifier and Type Field Description private static Requests.UpdateBatchRequests.UpdateBatch. DEFAULT_INSTANCEFields in org.apache.calcite.avatica.proto with type parameters of type Requests.UpdateBatch Modifier and Type Field Description private static com.google.protobuf.Parser<Requests.UpdateBatch>Requests.UpdateBatch. PARSERprivate java.util.List<Requests.UpdateBatch>Requests.ExecuteBatchRequest.Builder. updates_private java.util.List<Requests.UpdateBatch>Requests.ExecuteBatchRequest. updates_private com.google.protobuf.RepeatedFieldBuilderV3<Requests.UpdateBatch,Requests.UpdateBatch.Builder,Requests.UpdateBatchOrBuilder>Requests.ExecuteBatchRequest.Builder. updatesBuilder_Methods in org.apache.calcite.avatica.proto that return Requests.UpdateBatch Modifier and Type Method Description Requests.UpdateBatchRequests.UpdateBatch.Builder. build()Requests.UpdateBatchRequests.UpdateBatch.Builder. buildPartial()static Requests.UpdateBatchRequests.UpdateBatch. getDefaultInstance()Requests.UpdateBatchRequests.UpdateBatch.Builder. getDefaultInstanceForType()Requests.UpdateBatchRequests.UpdateBatch. getDefaultInstanceForType()Requests.UpdateBatchRequests.ExecuteBatchRequest.Builder. getUpdates(int index)A batch of updates is a list<list<typevalue>>Requests.UpdateBatchRequests.ExecuteBatchRequest. getUpdates(int index)A batch of updates is a list<list<typevalue>>Requests.UpdateBatchRequests.ExecuteBatchRequestOrBuilder. getUpdates(int index)A batch of updates is a list<list<typevalue>>static Requests.UpdateBatchRequests.UpdateBatch. parseDelimitedFrom(java.io.InputStream input)static Requests.UpdateBatchRequests.UpdateBatch. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(byte[] data)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(com.google.protobuf.ByteString data)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(com.google.protobuf.CodedInputStream input)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(java.io.InputStream input)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(java.nio.ByteBuffer data)static Requests.UpdateBatchRequests.UpdateBatch. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.calcite.avatica.proto that return types with arguments of type Requests.UpdateBatch Modifier and Type Method Description com.google.protobuf.Parser<Requests.UpdateBatch>Requests.UpdateBatch. getParserForType()private com.google.protobuf.RepeatedFieldBuilderV3<Requests.UpdateBatch,Requests.UpdateBatch.Builder,Requests.UpdateBatchOrBuilder>Requests.ExecuteBatchRequest.Builder. getUpdatesFieldBuilder()java.util.List<Requests.UpdateBatch>Requests.ExecuteBatchRequest.Builder. getUpdatesList()A batch of updates is a list<list<typevalue>>java.util.List<Requests.UpdateBatch>Requests.ExecuteBatchRequest. getUpdatesList()A batch of updates is a list<list<typevalue>>java.util.List<Requests.UpdateBatch>Requests.ExecuteBatchRequestOrBuilder. getUpdatesList()A batch of updates is a list<list<typevalue>>static com.google.protobuf.Parser<Requests.UpdateBatch>Requests.UpdateBatch. parser()Methods in org.apache.calcite.avatica.proto with parameters of type Requests.UpdateBatch Modifier and Type Method Description Requests.ExecuteBatchRequest.BuilderRequests.ExecuteBatchRequest.Builder. addUpdates(int index, Requests.UpdateBatch value)A batch of updates is a list<list<typevalue>>Requests.ExecuteBatchRequest.BuilderRequests.ExecuteBatchRequest.Builder. addUpdates(Requests.UpdateBatch value)A batch of updates is a list<list<typevalue>>Requests.UpdateBatch.BuilderRequests.UpdateBatch.Builder. mergeFrom(Requests.UpdateBatch other)static Requests.UpdateBatch.BuilderRequests.UpdateBatch. newBuilder(Requests.UpdateBatch prototype)Requests.ExecuteBatchRequest.BuilderRequests.ExecuteBatchRequest.Builder. setUpdates(int index, Requests.UpdateBatch value)A batch of updates is a list<list<typevalue>>Method parameters in org.apache.calcite.avatica.proto with type arguments of type Requests.UpdateBatch Modifier and Type Method Description Requests.ExecuteBatchRequest.BuilderRequests.ExecuteBatchRequest.Builder. addAllUpdates(java.lang.Iterable<? extends Requests.UpdateBatch> values)A batch of updates is a list<list<typevalue>> -
Uses of Requests.UpdateBatch in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote with type parameters of type Requests.UpdateBatch Modifier and Type Field Description private java.util.List<Requests.UpdateBatch>Service.ExecuteBatchRequest. protoParameterValuesMethods in org.apache.calcite.avatica.remote that return types with arguments of type Requests.UpdateBatch Modifier and Type Method Description java.util.List<Requests.UpdateBatch>Service.ExecuteBatchRequest. getProtoUpdateBatches()Method parameters in org.apache.calcite.avatica.remote with type arguments of type Requests.UpdateBatch Modifier and Type Method Description Meta.ExecuteBatchResultProtobufMeta. executeBatchProtobuf(Meta.StatementHandle h, java.util.List<Requests.UpdateBatch> parameterValues)Executes a batch of commands on a prepared statement.
-