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.JdbcAggregateRule |
Rule to convert a
Aggregate
to a JdbcRules.JdbcAggregate. |
| JdbcRules.JdbcCalc |
Calc operator implemented in JDBC convention.
|
| JdbcRules.JdbcCalcRule |
Rule to convert a
Calc to an
JdbcRules.JdbcCalc. |
| JdbcRules.JdbcConverterRule |
Abstract base class for rule that converts to JDBC.
|
| 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. |
| JdbcUtils |
Utilities for the JDBC provider.
|
| JdbcUtils.DataSourcePool |
Ensures that if two data sources have the same definition, they will use
the same object.
|
| JdbcUtils.DialectPool |
Pool of dialects.
|
| JdbcUtils.ObjectArrayRowBuilder |
Builder that calls
ResultSet.getObject(int) for every column,
or getXxx if the result type is a primitive xxx,
and returns an array of objects for each row. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.