| Package | Description |
|---|---|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| Modifier and Type | Method and Description |
|---|---|
static CalciteRootSchema |
CalciteSchema.createRootSchema(boolean addMetadataSchema)
Creates a root schema.
|
CalciteRootSchema |
CalcitePrepare.Context.getRootSchema() |
CalciteRootSchema |
CalciteSchema.root() |
| Modifier and Type | Method and Description |
|---|---|
static CalciteConnection |
CalciteMetaImpl.connect(CalciteRootSchema schema,
JavaTypeFactory typeFactory)
A trojan-horse method, subject to change without notice.
|
abstract AvaticaConnection |
CalciteFactory.newConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info,
CalciteRootSchema rootSchema,
JavaTypeFactory typeFactory)
Creates a connection with a root schema.
|
org.apache.calcite.jdbc.CalciteJdbc41Factory.CalciteJdbc41Connection |
CalciteJdbc41Factory.newConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info,
CalciteRootSchema rootSchema,
JavaTypeFactory typeFactory) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.