 
| Name | Description | Type | Package | Framework | 
| JdbcConvention | Calling convention for relational operations that occur in a JDBC The convention is a slight misnomer. | Class | org.apache.calcite.adapter.jdbc | Calcite | 
| JdbcImplementor | State for generating a SQL statement. | Class | org.apache.calcite.adapter.jdbc | Calcite | 
| JdbcQueryProvider | Class | org.apache.calcite.adapter.jdbc | Calcite | |
| JdbcRel | Relational expression that uses JDBC calling convention. | Interface | org.apache.calcite.adapter.jdbc | Calcite | 
| JdbcRules | Rules and relational operators for calling convention. | Class | org.apache.calcite.adapter.jdbc | Calcite | 
| JdbcRules .JdbcAggregate | Aggregate operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcCalc | Calc operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcFilter | jdbc calling convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcIntersect | Intersect operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcJoin | Join operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcMinus | Minus operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcProject | jdbc calling convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcSort | Sort operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcTableModificationRule | Rule that converts a table-modification to JDBC. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcTableModify | Table-modification operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcUnion | Union operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcValues | Values operator implemented in JDBC convention. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcRules .JdbcValuesRule | Rule that converts a values operator to JDBC. | Class | org.apache.calcite.adapter.jdbc.JdbcRules | Calcite | 
| JdbcSchema | The tables in the JDBC data source appear to be tables in this schema; queries against this schema are executed against those tables, pushing down | Class | org.apache.calcite.adapter.jdbc | Calcite | 
| JdbcSchema .Factory | Schema factory that creates a This allows you to create a jdbc schema inside a model. | Class | org.apache.calcite.adapter.jdbc.JdbcSchema | Calcite | 
| JdbcTableScan | Relational expression representing a scan of a table in a JDBC data source. | Class | org.apache.calcite.adapter.jdbc | Calcite | 
| JdbcToEnumerableConverter | Relational expression representing a scan of a table in a JDBC data source. | Class | org.apache.calcite.adapter.jdbc | Calcite | 
| JdbcToEnumerableConverterRule | Rule to convert a relational expression from EnumerableConvention. | Class | org.apache.calcite.adapter.jdbc | Calcite |