public interface Service
| Modifier and Type | Method and Description |
|---|---|
Service.ResultSetResponse |
apply(Service.CatalogsRequest request) |
Service.CloseConnectionResponse |
apply(Service.CloseConnectionRequest request) |
Service.CloseStatementResponse |
apply(Service.CloseStatementRequest request) |
Service.ResultSetResponse |
apply(Service.ColumnsRequest request) |
Service.ConnectionSyncResponse |
apply(Service.ConnectionSyncRequest request) |
Service.CreateStatementResponse |
apply(Service.CreateStatementRequest request) |
Service.FetchResponse |
apply(Service.FetchRequest request) |
Service.ExecuteResponse |
apply(Service.PrepareAndExecuteRequest request) |
Service.PrepareResponse |
apply(Service.PrepareRequest request) |
Service.ResultSetResponse |
apply(Service.SchemasRequest request) |
Service.ResultSetResponse |
apply(Service.TablesRequest request) |
Service.ResultSetResponse |
apply(Service.TableTypesRequest request) |
Service.ResultSetResponse apply(Service.CatalogsRequest request)
Service.ResultSetResponse apply(Service.SchemasRequest request)
Service.ResultSetResponse apply(Service.TablesRequest request)
Service.ResultSetResponse apply(Service.TableTypesRequest request)
Service.ResultSetResponse apply(Service.ColumnsRequest request)
Service.PrepareResponse apply(Service.PrepareRequest request)
Service.ExecuteResponse apply(Service.PrepareAndExecuteRequest request)
Service.FetchResponse apply(Service.FetchRequest request)
Service.CreateStatementResponse apply(Service.CreateStatementRequest request)
Service.CloseStatementResponse apply(Service.CloseStatementRequest request)
Service.CloseConnectionResponse apply(Service.CloseConnectionRequest request)
Service.ConnectionSyncResponse apply(Service.ConnectionSyncRequest request)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.