Uses of Class
org.apache.calcite.avatica.remote.Service.CatalogsRequest
-
Packages that use Service.CatalogsRequest Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.CatalogsRequest in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.CatalogsRequest Modifier and Type Method Description (package private) Service.CatalogsRequestService.CatalogsRequest. deserialize(com.google.protobuf.Message genericMsg)Methods in org.apache.calcite.avatica.remote with parameters of type Service.CatalogsRequest Modifier and Type Method Description Service.ResultSetResponseJsonService. apply(Service.CatalogsRequest request)Service.ResultSetResponseLocalService. apply(Service.CatalogsRequest request)Service.ResultSetResponseProtobufService. apply(Service.CatalogsRequest request)Service.ResultSetResponseService. apply(Service.CatalogsRequest request)
-