See: Description
| Interface | Description |
|---|---|
| JdbcRel |
Relational expression that uses JDBC calling convention.
|
| JdbcSchema.Foo |
Do not use.
|
| Class | Description |
|---|---|
| JdbcCatalogSchema |
Schema based upon a JDBC catalog (database).
|
| 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.JdbcAggregateRule |
Rule to convert a
Aggregate
to a JdbcRules.JdbcAggregate. |
| JdbcRules.JdbcCalc | Deprecated |
| JdbcRules.JdbcFilter |
Implementation of
Filter in
jdbc calling convention. |
| JdbcRules.JdbcFilterRule |
Rule to convert a
Filter to
an JdbcRules.JdbcFilter. |
| JdbcRules.JdbcIntersect |
Intersect operator implemented in JDBC convention.
|
| JdbcRules.JdbcIntersectRule |
Rule to convert a
Intersect
to a JdbcRules.JdbcIntersect. |
| JdbcRules.JdbcJoin |
Join operator implemented in JDBC convention.
|
| JdbcRules.JdbcJoinRule |
Rule that converts a join to JDBC.
|
| JdbcRules.JdbcMinus |
Minus operator implemented in JDBC convention.
|
| JdbcRules.JdbcMinusRule |
Rule to convert a
Minus to a
JdbcRules.JdbcMinus. |
| JdbcRules.JdbcProject |
Implementation of
Project in
jdbc calling convention. |
| JdbcRules.JdbcProjectRule |
Rule to convert a
Project to
an JdbcRules.JdbcProject. |
| JdbcRules.JdbcSort |
Sort operator implemented in JDBC convention.
|
| JdbcRules.JdbcSortRule |
Rule to convert a
Sort to an
JdbcRules.JdbcSort. |
| 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.JdbcUnionRule |
Rule to convert an
Union to a
JdbcRules.JdbcUnion. |
| 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. |
| 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.
|
| 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-2022 Apache Software Foundation. All Rights Reserved.