| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Field and Description |
|---|---|
AvaticaConnection |
AvaticaStatement.connection |
protected AvaticaConnection |
MetaImpl.connection
The
AvaticaConnection backing this. |
| Modifier and Type | Method and Description |
|---|---|
AvaticaConnection |
AvaticaStatement.getConnection() |
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 |
AvaticaFactory.newDatabaseMetaData(AvaticaConnection connection)
Creates meta data for the database.
|
AvaticaPreparedStatement |
AvaticaFactory.newPreparedStatement(AvaticaConnection connection,
Meta.StatementHandle h,
Meta.Signature signature,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
AvaticaStatement |
AvaticaFactory.newStatement(AvaticaConnection connection,
Meta.StatementHandle h,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
void |
Handler.onConnectionClose(AvaticaConnection connection)
Called by container when a connection is being closed.
|
void |
HandlerImpl.onConnectionClose(AvaticaConnection connection) |
void |
Handler.onConnectionInit(AvaticaConnection connection)
Called by container when a connection is being created.
|
void |
HandlerImpl.onConnectionInit(AvaticaConnection connection) |
| Constructor and Description |
|---|
AvaticaDatabaseMetaData(AvaticaConnection connection) |
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.
|
MetaImpl(AvaticaConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Factory.create(AvaticaConnection connection) |
Service |
MockJsonService.Factory.create(AvaticaConnection connection) |
Meta |
Driver.createMeta(AvaticaConnection connection) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.