| Package | Description |
|---|---|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| Class and Description |
|---|
| JdbcConvention
Calling convention for relational operations that occur in a JDBC
database.
|
| JdbcImplementor
State for generating a SQL statement.
|
| JdbcQueryProvider
Implementation of
QueryProvider that talks to JDBC databases. |
| JdbcRel
Relational expression that uses JDBC calling convention.
|
| JdbcRules.JdbcAggregate
Aggregate operator implemented in JDBC convention.
|
| JdbcRules.JdbcConverterRule
Abstract base class for rule that converts to JDBC.
|
| JdbcRules.JdbcFilter
Implementation of
Filter in
jdbc calling convention. |
| JdbcRules.JdbcIntersect
Intersect operator implemented in JDBC convention.
|
| JdbcRules.JdbcJoin
Join operator implemented in JDBC convention.
|
| JdbcRules.JdbcMinus
Minus operator implemented in JDBC convention.
|
| JdbcRules.JdbcProject
Implementation of
Project in
jdbc calling convention. |
| JdbcRules.JdbcSort
Sort operator implemented in JDBC convention.
|
| JdbcRules.JdbcUnion
Union operator implemented in JDBC convention.
|
| JdbcSchema
Implementation of
Schema that is backed by a JDBC data source. |
| JdbcSchema.Factory
Schema factory that creates a
JdbcSchema. |
| JdbcTable
Queryable that gets its data from a table within a JDBC connection.
|
| JdbcTableScan
Relational expression representing a scan of a table in a JDBC data source.
|
| JdbcUtils.DataSourcePool
Ensures that if two data sources have the same definition, they will use
the same object.
|
| JdbcUtils.DialectPool
Pool of dialects.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.