| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AvaticaJdbc41Factory.AvaticaJdbc41Connection
Implementation of Connection for JDBC 4.1.
|
| Modifier and Type | Field and Description |
|---|---|
protected AvaticaConnection |
MetaImpl.connection
The
AvaticaConnection backing this. |
AvaticaConnection |
AvaticaStatement.connection |
private AvaticaConnection |
AvaticaDatabaseMetaData.connection |
| Modifier and Type | Method and Description |
|---|---|
AvaticaConnection |
AvaticaStatement.getConnection() |
AvaticaConnection |
AvaticaJdbc41Factory.newConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info) |
AvaticaConnection |
AvaticaFactory.newConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info) |
| Modifier and Type | Method and Description |
|---|---|
abstract Meta |
UnregisteredDriver.createMeta(AvaticaConnection connection)
Creates a service handler that will give connections from this Driver
their behavior.
|
Meta |
AvaticaConnection.Trojan.getMeta(AvaticaConnection connection)
A means for anyone who has a trojan to get the protected field
meta. |
AvaticaDatabaseMetaData |
AvaticaJdbc41Factory.newDatabaseMetaData(AvaticaConnection connection) |
AvaticaDatabaseMetaData |
AvaticaFactory.newDatabaseMetaData(AvaticaConnection connection)
Creates meta data for the database.
|
AvaticaPreparedStatement |
AvaticaJdbc41Factory.newPreparedStatement(AvaticaConnection connection,
Meta.StatementHandle h,
Meta.Signature signature,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
AvaticaPreparedStatement |
AvaticaFactory.newPreparedStatement(AvaticaConnection connection,
Meta.StatementHandle h,
Meta.Signature signature,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
AvaticaStatement |
AvaticaJdbc41Factory.newStatement(AvaticaConnection connection,
Meta.StatementHandle h,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
AvaticaStatement |
AvaticaFactory.newStatement(AvaticaConnection connection,
Meta.StatementHandle h,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
void |
HandlerImpl.onConnectionClose(AvaticaConnection connection) |
void |
Handler.onConnectionClose(AvaticaConnection connection)
Called by container when a connection is being closed.
|
void |
HandlerImpl.onConnectionInit(AvaticaConnection connection) |
void |
Handler.onConnectionInit(AvaticaConnection connection)
Called by container when a connection is being created.
|
| Constructor and Description |
|---|
AvaticaDatabaseMetaData(AvaticaConnection connection) |
AvaticaJdbc41Factory.AvaticaJdbc41DatabaseMetaData(AvaticaConnection connection) |
AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement(AvaticaConnection connection,
Meta.StatementHandle h,
Meta.Signature signature,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
AvaticaJdbc41Factory.AvaticaJdbc41Statement(AvaticaConnection connection,
Meta.StatementHandle h,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
AvaticaPreparedStatement(AvaticaConnection connection,
Meta.StatementHandle h,
Meta.Signature signature,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Creates an AvaticaPreparedStatement.
|
AvaticaStatement(AvaticaConnection connection,
Meta.StatementHandle h,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Creates an AvaticaStatement.
|
AvaticaStatement(AvaticaConnection connection,
Meta.StatementHandle h,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
Meta.Signature signature) |
MetaImpl(AvaticaConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Factory.create(AvaticaConnection connection) |
Service |
MockProtobufService.MockProtobufServiceFactory.create(AvaticaConnection connection) |
Service |
MockJsonService.Factory.create(AvaticaConnection connection) |
Meta |
Driver.createMeta(AvaticaConnection connection) |
(package private) Service |
Driver.createService(AvaticaConnection connection,
ConnectionConfig config)
Creates a
Service with the given AvaticaConnection and configuration. |
(package private) AvaticaHttpClient |
Driver.getHttpClient(AvaticaConnection connection,
ConnectionConfig config)
Creates the HTTP client that communicates with the Avatica server.
|
| Constructor and Description |
|---|
RemoteMeta(AvaticaConnection connection,
Service service) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.