| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AvaticaJdbc41Factory
Implementation of
AvaticaFactory for JDBC 4.1 (corresponds to JDK
1.7). |
| Modifier and Type | Field and Description |
|---|---|
protected AvaticaFactory |
AvaticaConnection.factory |
protected AvaticaFactory |
UnregisteredDriver.factory |
| Modifier and Type | Method and Description |
|---|---|
protected AvaticaFactory |
UnregisteredDriver.createFactory()
Creates a factory for JDBC objects (connection, statement).
|
protected static AvaticaFactory |
UnregisteredDriver.instantiateFactory(String factoryClassName)
Helper method for creating factories.
|
| Modifier and Type | Method and Description |
|---|---|
AvaticaConnection |
AvaticaJdbc41Factory.newConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info) |
AvaticaConnection |
AvaticaFactory.newConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info) |
| Constructor and Description |
|---|
AvaticaConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info)
Creates an AvaticaConnection.
|
AvaticaJdbc41Factory.AvaticaJdbc41Connection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.