| 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 |
|---|---|
class |
MetaImpl
Basic implementation of
Meta. |
| Modifier and Type | Field and Description |
|---|---|
protected Meta |
AvaticaConnection.meta |
| Modifier and Type | Method and Description |
|---|---|
Meta |
Meta.Factory.create(List<String> args) |
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
AvaticaConnection.meta. |
| Modifier and Type | Method and Description |
|---|---|
Meta |
Driver.createMeta(AvaticaConnection connection) |
| Constructor and Description |
|---|
LocalService(Meta meta) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.