| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| 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 |
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.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.