Uses of Class
org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
-
Packages that use Service.PrepareAndExecuteBatchRequest Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.PrepareAndExecuteBatchRequest in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.PrepareAndExecuteBatchRequest Modifier and Type Method Description Service.PrepareAndExecuteBatchRequestService.PrepareAndExecuteBatchRequest. deserialize(com.google.protobuf.Message genericMsg)Methods in org.apache.calcite.avatica.remote with parameters of type Service.PrepareAndExecuteBatchRequest Modifier and Type Method Description Service.ExecuteBatchResponseJsonService. apply(Service.PrepareAndExecuteBatchRequest request)Service.ExecuteBatchResponseLocalService. apply(Service.PrepareAndExecuteBatchRequest request)Service.ExecuteBatchResponseProtobufService. apply(Service.PrepareAndExecuteBatchRequest request)Service.ExecuteBatchResponseService. apply(Service.PrepareAndExecuteBatchRequest request)
-