Uses of Class
org.apache.calcite.avatica.remote.Service.FetchRequest
-
Packages that use Service.FetchRequest Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.FetchRequest in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.FetchRequest Modifier and Type Method Description (package private) Service.FetchRequestService.FetchRequest. deserialize(com.google.protobuf.Message genericMsg)Methods in org.apache.calcite.avatica.remote with parameters of type Service.FetchRequest Modifier and Type Method Description Service.FetchResponseJsonService. apply(Service.FetchRequest request)Service.FetchResponseLocalService. apply(Service.FetchRequest request)Service.FetchResponseProtobufService. apply(Service.FetchRequest request)Service.FetchResponseService. apply(Service.FetchRequest request)
-