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