| Name | Description | Type | Package | Framework | 
| AbstractCursor | Base class for implementing a cursor. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| AbstractCursor .Getter | Gets a value from a particular field of the current record of thisSkip navigation links | Interface | org.apache.calcite.avatica.util.AbstractCursor | Calcite | 
|
| AbstractHandler | Abstract base class for Handlers to extend to inherit functionality common across serialization strategies. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| AbstractService | A common base class for Service implementations that implement modifications made to response objects. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| ArrayImpl |  | Class | org.apache.calcite.avatica.util | Calcite | 
|
| ArrayImpl .Factory | Factory that can create a result set based on a list of values. | Interface | org.apache.calcite.avatica.util.ArrayImpl | Calcite | 
|
| ArrayIteratorCursor | returns an array of Object for each row. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| AvaticaClientRuntimeException | The client-side representation of AvaticaRuntimeException. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaConnection | for the Avatica framework. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaConnection .CallableWithoutException | A Callable-like interface but without a throws Exception. | Interface | org.apache.calcite.avatica.AvaticaConnection | Calcite | 
|
| AvaticaConnection .Trojan | A way to call package-protected methods. | Class | org.apache.calcite.avatica.AvaticaConnection | Calcite | 
|
| AvaticaDatabaseMetaData | for the Avatica engine. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaFactory | Factory for JDBC objects. | Interface | org.apache.calcite.avatica | Calcite | 
|
| AvaticaHandler | A custom interface that extends the Jetty interface to enable extra control within Avatica. | Interface | org.apache.calcite.avatica.server | Calcite | 
|
| AvaticaHttpClient | An interface which defines how requests are sent to the Avatica server. | Interface | org.apache.calcite.avatica.remote | Calcite | 
|
| AvaticaHttpClientImpl | A common class to invoke HTTP requests against the Avatica server agnostic of the data being sent and received across the wire. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| AvaticaJsonHandler | Jetty handler that executes Avatica JSON request-responses. | Class | org.apache.calcite.avatica.server | Calcite | 
|
| AvaticaParameter | Metadata for a parameter. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaPreparedStatement | for the Avatica engine. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaProtobufHandler | Jetty handler that executes Avatica JSON request-responses. | Class | org.apache.calcite.avatica.server | Calcite | 
|
| AvaticaRemoteConnectionConfigImpl | with extra properties specific to Remote Driver. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| AvaticaRemoteConnectionProperty | enum AvaticaRemoteConnectionPropertyEnumeration of Avatica remote driver's built-in connection properties. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| AvaticaResultSet | for the Avatica engine. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaResultSetMetaData | for the Avatica framework. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaRuntimeException | A RuntimeException thrown by Avatica with additional contextual information about what happened to cause the Exception. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| AvaticaSeverity | enum AvaticaSeverityAn enumeration that denotes the severity of a given unexpected state. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaSite | A location that a value can be written to or read from. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaSqlException | A client-facing SQLException which encapsulates errors from the remote Avatica server. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaStatement | for the Avatica engine. | Class | org.apache.calcite.avatica | Calcite | 
|
| AvaticaUtils | Returns the boxed class. | Class | org.apache.calcite.avatica | Calcite | 
|
| Base64 | Encodes and decodes to and from Base64 notation. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| Base64 .InputStream | A Base64. | Class | org.apache.calcite.avatica.util.Base64 | Calcite | 
|
| Base64 .OutputStream | A Base64. | Class | org.apache.calcite.avatica.util.Base64 | Calcite | 
|
| BuiltInConnectionProperty | enum BuiltInConnectionPropertyEnumeration of Avatica's built-in connection properties. | Class | org.apache.calcite.avatica | Calcite | 
|
| ByteString | Collection of bytes. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| Casing | Policy for converting case of identifiers before storing them. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| ColumnMetaData | Metadata for a column. | Class | org.apache.calcite.avatica | Calcite | 
|
| ColumnMetaData .ArrayType |  | Class | org.apache.calcite.avatica.ColumnMetaData | Calcite | 
|
| ColumnMetaData .AvaticaType | Base class for a column type. | Class | org.apache.calcite.avatica.ColumnMetaData | Calcite | 
|
| ColumnMetaData .Rep | Description of the type used to internally represent a value. | Class | org.apache.calcite.avatica.ColumnMetaData | Calcite | 
|
| ColumnMetaData .ScalarType |  | Class | org.apache.calcite.avatica.ColumnMetaData | Calcite | 
|
| ColumnMetaData .StructType |  | Class | org.apache.calcite.avatica.ColumnMetaData | Calcite | 
|
| Common |  | Class | org.apache.calcite.avatica.proto | Calcite | 
|
| Common .AvaticaParameter | Protobuf type AvaticaParameter Metadata for a parameter | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .AvaticaParameter .Builder | Protobuf type AvaticaParameter Metadata for a parameter | Class | org.apache.calcite.avatica.proto.Common.AvaticaParameter | Calcite | 
|
| Common .AvaticaParameterOrBuilder | optional string class_name = 6;com. | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .AvaticaType | Protobuf type AvaticaType Base class for a column type | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .AvaticaType .Builder | Protobuf type AvaticaType Base class for a column type | Class | org.apache.calcite.avatica.proto.Common.AvaticaType | Calcite | 
|
| Common .AvaticaTypeOrBuilder | repeated . | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .ColumnMetaData | Protobuf type ColumnMetaDataSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .ColumnMetaData .Builder | Protobuf type ColumnMetaDataoptional bool auto_increment = 2; | Class | org.apache.calcite.avatica.proto.Common.ColumnMetaData | Calcite | 
|
| Common .ColumnMetaDataOrBuilder | optional bool auto_increment = 2;booleangetCaseSensitive() | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .ColumnValue | Protobuf type ColumnValue A value might be a TypedValue or an Array of TypedValue's | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .ColumnValue .Builder | Protobuf type ColumnValue A value might be a TypedValue or an Array of TypedValue's | Class | org.apache.calcite.avatica.proto.Common.ColumnValue | Calcite | 
|
| Common .ColumnValueOrBuilder | repeated . | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .ConnectionProperties | Protobuf type ConnectionProperties Details about a connection | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .ConnectionProperties .Builder | Protobuf type ConnectionProperties Details about a connection | Class | org.apache.calcite.avatica.proto.Common.ConnectionProperties | Calcite | 
|
| Common .ConnectionPropertiesOrBuilder | optional bool auto_commit = 2;optional string catalog = 5; | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .CursorFactory | Protobuf type CursorFactory Information necessary to convert an Iterable into a Calcite Cursor | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .CursorFactory .Builder | Protobuf type CursorFactory Information necessary to convert an Iterable into a Calcite Cursor | Class | org.apache.calcite.avatica.proto.Common.CursorFactory | Calcite | 
|
| Common .CursorFactory .Style | Protobuf enum CursorFactory. | Class | org.apache.calcite.avatica.proto.Common.CursorFactory | Calcite | 
|
| Common .CursorFactoryOrBuilder | optional string class_name = 2;com. | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .DatabaseProperty | Protobuf type DatabaseProperty Database property, list of functions the database provides for a certain operation | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .DatabaseProperty .Builder | Protobuf type DatabaseProperty Database property, list of functions the database provides for a certain operation | Class | org.apache.calcite.avatica.proto.Common.DatabaseProperty | Calcite | 
|
| Common .DatabasePropertyOrBuilder | repeated string functions = 2;com. | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .Frame | A collection of rowsSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .Frame .Builder | A collection of rowsrepeated . | Class | org.apache.calcite.avatica.proto.Common.Frame | Calcite | 
|
| Common .FrameOrBuilder | optional bool done = 2;optional uint64 offset = 1; | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .MetaDataOperation | Protobuf enum MetaDataOperation Enumeration corresponding to DatabaseMetaData operations | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .MetaDataOperationArgument | Protobuf type MetaDataOperationArgument Represents the breadth of arguments to DatabaseMetaData functions | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .MetaDataOperationArgument .ArgumentType | Protobuf enum MetaDataOperationArgument. | Class | org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument | Calcite | 
|
| Common .MetaDataOperationArgument .Builder | Protobuf type MetaDataOperationArgument Represents the breadth of arguments to DatabaseMetaData functions | Class | org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument | Calcite | 
|
| Common .MetaDataOperationArgumentOrBuilder |  | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .QueryState | Protobuf type QueryStateSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .QueryState .Builder | Protobuf type QueryStaterepeated . | Class | org.apache.calcite.avatica.proto.Common.QueryState | Calcite | 
|
| Common .QueryStateOrBuilder | repeated . | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .Rep |  | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .Row | A row is a collection of valuesSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .Row .Builder | A row is a collection of valuesrepeated . | Class | org.apache.calcite.avatica.proto.Common.Row | Calcite | 
|
| Common .RowOrBuilder | repeated . | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .Severity | Protobuf enum Severity The severity of some unexpected outcome to an operation. | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .Signature | Protobuf type Signature Results of preparing a statement | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .Signature .Builder | Protobuf type Signature Results of preparing a statement | Class | org.apache.calcite.avatica.proto.Common.Signature | Calcite | 
|
| Common .SignatureOrBuilder | repeated . | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .StatementHandle | Protobuf type StatementHandleSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .StatementHandle .Builder | Protobuf type StatementHandle | Class | org.apache.calcite.avatica.proto.Common.StatementHandle | Calcite | 
|
| Common .StatementHandleOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .StatementType | Protobuf enum StatementType Has to be consistent with Meta. | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .StateType |  | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .TypedValue | Protobuf type TypedValue Generic wrapper to support any SQL type. | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .TypedValue .Builder | Protobuf type TypedValue Generic wrapper to support any SQL type. | Class | org.apache.calcite.avatica.proto.Common.TypedValue | Calcite | 
|
| Common .TypedValueOrBuilder | optional bool bool_value = 2;com. | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .WireMessage | Protobuf type WireMessage Message which encapsulates another message to support a single RPC endpoint | Class | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| Common .WireMessage .Builder | Protobuf type WireMessage Message which encapsulates another message to support a single RPC endpoint | Class | org.apache.calcite.avatica.proto.Common.WireMessage | Calcite | 
|
| Common .WireMessageOrBuilder | optional string name = 1;com. | Interface | org.apache.calcite.avatica.proto.Common | Calcite | 
|
| ConnectionConfig | Connection configuration. | Interface | org.apache.calcite.avatica | Calcite | 
|
| ConnectionConfigImpl |  | Class | org.apache.calcite.avatica | Calcite | 
|
| ConnectionConfigImpl .Converter | Callback to parse a property from string to its native type. | Interface | org.apache.calcite.avatica.ConnectionConfigImpl | Calcite | 
|
| ConnectionConfigImpl .PropEnv | The combination of a property definition and a map of property values. | Class | org.apache.calcite.avatica.ConnectionConfigImpl | Calcite | 
|
| ConnectionPropertiesImpl | Concrete implementation of Meta. | Class | org.apache.calcite.avatica | Calcite | 
|
| ConnectionProperty | Definition of a property that may be specified on the JDBC connect string. | Interface | org.apache.calcite.avatica | Calcite | 
|
| ConnectionProperty .Type | Data type of property. | Class | org.apache.calcite.avatica.ConnectionProperty | Calcite | 
|
| ConnectStringParser | ConnectStringParser is a utility class that parses or creates a JDBC connect string according to the OLE DB connect string syntax described at | Class | org.apache.calcite.avatica | Calcite | 
|
| Cursor | Interface to an iteration that is similar to, and can easily support, a JDBC ResultSet, but is simpler to implement. | Interface | org.apache.calcite.avatica.util | Calcite | 
|
| Cursor .Accessor | Accessor of a column value. | Interface | org.apache.calcite.avatica.util.Cursor | Calcite | 
|
| DateTimeUtils | Utility functions for datetime types: date, time, timestamp. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| DateTimeUtils .PrecisionTime | Helper class for DateTimeUtils. | Class | org.apache.calcite.avatica.util.DateTimeUtils | Calcite | 
|
| DelegatingAvaticaHandler | An AvaticaHandler implementation that delegates to a provided Jetty Handler instance. | Class | org.apache.calcite.avatica.server | Calcite | 
|
| Driver | Avatica Remote JDBC driver. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| Driver .Serialization | Defines the method of message serialization used by the DriverReturns the enum constant of this type with the specified name. | Class | org.apache.calcite.avatica.remote.Driver | Calcite | 
|
| DriverVersion | Driver version information. | Class | org.apache.calcite.avatica | Calcite | 
|
| Handler | Called at various points in the JDBC lifecycle. | Interface | org.apache.calcite.avatica | Calcite | 
|
| Handler | API for text request-response calls to an Avatica server. | Interface | org.apache.calcite.avatica.remote | Calcite | 
|
| Handler .HandlerResponse | Struct that encapsulates the context of the result of a request to Avatica. | Class | org.apache.calcite.avatica.remote.Handler | Calcite | 
|
| Handler .ResultSink | Handler for temporary tables. | Interface | org.apache.calcite.avatica.Handler | Calcite | 
|
| HandlerFactory | Factory that instantiates the desired implementation, typically differing on the method used to serialize messages, for use in the Avatica server. | Class | org.apache.calcite.avatica.server | Calcite | 
|
| HandlerImpl | It is recommended implementations of Handler use this as a base class, to ensure forward compatibility. | Class | org.apache.calcite.avatica | Calcite | 
|
| Helper | Utility methods, mainly concerning error-handling. | Class | org.apache.calcite.avatica | Calcite | 
|
| HttpServer | Avatica HTTP server. | Class | org.apache.calcite.avatica.server | Calcite | 
|
| InternalProperty | enum InternalPropertyDefinitions of properties that drive the behavior of | Class | org.apache.calcite.avatica | Calcite | 
|
| IteratorCursor | on top of an Iterator that returns a record for each row. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| JdbcMeta |  | Class | org.apache.calcite.avatica.jdbc | Calcite | 
|
| JdbcMeta .ConnectionCacheSettings | Configurable connection cache settings. | Class | org.apache.calcite.avatica.jdbc.JdbcMeta | Calcite | 
|
| JdbcMeta .StatementCacheSettings | Configurable statement cache settings. | Class | org.apache.calcite.avatica.jdbc.JdbcMeta | Calcite | 
|
| JsonHandler | that decodes JSON requests, sends them to a Service, and encodes the responses into JSON. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| JsonService | that encodes requests and responses as JSON. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| ListIteratorCursor | returns a List for each row. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| LocalJsonService | that goes to an in-process instance of Service. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| LocalProtobufService | A Service implementation that performs protocol buffer serialization on request and responses on either side of computing a response from a request to mimic some transport to a server which | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| LocalService |  | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| Main | Jetty handler that executes Avatica JSON request-responses. | Class | org.apache.calcite.avatica.server | Calcite | 
|
| Main .HandlerFactory | Factory that instantiates Jetty Handlersorg. | Interface | org.apache.calcite.avatica.server.Main | Calcite | 
|
| MapIteratorCursor | returns a Map for each row. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| Meta | Command handler for getting various metadata. | Interface | org.apache.calcite.avatica | Calcite | 
|
| Meta .ConnectionHandle |  | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .ConnectionProperties | A pojo containing various client-settable Connection properties. | Interface | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .CursorFactory |  | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .DatabaseProperty | Values exist for methods, such as DatabaseMetaData. | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .ExecuteResult | Response from execute. | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .Factory | Factory to create instances of Meta. | Interface | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .Frame | A collection of rows. | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .MetaResultSet | Meta data from which a result set can be constructed. | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| 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 | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| 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. | Interface | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .Signature | Result of preparing a statement. | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .StatementHandle |  | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .StatementType |  | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| Meta .Style | How logical fields are represented in the objects returned by the | Class | org.apache.calcite.avatica.Meta | Calcite | 
|
| MetaDataOperation | enum MetaDataOperationIdentifies an operation from DatabaseMetaData which returns a ResultSet. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| MetaImpl | Basic implementation of Meta. | Class | org.apache.calcite.avatica | Calcite | 
|
| MetaImpl .MetaAttribute | Metadata describing an attribute. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaBestRowIdentifier | Metadata describing the best identifier for a row. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaCatalog | Metadata describing a catalog. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaClientInfoProperty | Metadata describing a client info property. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaColumn | Metadata describing a column. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaColumnPrivilege | Metadata describing a column privilege. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaCrossReference | Metadata describing a cross reference. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaExportedKey | Metadata describing an exported key. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaFunction | Metadata describing a function. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaFunctionColumn | Metadata describing a function column. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaImportedKey | Metadata describing an imported key. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaIndexInfo | Metadata describing index info. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaPrimaryKey | Metadata describing a primary key. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaProcedure | Metadata describing a procedure. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaProcedureColumn | Metadata describing a procedure column. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaPseudoColumn | Metadata describing a pseudo column. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaSchema | Metadata describing a schema. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaSuperTable | Metadata describing a super-table. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaSuperType | Metadata describing a super-type. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaTable | Metadata describing a table. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaTablePrivilege | Metadata describing a table privilege. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaTableType | Metadata describing a table type. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaTypeInfo | Metadata describing type info. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaUdt | Metadata describing a user-defined type. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .MetaVersionColumn | Metadata describing a version column. | Class | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MetaImpl .Named | An object that has a name. | Interface | org.apache.calcite.avatica.MetaImpl | Calcite | 
|
| MissingResultsException | An Exception which denotes that a cached Statement is present but has no ResultSet. | Class | org.apache.calcite.avatica | Calcite | 
|
| MockJsonService | Mock implementation of Service that encodes its requests and responses as JSON | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| MockJsonService .Factory | Factory that creates a MockJsonService. | Class | org.apache.calcite.avatica.remote.MockJsonService | Calcite | 
|
| MockProtobufService | A mock implementation of ProtobufService for testing. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| MockProtobufService .MockProtobufServiceFactory | A factory that instantiates the mock protobuf service. | Class | org.apache.calcite.avatica.remote.MockProtobufService | Calcite | 
|
| NoSuchConnectionException | An Exception that denotes that the given Connection is not cached. | Class | org.apache.calcite.avatica | Calcite | 
|
| NoSuchStatementException | An Exception that denotes that the given Statement is not cached. | Class | org.apache.calcite.avatica | Calcite | 
|
| PackageMarker | This is a dummy annotation that forces javac to produce output for otherwise empty package-info. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| PositionedCursor | Abstract implementation of Cursor that caches its current row. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| ProtobufHandler | Dispatches serialized protocol buffer messages to the provided Service by converting them to the POJO Request. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| ProtobufService | Service implementation that encodes requests and responses as protocol buffers. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| ProtobufTranslation | Generic interface to support parsing of serialized protocol buffers between client and server. | Interface | org.apache.calcite.avatica.remote | Calcite | 
|
| ProtobufTranslationImpl | protobuf requests to POJO requests. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| QueryState |  | Class | org.apache.calcite.avatica | Calcite | 
|
| QueryState .StateType | An enumeration that represents how a ResultSet was created. | Class | org.apache.calcite.avatica.QueryState | Calcite | 
|
| Quoting | Syntax for quoting identifiers in SQL statements. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| RecordIteratorCursor | returns a record for each row. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| RemoteProtobufService | ProtobufService implementation that queries against a remote implementation, using protocol buffers as the serialized form. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| RemoteService | that translates requests into JSON and sends them to a remote server, usually an HTTP server. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| Requests |  | Class | org.apache.calcite.avatica.proto | Calcite | 
|
| Requests .CatalogsRequest | Protobuf type CatalogsRequest Request for Meta#getCatalogs() | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CatalogsRequest .Builder | Protobuf type CatalogsRequest Request for Meta#getCatalogs() | Class | org.apache.calcite.avatica.proto.Requests.CatalogsRequest | Calcite | 
|
| Requests .CatalogsRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CloseConnectionRequest | Protobuf type CloseConnectionRequest Request for Meta#closeConnection(Meta. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CloseConnectionRequest .Builder | Protobuf type CloseConnectionRequest Request for Meta#closeConnection(Meta. | Class | org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest | Calcite | 
|
| Requests .CloseConnectionRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CloseStatementRequest | Protobuf type CloseStatementRequest Request for Meta#closeStatement(Meta. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CloseStatementRequest .Builder | Protobuf type CloseStatementRequest Request for Meta#closeStatement(Meta. | Class | org.apache.calcite.avatica.proto.Requests.CloseStatementRequest | Calcite | 
|
| Requests .CloseStatementRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .ColumnsRequest | Protobuf type ColumnsRequest Request for Meta#getColumns(String, org. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .ColumnsRequest .Builder | Protobuf type ColumnsRequest Request for Meta#getColumns(String, org. | Class | org.apache.calcite.avatica.proto.Requests.ColumnsRequest | Calcite | 
|
| Requests .ColumnsRequestOrBuilder | optional string catalog = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CommitRequest | Protobuf type CommitRequest Request to invoke a commit on a Connection | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CommitRequest .Builder | Protobuf type CommitRequest Request to invoke a commit on a Connection | Class | org.apache.calcite.avatica.proto.Requests.CommitRequest | Calcite | 
|
| Requests .CommitRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .ConnectionSyncRequest | Protobuf type ConnectionSyncRequestSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .ConnectionSyncRequest .Builder | Protobuf type ConnectionSyncRequest | Class | org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest | Calcite | 
|
| Requests .ConnectionSyncRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CreateStatementRequest | Protobuf type CreateStatementRequest Request for Meta#createStatement(Meta. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .CreateStatementRequest .Builder | Protobuf type CreateStatementRequest Request for Meta#createStatement(Meta. | Class | org.apache.calcite.avatica.proto.Requests.CreateStatementRequest | Calcite | 
|
| Requests .CreateStatementRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .DatabasePropertyRequest | Protobuf type DatabasePropertyRequest Request for Meta#getDatabaseProperties() | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .DatabasePropertyRequest .Builder | Protobuf type DatabasePropertyRequest Request for Meta#getDatabaseProperties() | Class | org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest | Calcite | 
|
| Requests .DatabasePropertyRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .ExecuteRequest | Protobuf type ExecuteRequest Request for Meta#execute(Meta. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .ExecuteRequest .Builder | Protobuf type ExecuteRequest Request for Meta#execute(Meta. | Class | org.apache.calcite.avatica.proto.Requests.ExecuteRequest | Calcite | 
|
| Requests .ExecuteRequestOrBuilder | optional bool has_parameter_values = 4;longgetMaxRowCount() | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .FetchRequest | Protobuf type FetchRequest Request for Meta#fetch(Meta. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .FetchRequest .Builder | Protobuf type FetchRequest Request for Meta#fetch(Meta. | Class | org.apache.calcite.avatica.proto.Requests.FetchRequest | Calcite | 
|
| Requests .FetchRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .OpenConnectionRequest | Protobuf type OpenConnectionRequest Request for Meta#openConnection(Meta. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .OpenConnectionRequest .Builder | Protobuf type OpenConnectionRequest Request for Meta#openConnection(Meta. | Class | org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest | Calcite | 
|
| Requests .OpenConnectionRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .PrepareAndExecuteRequest | Protobuf type PrepareAndExecuteRequest Request for Meta#prepareAndExecute(Meta. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .PrepareAndExecuteRequest .Builder | Protobuf type PrepareAndExecuteRequest Request for Meta#prepareAndExecute(Meta. | Class | org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest | Calcite | 
|
| Requests .PrepareAndExecuteRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .PrepareRequest | Protobuf type PrepareRequest Request for Meta. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .PrepareRequest .Builder | Protobuf type PrepareRequest Request for Meta. | Class | org.apache.calcite.avatica.proto.Requests.PrepareRequest | Calcite | 
|
| Requests .PrepareRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .RollbackRequest | Protobuf type RollbackRequest Request to invoke rollback on a Connection | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .RollbackRequest .Builder | Protobuf type RollbackRequest Request to invoke rollback on a Connection | Class | org.apache.calcite.avatica.proto.Requests.RollbackRequest | Calcite | 
|
| Requests .RollbackRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .SchemasRequest | Protobuf type SchemasRequest Request for Meta#getSchemas(String, org. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .SchemasRequest .Builder | Protobuf type SchemasRequest Request for Meta#getSchemas(String, org. | Class | org.apache.calcite.avatica.proto.Requests.SchemasRequest | Calcite | 
|
| Requests .SchemasRequestOrBuilder | optional string catalog = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .SyncResultsRequest | Protobuf type SyncResultsRequestSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .SyncResultsRequest .Builder | Protobuf type SyncResultsRequest | Class | org.apache.calcite.avatica.proto.Requests.SyncResultsRequest | Calcite | 
|
| Requests .SyncResultsRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .TablesRequest | Protobuf type TablesRequest Request for Request for Meta#getTables(String, org. | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .TablesRequest .Builder | Protobuf type TablesRequest Request for Request for Meta#getTables(String, org. | Class | org.apache.calcite.avatica.proto.Requests.TablesRequest | Calcite | 
|
| Requests .TablesRequestOrBuilder | optional string catalog = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .TableTypesRequest | Protobuf type TableTypesRequest Request for Meta#getTableTypes() | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .TableTypesRequest .Builder | Protobuf type TableTypesRequest Request for Meta#getTableTypes() | Class | org.apache.calcite.avatica.proto.Requests.TableTypesRequest | Calcite | 
|
| Requests .TableTypesRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .TypeInfoRequest | Protobuf type TypeInfoRequest Request for Meta#getTypeInfo() | Class | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| Requests .TypeInfoRequest .Builder | Protobuf type TypeInfoRequest Request for Meta#getTypeInfo() | Class | org.apache.calcite.avatica.proto.Requests.TypeInfoRequest | Calcite | 
|
| Requests .TypeInfoRequestOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Requests | Calcite | 
|
| RequestTranslator | Encapsulate the logic of transforming a protobuf Request message into the Avatica POJO request. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| Responses |  | Class | org.apache.calcite.avatica.proto | Calcite | 
|
| Responses .CloseConnectionResponse | Protobuf type CloseConnectionResponse Response to CloseConnectionRequest { | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .CloseConnectionResponse .Builder | Protobuf type CloseConnectionResponse Response to CloseConnectionRequest { | Class | org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse | Calcite | 
|
| Responses .CloseConnectionResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .CloseStatementResponse | Protobuf type CloseStatementResponse Response to CloseStatementRequest | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .CloseStatementResponse .Builder | Protobuf type CloseStatementResponse Response to CloseStatementRequest | Class | org.apache.calcite.avatica.proto.Responses.CloseStatementResponse | Calcite | 
|
| Responses .CloseStatementResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .CommitResponse | Protobuf type CommitResponse Response to a commit request | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .CommitResponse .Builder | Protobuf type CommitResponse Response to a commit request | Class | org.apache.calcite.avatica.proto.Responses.CommitResponse | Calcite | 
|
| Responses .CommitResponseOrBuilder |  | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .ConnectionSyncResponse | Protobuf type ConnectionSyncResponse Response to ConnectionSyncRequest | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .ConnectionSyncResponse .Builder | Protobuf type ConnectionSyncResponse Response to ConnectionSyncRequest | Class | org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse | Calcite | 
|
| Responses .ConnectionSyncResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .CreateStatementResponse | Protobuf type CreateStatementResponse Response to CreateStatementRequest | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .CreateStatementResponse .Builder | Protobuf type CreateStatementResponse Response to CreateStatementRequest | Class | org.apache.calcite.avatica.proto.Responses.CreateStatementResponse | Calcite | 
|
| Responses .CreateStatementResponseOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .DatabasePropertyElement | Protobuf type DatabasePropertyElementSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .DatabasePropertyElement .Builder | Protobuf type DatabasePropertyElement | Class | org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement | Calcite | 
|
| Responses .DatabasePropertyElementOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .DatabasePropertyResponse | Protobuf type DatabasePropertyResponse Response for Meta#getDatabaseProperties() | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .DatabasePropertyResponse .Builder | Protobuf type DatabasePropertyResponse Response for Meta#getDatabaseProperties() | Class | org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse | Calcite | 
|
| Responses .DatabasePropertyResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .ErrorResponse | Protobuf type ErrorResponse Send contextual information about some error over the wire from the server. | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .ErrorResponse .Builder | Protobuf type ErrorResponse Send contextual information about some error over the wire from the server. | Class | org.apache.calcite.avatica.proto.Responses.ErrorResponse | Calcite | 
|
| Responses .ErrorResponseOrBuilder | optional uint32 error_code = 4;StringgetErrorMessage() | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .ExecuteResponse | Protobuf type ExecuteResponse Response to PrepareAndExecuteRequest | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .ExecuteResponse .Builder | Protobuf type ExecuteResponse Response to PrepareAndExecuteRequest | Class | org.apache.calcite.avatica.proto.Responses.ExecuteResponse | Calcite | 
|
| Responses .ExecuteResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .FetchResponse | Protobuf type FetchResponse Response to FetchRequest | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .FetchResponse .Builder | Protobuf type FetchResponse Response to FetchRequest | Class | org.apache.calcite.avatica.proto.Responses.FetchResponse | Calcite | 
|
| Responses .FetchResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .OpenConnectionResponse | Protobuf type OpenConnectionResponse Response to OpenConnectionRequest { | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .OpenConnectionResponse .Builder | Protobuf type OpenConnectionResponse Response to OpenConnectionRequest { | Class | org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse | Calcite | 
|
| Responses .OpenConnectionResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .PrepareResponse | Protobuf type PrepareResponse Response to PrepareRequest | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .PrepareResponse .Builder | Protobuf type PrepareResponse Response to PrepareRequest | Class | org.apache.calcite.avatica.proto.Responses.PrepareResponse | Calcite | 
|
| Responses .PrepareResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .ResultSetResponse | Protobuf type ResultSetResponse Response that contains a result set. | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .ResultSetResponse .Builder | Protobuf type ResultSetResponse Response that contains a result set. | Class | org.apache.calcite.avatica.proto.Responses.ResultSetResponse | Calcite | 
|
| Responses .ResultSetResponseOrBuilder | optional string connection_id = 1;com. | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .RollbackResponse | Protobuf type RollbackResponse Response to a rollback request | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .RollbackResponse .Builder | Protobuf type RollbackResponse Response to a rollback request | Class | org.apache.calcite.avatica.proto.Responses.RollbackResponse | Calcite | 
|
| Responses .RollbackResponseOrBuilder |  | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .RpcMetadata | Protobuf type RpcMetadata Generic metadata for the server to return with each response. | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .RpcMetadata .Builder | Protobuf type RpcMetadata Generic metadata for the server to return with each response. | Class | org.apache.calcite.avatica.proto.Responses.RpcMetadata | Calcite | 
|
| Responses .RpcMetadataOrBuilder | optional string server_address = 1;com. | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .SyncResultsResponse | Protobuf type SyncResultsResponseSee Also:Serialized Form | Class | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| Responses .SyncResultsResponse .Builder | Protobuf type SyncResultsResponse | Class | org.apache.calcite.avatica.proto.Responses.SyncResultsResponse | Calcite | 
|
| Responses .SyncResultsResponseOrBuilder | optional . | Interface | org.apache.calcite.avatica.proto.Responses | Calcite | 
|
| ResponseTranslator | Encapsulate the logic of transforming a protobuf Response message into the Avatica POJO Response. | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| Service | API for request-response calls to an Avatica server. | Interface | org.apache.calcite.avatica.remote | Calcite | 
|
| Service .Base | Base class for request and response. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CatalogsRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CloseConnectionRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CloseConnectionResponse | Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CloseStatementRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CloseStatementResponse | Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .ColumnsRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CommitRequest | An RPC request to invoke a commit on a Connection. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CommitResponse | An RPC response from invoking commit on a Connection. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .ConnectionSyncRequest | Request for Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .ConnectionSyncResponse | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CreateStatementRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .CreateStatementResponse | Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .DatabasePropertyRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .DatabasePropertyResponse | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .ErrorResponse | Response for any request that the server failed to successfully perform. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .ExecuteRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .ExecuteResponse | Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .Factory | Factory that creates a Service. | Interface | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .FetchRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .FetchResponse | Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .OpenConnectionRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .OpenConnectionResponse | Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .PrepareAndExecuteRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .PrepareRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .PrepareResponse | Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .Request | Base class for all service request messages. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .Response | Base class for all service response messages. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .ResultSetResponse | Response that contains a result set. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .RollbackRequest | An RPC request to invoke a rollback on a Connection. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .RollbackResponse | An RPC response from invoking rollback on a Connection. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .RpcMetadataResponse | Response that includes information about the server that handled an RPC. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .SchemasRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .SyncResultsRequest | Request for Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .SyncResultsResponse | Response for Service. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .TablesRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .TableTypesRequest | Request for Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Service .TypeInfoRequest | Meta. | Class | org.apache.calcite.avatica.remote.Service | Calcite | 
|
| Spacer | Efficiently writes strings of spaces. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| Spaces | Utilities for creating strings of spaces. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| SqlType | The information in the following conversions tables (from the JDBC 4. | Class | org.apache.calcite.avatica | Calcite | 
|
| SqlType .Method | Getter methods in ResultSet. | Class | org.apache.calcite.avatica.SqlType | Calcite | 
|
| StatementInfo | All we know about a statement. | Class | org.apache.calcite.avatica.jdbc | Calcite | 
|
| StructImpl |  | Class | org.apache.calcite.avatica.util | Calcite | 
|
| StructImpl .Factory | Factory that can create a result set based on a list of values. | Interface | org.apache.calcite.avatica.util.StructImpl | Calcite | 
|
| TimeUnit | Enumeration of time units used to construct an interval. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| TimeUnitRange | A range of time units. | Class | org.apache.calcite.avatica.util | Calcite | 
|
| TypedValue | There are 3 representations: JDBC - the representation used by JDBC get and set methods | Class | org.apache.calcite.avatica.remote | Calcite | 
|
| UnregisteredDriver | You can easily create a vanity driver that recognizes its own URL prefix as a sub-class of this class. | Class | org.apache.calcite.avatica | Calcite | 
|
| UnregisteredDriver .JdbcVersion | Unknown JDBC version. | Class | org.apache.calcite.avatica.UnregisteredDriver | Calcite | 
|