Class Service.PrepareAndExecuteBatchRequest
java.lang.Object
org.apache.calcite.avatica.remote.Service.Base
org.apache.calcite.avatica.remote.Service.Request
org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- Enclosing interface:
- Service
Request to prepare a statement and execute a series of batch commands in one call.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrepareAndExecuteBatchRequest(String connectionId, int statementId, List<String> sqlCommands) -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.protobuf.Message genericMsg) booleaninthashCode()org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestMethods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
Field Details
-
connectionId
-
sqlCommands
-
statementId
public final int statementId
-
-
Constructor Details
-
PrepareAndExecuteBatchRequest
-
-
Method Details