Uses of Class
org.apache.calcite.avatica.remote.Service.CloseStatementRequest
-
Packages that use Service.CloseStatementRequest Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.CloseStatementRequest in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.CloseStatementRequest Modifier and Type Method Description (package private) Service.CloseStatementRequestService.CloseStatementRequest. deserialize(com.google.protobuf.Message genericMsg)Methods in org.apache.calcite.avatica.remote with parameters of type Service.CloseStatementRequest Modifier and Type Method Description Service.CloseStatementResponseJsonService. apply(Service.CloseStatementRequest request)Service.CloseStatementResponseLocalService. apply(Service.CloseStatementRequest request)Service.CloseStatementResponseProtobufService. apply(Service.CloseStatementRequest request)Service.CloseStatementResponseService. apply(Service.CloseStatementRequest request)
-