| Package | Description |
|---|---|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.dialect |
SQL unparsers for JDBC dialects.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
JdbcToEnumerableConverter.generateGet(EnumerableRelImplementor implementor,
PhysType physType,
BlockBuilder builder,
ParameterExpression resultSet_,
int i,
Expression target,
Expression calendar_,
SqlDialect.CalendarPolicy calendarPolicy) |
| Modifier and Type | Method and Description |
|---|---|
SqlDialect.CalendarPolicy |
SqlDialect.getCalendarPolicy() |
static SqlDialect.CalendarPolicy |
SqlDialect.CalendarPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlDialect.CalendarPolicy[] |
SqlDialect.CalendarPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDialect.CalendarPolicy |
MysqlSqlDialect.getCalendarPolicy() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.