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