| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Class and Description |
|---|
| ArrayImpl.Factory
Factory that can create a result set based on a list of values.
|
| Cursor
Interface to an iteration that is similar to, and can easily support,
a JDBC
ResultSet, but is simpler to implement. |
| Cursor.Accessor
Accessor of a column value.
|
| Class and Description |
|---|
| AbstractCursor
Base class for implementing a cursor.
|
| AbstractCursor.AbstractGetter
Abstract implementation of
AbstractCursor.Getter. |
| AbstractCursor.Getter
Gets a value from a particular field of the current record of this
cursor.
|
| ArrayImpl.Factory
Factory that can create a result set based on a list of values.
|
| ByteString
Collection of bytes.
|
| Casing
Policy for converting case of identifiers before storing them.
|
| Cursor
Interface to an iteration that is similar to, and can easily support,
a JDBC
ResultSet, but is simpler to implement. |
| Cursor.Accessor
Accessor of a column value.
|
| DateTimeUtils.PrecisionTime |
| IteratorCursor |
| PositionedCursor
Abstract implementation of
Cursor
that caches its current row. |
| Quoting
Syntax for quoting identifiers in SQL statements.
|
| Spacer
Efficiently writes strings of spaces.
|
| TimeUnit
Enumeration of time units used to construct an interval.
|
| TimeUnitRange
A range of time units.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.