| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Class and Description |
|---|
| AvaticaConnection
Implementation of JDBC connection
for the Avatica framework.
|
| AvaticaConnection.Trojan
A way to call package-protected methods.
|
| AvaticaDatabaseMetaData
Implementation of
DatabaseMetaData
for the Avatica engine. |
| AvaticaFactory
Factory for JDBC objects.
|
| AvaticaParameter
Metadata for a parameter.
|
| AvaticaPreparedStatement
Implementation of
PreparedStatement
for the Avatica engine. |
| AvaticaResultSet
Implementation of
ResultSet
for the Avatica engine. |
| AvaticaStatement
Implementation of
Statement
for the Avatica engine. |
| BuiltInConnectionProperty
Enumeration of Avatica's built-in connection properties.
|
| ColumnMetaData
Metadata for a column.
|
| ColumnMetaData.ArrayType
Array type.
|
| ColumnMetaData.AvaticaType
Base class for a column type.
|
| ColumnMetaData.Rep
Description of the type used to internally represent a value.
|
| ColumnMetaData.ScalarType
Scalar type.
|
| ColumnMetaData.StructType
Record type.
|
| ConnectionConfig
Connection configuration.
|
| ConnectionConfigImpl.Converter
Callback to parse a property from string to its native type.
|
| ConnectionConfigImpl.PropEnv
The combination of a property definition and a map of property values.
|
| ConnectionPropertiesImpl
Concrete implementation of
Meta.ConnectionProperties. |
| ConnectionProperty
Definition of a property that may be specified on the JDBC connect string.
|
| ConnectionProperty.Type
Data type of property.
|
| DriverVersion
Driver version information.
|
| Handler
Called at various points in the JDBC lifecycle.
|
| Handler.ResultSink
Handler for temporary tables.
|
| Helper
Utility methods, mainly concerning error-handling.
|
| InternalProperty
Definitions of properties that drive the behavior of
AvaticaDatabaseMetaData. |
| Meta
Command handler for getting various metadata.
|
| Meta.ConnectionHandle
Connection handle.
|
| Meta.ConnectionProperties
A pojo containing various client-settable
Connection properties. |
| Meta.CursorFactory |
| Meta.ExecuteResult
Response from execute.
|
| Meta.Frame
A collection of rows.
|
| Meta.MetaResultSet
Meta data from which a result set can be constructed.
|
| Meta.Pat
Wrapper to remind API calls that a parameter is a pattern (allows '%' and
'_' wildcards, per the JDBC spec) rather than a string to be matched
exactly.
|
| Meta.PrepareCallback
API to put a result set into a statement, being careful to enforce
thread-safety and not to overwrite existing open result sets.
|
| Meta.Signature
Result of preparing a statement.
|
| Meta.StatementHandle
Statement handle.
|
| Meta.Style
How logical fields are represented in the objects returned by the
iterator.
|
| MetaImpl.Named
An object that has a name.
|
| SqlType
Extends the information in
Types. |
| SqlType.Method
Getter methods in
ResultSet. |
| UnregisteredDriver
Implementation of JDBC driver that does not register itself.
|
| UnregisteredDriver.JdbcVersion
JDBC version.
|
| Class and Description |
|---|
| AvaticaConnection
Implementation of JDBC connection
for the Avatica framework.
|
| ConnectionConfig
Connection configuration.
|
| ConnectionConfigImpl
Implementation of
ConnectionConfig. |
| ConnectionConfigImpl.PropEnv
The combination of a property definition and a map of property values.
|
| ConnectionProperty
Definition of a property that may be specified on the JDBC connect string.
|
| ConnectionProperty.Type
Data type of property.
|
| DriverVersion
Driver version information.
|
| Meta
Command handler for getting various metadata.
|
| Meta.ConnectionProperties
A pojo containing various client-settable
Connection properties. |
| Meta.Frame
A collection of rows.
|
| Meta.MetaResultSet
Meta data from which a result set can be constructed.
|
| Meta.Signature
Result of preparing a statement.
|
| Meta.StatementHandle
Statement handle.
|
| UnregisteredDriver
Implementation of JDBC driver that does not register itself.
|
| Class and Description |
|---|
| ColumnMetaData
Metadata for a column.
|
| ColumnMetaData.AvaticaType
Base class for a column type.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.