See: Description
| Interface | Description |
|---|---|
| JdbcRel |
Relational expression that uses JDBC calling convention.
|
| Class | 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. |
| JdbcRules |
Rules and relational operators for
JdbcConvention
calling convention. |
| JdbcRules.JdbcAggregate |
Aggregate operator implemented in JDBC convention.
|
| JdbcRules.JdbcCalc |
Calc operator implemented in JDBC convention.
|
| 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
LogicalProject in
jdbc calling convention. |
| JdbcRules.JdbcSort |
Sort operator implemented in JDBC convention.
|
| JdbcRules.JdbcTableModificationRule |
Rule that converts a table-modification to JDBC.
|
| JdbcRules.JdbcTableModify |
Table-modification operator implemented in JDBC convention.
|
| JdbcRules.JdbcUnion |
Union operator implemented in JDBC convention.
|
| JdbcRules.JdbcValues |
Values operator implemented in JDBC convention.
|
| JdbcRules.JdbcValuesRule |
Rule that converts a values operator to JDBC.
|
| JdbcSchema |
Implementation of
Schema that is backed by a JDBC data source. |
| JdbcSchema.Factory |
Schema factory that creates a
JdbcSchema. |
| JdbcTableScan |
Relational expression representing a scan of a table in a JDBC data source.
|
| JdbcToEnumerableConverter |
Relational expression representing a scan of a table in a JDBC data source.
|
| JdbcToEnumerableConverterRule |
Rule to convert a relational expression from
JdbcConvention to
EnumerableConvention. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.