Uses of Class
org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
-
Packages that use Service.PrepareAndExecuteRequest Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.PrepareAndExecuteRequest in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.PrepareAndExecuteRequest Modifier and Type Method Description (package private) Service.PrepareAndExecuteRequestService.PrepareAndExecuteRequest. deserialize(com.google.protobuf.Message genericMsg)Methods in org.apache.calcite.avatica.remote with parameters of type Service.PrepareAndExecuteRequest Modifier and Type Method Description Service.ExecuteResponseJsonService. apply(Service.PrepareAndExecuteRequest request)Service.ExecuteResponseLocalService. apply(Service.PrepareAndExecuteRequest request)Service.ExecuteResponseProtobufService. apply(Service.PrepareAndExecuteRequest request)Service.ExecuteResponseService. apply(Service.PrepareAndExecuteRequest request)
-