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