Uses of Class
org.apache.calcite.avatica.remote.Service.PrepareRequest
-
Packages that use Service.PrepareRequest Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.PrepareRequest in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.PrepareRequest Modifier and Type Method Description (package private) Service.PrepareRequestService.PrepareRequest. deserialize(com.google.protobuf.Message genericMsg)Methods in org.apache.calcite.avatica.remote with parameters of type Service.PrepareRequest Modifier and Type Method Description Service.PrepareResponseJsonService. apply(Service.PrepareRequest request)Service.PrepareResponseLocalService. apply(Service.PrepareRequest request)Service.PrepareResponseProtobufService. apply(Service.PrepareRequest request)Service.PrepareResponseService. apply(Service.PrepareRequest request)
-