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

public static class Service.PrepareAndExecuteBatchRequest extends Service.Request
Request to prepare a statement and execute a series of batch commands in one call.
  • Field Details

    • connectionId

      public final String connectionId
    • sqlCommands

      public final List<String> sqlCommands
    • statementId

      public final int statementId
  • Constructor Details

    • PrepareAndExecuteBatchRequest

      public PrepareAndExecuteBatchRequest(String connectionId, int statementId, List<String> sqlCommands)
  • Method Details