| AvaticaRemoteConnectionConfigImpl |
Implementation of ConnectionConfig
with extra properties specific to Remote Driver.
|
| Driver |
Avatica Remote JDBC driver.
|
| JsonHandler |
Implementation of Handler
that decodes JSON requests, sends them to a Service,
and encodes the responses into JSON.
|
| JsonService |
Implementation of Service
that encodes requests and responses as JSON.
|
| LocalJsonService |
Implementation of Service
that goes to an in-process instance of Service.
|
| LocalService |
|
| MockJsonService |
Mock implementation of Service
that encodes its requests and responses as JSON
and looks up responses from a pre-defined map.
|
| MockJsonService.Factory |
Factory that creates a MockJsonService.
|
| RemoteService |
Implementation of Service
that translates requests into JSON and sends them to a remote server,
usually an HTTP server.
|
| Service.CatalogsRequest |
|
| Service.CloseConnectionRequest |
|
| Service.CloseConnectionResponse |
|
| Service.CloseStatementRequest |
|
| Service.CloseStatementResponse |
|
| Service.ColumnsRequest |
|
| Service.ConnectionSyncRequest |
|
| Service.ConnectionSyncResponse |
|
| Service.CreateStatementRequest |
|
| Service.CreateStatementResponse |
|
| Service.ExecuteResponse |
|
| Service.FetchRequest |
|
| Service.FetchResponse |
|
| Service.PrepareAndExecuteRequest |
|
| Service.PrepareRequest |
|
| Service.PrepareResponse |
|
| Service.Request |
Base class for all service request messages.
|
| Service.Response |
Base class for all service response messages.
|
| Service.ResultSetResponse |
Response that contains a result set.
|
| Service.SchemasRequest |
|
| Service.TablesRequest |
|
| Service.TableTypesRequest |
|