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