@DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=FIELD) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=PARAMETER) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=RETURN)
See: Description
| Interface | Description |
|---|---|
| CalciteConnectionConfig |
Interface for reading connection properties within Calcite code.
|
| Class | Description |
|---|---|
| CalciteConnectionConfigImpl |
Implementation of
CalciteConnectionConfig. |
| CalciteSystemProperty<T> |
A Calcite specific system property that is used to configure various aspects of the framework.
|
| Enum | Description |
|---|---|
| CalciteConnectionProperty |
Properties that may be specified on the JDBC connect string.
|
| CharLiteralStyle |
Styles of character literal.
|
| Lex |
Named, built-in lexical policy.
|
| NullCollation |
Strategy for how NULL values are to be sorted if NULLS FIRST or NULLS LAST
are not specified in an item in the ORDER BY clause.
|
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.