| Package | Description |
|---|---|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcImplementor.AliasContext
Implementation of Context that precedes field references with their
"table alias" based on the current sub-query's FROM clause.
|
| Modifier and Type | Field and Description |
|---|---|
JdbcImplementor.Context |
JdbcImplementor.Builder.context |
| Modifier and Type | Method and Description |
|---|---|
JdbcImplementor.Context |
JdbcImplementor.Result.qualifiedContext()
Returns a context that always qualifies identifiers.
|
| Constructor and Description |
|---|
JdbcImplementor.Builder(JdbcRel rel,
List<org.apache.calcite.adapter.jdbc.JdbcImplementor.Clause> clauses,
SqlSelect select,
JdbcImplementor.Context context) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.