Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.calcite.avatica Classes and Interfaces - 355 results found.
NameDescriptionTypePackageFramework
AbstractCursorBase class for implementing a cursor.Classorg.apache.calcite.avatica.utilCalcite
AbstractCursor .GetterGets a value from a particular field of the current record of thisSkip navigation linksInterfaceorg.apache.calcite.avatica.util.AbstractCursorCalcite
AbstractHandlerAbstract base class for Handlers to extend to inherit functionality common across serialization strategies.Classorg.apache.calcite.avatica.remoteCalcite
AbstractServiceA common base class for Service implementations that implement modifications made to response objects.Classorg.apache.calcite.avatica.remoteCalcite
ArrayImplClassorg.apache.calcite.avatica.utilCalcite
ArrayImpl .FactoryFactory that can create a result set based on a list of values.Interfaceorg.apache.calcite.avatica.util.ArrayImplCalcite
ArrayIteratorCursor returns an array of Object for each row.Classorg.apache.calcite.avatica.utilCalcite
AvaticaClientRuntimeExceptionThe client-side representation of AvaticaRuntimeException.Classorg.apache.calcite.avaticaCalcite
AvaticaConnection for the Avatica framework.Classorg.apache.calcite.avaticaCalcite
AvaticaConnection .CallableWithoutExceptionA Callable-like interface but without a throws Exception.Interfaceorg.apache.calcite.avatica.AvaticaConnectionCalcite
AvaticaConnection .TrojanA way to call package-protected methods.Classorg.apache.calcite.avatica.AvaticaConnectionCalcite
AvaticaDatabaseMetaData for the Avatica engine.Classorg.apache.calcite.avaticaCalcite
AvaticaFactoryFactory for JDBC objects.Interfaceorg.apache.calcite.avaticaCalcite
AvaticaHandlerA custom interface that extends the Jetty interface to enable extra control within Avatica.Interfaceorg.apache.calcite.avatica.serverCalcite
AvaticaHttpClientAn interface which defines how requests are sent to the Avatica server.Interfaceorg.apache.calcite.avatica.remoteCalcite
AvaticaHttpClientImplA common class to invoke HTTP requests against the Avatica server agnostic of the data being sent and received across the wire.Classorg.apache.calcite.avatica.remoteCalcite
AvaticaJsonHandlerJetty handler that executes Avatica JSON request-responses.Classorg.apache.calcite.avatica.serverCalcite
AvaticaParameterMetadata for a parameter.Classorg.apache.calcite.avaticaCalcite
AvaticaPreparedStatement for the Avatica engine.Classorg.apache.calcite.avaticaCalcite
AvaticaProtobufHandlerJetty handler that executes Avatica JSON request-responses.Classorg.apache.calcite.avatica.serverCalcite
AvaticaRemoteConnectionConfigImpl with extra properties specific to Remote Driver.Classorg.apache.calcite.avatica.remoteCalcite
AvaticaRemoteConnectionPropertyenum AvaticaRemoteConnectionPropertyEnumeration of Avatica remote driver's built-in connection properties.Classorg.apache.calcite.avatica.remoteCalcite
AvaticaResultSet for the Avatica engine.Classorg.apache.calcite.avaticaCalcite
AvaticaResultSetMetaData for the Avatica framework.Classorg.apache.calcite.avaticaCalcite
AvaticaRuntimeExceptionA RuntimeException thrown by Avatica with additional contextual information about what happened to cause the Exception.Classorg.apache.calcite.avatica.remoteCalcite
AvaticaSeverityenum AvaticaSeverityAn enumeration that denotes the severity of a given unexpected state.Classorg.apache.calcite.avaticaCalcite
AvaticaSiteA location that a value can be written to or read from.Classorg.apache.calcite.avaticaCalcite
AvaticaSqlExceptionA client-facing SQLException which encapsulates errors from the remote Avatica server.Classorg.apache.calcite.avaticaCalcite
AvaticaStatement for the Avatica engine.Classorg.apache.calcite.avaticaCalcite
AvaticaUtilsReturns the boxed class.Classorg.apache.calcite.avaticaCalcite
Base64Encodes and decodes to and from Base64 notation.Classorg.apache.calcite.avatica.utilCalcite
Base64 .InputStreamA Base64.Classorg.apache.calcite.avatica.util.Base64Calcite
Base64 .OutputStreamA Base64.Classorg.apache.calcite.avatica.util.Base64Calcite
BuiltInConnectionPropertyenum BuiltInConnectionPropertyEnumeration of Avatica's built-in connection properties.Classorg.apache.calcite.avaticaCalcite
ByteStringCollection of bytes.Classorg.apache.calcite.avatica.utilCalcite
CasingPolicy for converting case of identifiers before storing them.Classorg.apache.calcite.avatica.utilCalcite
ColumnMetaDataMetadata for a column.Classorg.apache.calcite.avaticaCalcite
ColumnMetaData .ArrayTypeClassorg.apache.calcite.avatica.ColumnMetaDataCalcite
ColumnMetaData .AvaticaTypeBase class for a column type.Classorg.apache.calcite.avatica.ColumnMetaDataCalcite
ColumnMetaData .RepDescription of the type used to internally represent a value.Classorg.apache.calcite.avatica.ColumnMetaDataCalcite
ColumnMetaData .ScalarTypeClassorg.apache.calcite.avatica.ColumnMetaDataCalcite
ColumnMetaData .StructTypeClassorg.apache.calcite.avatica.ColumnMetaDataCalcite
CommonClassorg.apache.calcite.avatica.protoCalcite
Common .AvaticaParameterProtobuf type AvaticaParameter Metadata for a parameterClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .AvaticaParameter .BuilderProtobuf type AvaticaParameter Metadata for a parameterClassorg.apache.calcite.avatica.proto.Common.AvaticaParameterCalcite
Common .AvaticaParameterOrBuilderoptional string class_name = 6;com.Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .AvaticaTypeProtobuf type AvaticaType Base class for a column typeClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .AvaticaType .BuilderProtobuf type AvaticaType Base class for a column typeClassorg.apache.calcite.avatica.proto.Common.AvaticaTypeCalcite
Common .AvaticaTypeOrBuilderrepeated .Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .ColumnMetaDataProtobuf type ColumnMetaDataSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .ColumnMetaData .BuilderProtobuf type ColumnMetaDataoptional bool auto_increment = 2;Classorg.apache.calcite.avatica.proto.Common.ColumnMetaDataCalcite
Common .ColumnMetaDataOrBuilderoptional bool auto_increment = 2;booleangetCaseSensitive()Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .ColumnValueProtobuf type ColumnValue A value might be a TypedValue or an Array of TypedValue'sClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .ColumnValue .BuilderProtobuf type ColumnValue A value might be a TypedValue or an Array of TypedValue'sClassorg.apache.calcite.avatica.proto.Common.ColumnValueCalcite
Common .ColumnValueOrBuilderrepeated .Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .ConnectionPropertiesProtobuf type ConnectionProperties Details about a connectionClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .ConnectionProperties .BuilderProtobuf type ConnectionProperties Details about a connectionClassorg.apache.calcite.avatica.proto.Common.ConnectionPropertiesCalcite
Common .ConnectionPropertiesOrBuilderoptional bool auto_commit = 2;optional string catalog = 5;Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .CursorFactoryProtobuf type CursorFactory Information necessary to convert an Iterable into a Calcite CursorClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .CursorFactory .BuilderProtobuf type CursorFactory Information necessary to convert an Iterable into a Calcite CursorClassorg.apache.calcite.avatica.proto.Common.CursorFactoryCalcite
Common .CursorFactory .StyleProtobuf enum CursorFactory.Classorg.apache.calcite.avatica.proto.Common.CursorFactoryCalcite
Common .CursorFactoryOrBuilderoptional string class_name = 2;com.Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .DatabasePropertyProtobuf type DatabaseProperty Database property, list of functions the database provides for a certain operationClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .DatabaseProperty .BuilderProtobuf type DatabaseProperty Database property, list of functions the database provides for a certain operationClassorg.apache.calcite.avatica.proto.Common.DatabasePropertyCalcite
Common .DatabasePropertyOrBuilderrepeated string functions = 2;com.Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .Frame A collection of rowsSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .Frame .Builder A collection of rowsrepeated .Classorg.apache.calcite.avatica.proto.Common.FrameCalcite
Common .FrameOrBuilderoptional bool done = 2;optional uint64 offset = 1;Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .MetaDataOperationProtobuf enum MetaDataOperation Enumeration corresponding to DatabaseMetaData operationsClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .MetaDataOperationArgumentProtobuf type MetaDataOperationArgument Represents the breadth of arguments to DatabaseMetaData functionsClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .MetaDataOperationArgument .ArgumentTypeProtobuf enum MetaDataOperationArgument.Classorg.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentCalcite
Common .MetaDataOperationArgument .BuilderProtobuf type MetaDataOperationArgument Represents the breadth of arguments to DatabaseMetaData functionsClassorg.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentCalcite
Common .MetaDataOperationArgumentOrBuilderInterfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .QueryStateProtobuf type QueryStateSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .QueryState .BuilderProtobuf type QueryStaterepeated .Classorg.apache.calcite.avatica.proto.Common.QueryStateCalcite
Common .QueryStateOrBuilderrepeated .Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .RepClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .Row A row is a collection of valuesSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .Row .Builder A row is a collection of valuesrepeated .Classorg.apache.calcite.avatica.proto.Common.RowCalcite
Common .RowOrBuilderrepeated .Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .SeverityProtobuf enum Severity The severity of some unexpected outcome to an operation.Classorg.apache.calcite.avatica.proto.CommonCalcite
Common .SignatureProtobuf type Signature Results of preparing a statementClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .Signature .BuilderProtobuf type Signature Results of preparing a statementClassorg.apache.calcite.avatica.proto.Common.SignatureCalcite
Common .SignatureOrBuilderrepeated .Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .StatementHandleProtobuf type StatementHandleSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .StatementHandle .BuilderProtobuf type StatementHandleClassorg.apache.calcite.avatica.proto.Common.StatementHandleCalcite
Common .StatementHandleOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .StatementTypeProtobuf enum StatementType Has to be consistent with Meta.Classorg.apache.calcite.avatica.proto.CommonCalcite
Common .StateTypeClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .TypedValueProtobuf type TypedValue Generic wrapper to support any SQL type.Classorg.apache.calcite.avatica.proto.CommonCalcite
Common .TypedValue .BuilderProtobuf type TypedValue Generic wrapper to support any SQL type.Classorg.apache.calcite.avatica.proto.Common.TypedValueCalcite
Common .TypedValueOrBuilderoptional bool bool_value = 2;com.Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
Common .WireMessageProtobuf type WireMessage Message which encapsulates another message to support a single RPC endpointClassorg.apache.calcite.avatica.proto.CommonCalcite
Common .WireMessage .BuilderProtobuf type WireMessage Message which encapsulates another message to support a single RPC endpointClassorg.apache.calcite.avatica.proto.Common.WireMessageCalcite
Common .WireMessageOrBuilderoptional string name = 1;com.Interfaceorg.apache.calcite.avatica.proto.CommonCalcite
ConnectionConfigConnection configuration.Interfaceorg.apache.calcite.avaticaCalcite
ConnectionConfigImplClassorg.apache.calcite.avaticaCalcite
ConnectionConfigImpl .ConverterCallback to parse a property from string to its native type.Interfaceorg.apache.calcite.avatica.ConnectionConfigImplCalcite
ConnectionConfigImpl .PropEnvThe combination of a property definition and a map of property values.Classorg.apache.calcite.avatica.ConnectionConfigImplCalcite
ConnectionPropertiesImplConcrete implementation of Meta.Classorg.apache.calcite.avaticaCalcite
ConnectionPropertyDefinition of a property that may be specified on the JDBC connect string.Interfaceorg.apache.calcite.avaticaCalcite
ConnectionProperty .TypeData type of property.Classorg.apache.calcite.avatica.ConnectionPropertyCalcite
ConnectStringParserConnectStringParser is a utility class that parses or creates a JDBC connect string according to the OLE DB connect string syntax described at Classorg.apache.calcite.avaticaCalcite
CursorInterface to an iteration that is similar to, and can easily support, a JDBC ResultSet, but is simpler to implement.Interfaceorg.apache.calcite.avatica.utilCalcite
Cursor .AccessorAccessor of a column value.Interfaceorg.apache.calcite.avatica.util.CursorCalcite
DateTimeUtilsUtility functions for datetime types: date, time, timestamp.Classorg.apache.calcite.avatica.utilCalcite
DateTimeUtils .PrecisionTimeHelper class for DateTimeUtils.Classorg.apache.calcite.avatica.util.DateTimeUtilsCalcite
DelegatingAvaticaHandlerAn AvaticaHandler implementation that delegates to a provided Jetty Handler instance.Classorg.apache.calcite.avatica.serverCalcite
DriverAvatica Remote JDBC driver.Classorg.apache.calcite.avatica.remoteCalcite
Driver .SerializationDefines the method of message serialization used by the DriverReturns the enum constant of this type with the specified name.Classorg.apache.calcite.avatica.remote.DriverCalcite
DriverVersionDriver version information.Classorg.apache.calcite.avaticaCalcite
HandlerCalled at various points in the JDBC lifecycle.Interfaceorg.apache.calcite.avaticaCalcite
HandlerAPI for text request-response calls to an Avatica server.Interfaceorg.apache.calcite.avatica.remoteCalcite
Handler .HandlerResponseStruct that encapsulates the context of the result of a request to Avatica.Classorg.apache.calcite.avatica.remote.HandlerCalcite
Handler .ResultSinkHandler for temporary tables.Interfaceorg.apache.calcite.avatica.HandlerCalcite
HandlerFactoryFactory that instantiates the desired implementation, typically differing on the method used to serialize messages, for use in the Avatica server.Classorg.apache.calcite.avatica.serverCalcite
HandlerImpl It is recommended implementations of Handler use this as a base class, to ensure forward compatibility.Classorg.apache.calcite.avaticaCalcite
HelperUtility methods, mainly concerning error-handling.Classorg.apache.calcite.avaticaCalcite
HttpServerAvatica HTTP server.Classorg.apache.calcite.avatica.serverCalcite
InternalPropertyenum InternalPropertyDefinitions of properties that drive the behavior ofClassorg.apache.calcite.avaticaCalcite
IteratorCursor on top of an Iterator that returns a record for each row.Classorg.apache.calcite.avatica.utilCalcite
JdbcMetaClassorg.apache.calcite.avatica.jdbcCalcite
JdbcMeta .ConnectionCacheSettingsConfigurable connection cache settings.Classorg.apache.calcite.avatica.jdbc.JdbcMetaCalcite
JdbcMeta .StatementCacheSettingsConfigurable statement cache settings.Classorg.apache.calcite.avatica.jdbc.JdbcMetaCalcite
JsonHandler that decodes JSON requests, sends them to a Service, and encodes the responses into JSON.Classorg.apache.calcite.avatica.remoteCalcite
JsonService that encodes requests and responses as JSON.Classorg.apache.calcite.avatica.remoteCalcite
ListIteratorCursor returns a List for each row.Classorg.apache.calcite.avatica.utilCalcite
LocalJsonService that goes to an in-process instance of Service.Classorg.apache.calcite.avatica.remoteCalcite
LocalProtobufServiceA 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 whichClassorg.apache.calcite.avatica.remoteCalcite
LocalServiceClassorg.apache.calcite.avatica.remoteCalcite
MainJetty handler that executes Avatica JSON request-responses.Classorg.apache.calcite.avatica.serverCalcite
Main .HandlerFactoryFactory that instantiates Jetty Handlersorg.Interfaceorg.apache.calcite.avatica.server.MainCalcite
MapIteratorCursor returns a Map for each row.Classorg.apache.calcite.avatica.utilCalcite
MetaCommand handler for getting various metadata.Interfaceorg.apache.calcite.avaticaCalcite
Meta .ConnectionHandleClassorg.apache.calcite.avatica.MetaCalcite
Meta .ConnectionPropertiesA pojo containing various client-settable Connection properties.Interfaceorg.apache.calcite.avatica.MetaCalcite
Meta .CursorFactoryClassorg.apache.calcite.avatica.MetaCalcite
Meta .DatabaseProperty Values exist for methods, such as DatabaseMetaData.Classorg.apache.calcite.avatica.MetaCalcite
Meta .ExecuteResultResponse from execute.Classorg.apache.calcite.avatica.MetaCalcite
Meta .FactoryFactory to create instances of Meta.Interfaceorg.apache.calcite.avatica.MetaCalcite
Meta .FrameA collection of rows.Classorg.apache.calcite.avatica.MetaCalcite
Meta .MetaResultSetMeta data from which a result set can be constructed.Classorg.apache.calcite.avatica.MetaCalcite
Meta .PatWrapper to remind API calls that a parameter is a pattern (allows '%' and '_' wildcards, per the JDBC spec) rather than a string to be matchedClassorg.apache.calcite.avatica.MetaCalcite
Meta .PrepareCallbackAPI to put a result set into a statement, being careful to enforce thread-safety and not to overwrite existing open result sets.Interfaceorg.apache.calcite.avatica.MetaCalcite
Meta .SignatureResult of preparing a statement.Classorg.apache.calcite.avatica.MetaCalcite
Meta .StatementHandleClassorg.apache.calcite.avatica.MetaCalcite
Meta .StatementTypeClassorg.apache.calcite.avatica.MetaCalcite
Meta .StyleHow logical fields are represented in the objects returned by theClassorg.apache.calcite.avatica.MetaCalcite
MetaDataOperationenum MetaDataOperationIdentifies an operation from DatabaseMetaData which returns a ResultSet.Classorg.apache.calcite.avatica.remoteCalcite
MetaImplBasic implementation of Meta.Classorg.apache.calcite.avaticaCalcite
MetaImpl .MetaAttributeMetadata describing an attribute.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaBestRowIdentifierMetadata describing the best identifier for a row.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaCatalogMetadata describing a catalog.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaClientInfoPropertyMetadata describing a client info property.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaColumnMetadata describing a column.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaColumnPrivilegeMetadata describing a column privilege.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaCrossReferenceMetadata describing a cross reference.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaExportedKeyMetadata describing an exported key.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaFunctionMetadata describing a function.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaFunctionColumnMetadata describing a function column.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaImportedKeyMetadata describing an imported key.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaIndexInfoMetadata describing index info.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaPrimaryKeyMetadata describing a primary key.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaProcedureMetadata describing a procedure.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaProcedureColumnMetadata describing a procedure column.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaPseudoColumnMetadata describing a pseudo column.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaSchemaMetadata describing a schema.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaSuperTableMetadata describing a super-table.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaSuperTypeMetadata describing a super-type.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaTableMetadata describing a table.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaTablePrivilegeMetadata describing a table privilege.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaTableTypeMetadata describing a table type.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaTypeInfoMetadata describing type info.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaUdtMetadata describing a user-defined type.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .MetaVersionColumnMetadata describing a version column.Classorg.apache.calcite.avatica.MetaImplCalcite
MetaImpl .NamedAn object that has a name.Interfaceorg.apache.calcite.avatica.MetaImplCalcite
MissingResultsExceptionAn Exception which denotes that a cached Statement is present but has no ResultSet.Classorg.apache.calcite.avaticaCalcite
MockJsonServiceMock implementation of Service that encodes its requests and responses as JSONClassorg.apache.calcite.avatica.remoteCalcite
MockJsonService .FactoryFactory that creates a MockJsonService.Classorg.apache.calcite.avatica.remote.MockJsonServiceCalcite
MockProtobufServiceA mock implementation of ProtobufService for testing.Classorg.apache.calcite.avatica.remoteCalcite
MockProtobufService .MockProtobufServiceFactoryA factory that instantiates the mock protobuf service.Classorg.apache.calcite.avatica.remote.MockProtobufServiceCalcite
NoSuchConnectionExceptionAn Exception that denotes that the given Connection is not cached.Classorg.apache.calcite.avaticaCalcite
NoSuchStatementExceptionAn Exception that denotes that the given Statement is not cached.Classorg.apache.calcite.avaticaCalcite
PackageMarkerThis is a dummy annotation that forces javac to produce output for otherwise empty package-info.Classorg.apache.calcite.avatica.utilCalcite
PositionedCursorAbstract implementation of Cursor that caches its current row.Classorg.apache.calcite.avatica.utilCalcite
ProtobufHandlerDispatches serialized protocol buffer messages to the provided Service by converting them to the POJO Request.Classorg.apache.calcite.avatica.remoteCalcite
ProtobufServiceService implementation that encodes requests and responses as protocol buffers.Classorg.apache.calcite.avatica.remoteCalcite
ProtobufTranslationGeneric interface to support parsing of serialized protocol buffers between client and server.Interfaceorg.apache.calcite.avatica.remoteCalcite
ProtobufTranslationImpl protobuf requests to POJO requests.Classorg.apache.calcite.avatica.remoteCalcite
QueryStateClassorg.apache.calcite.avaticaCalcite
QueryState .StateTypeAn enumeration that represents how a ResultSet was created.Classorg.apache.calcite.avatica.QueryStateCalcite
QuotingSyntax for quoting identifiers in SQL statements.Classorg.apache.calcite.avatica.utilCalcite
RecordIteratorCursor returns a record for each row.Classorg.apache.calcite.avatica.utilCalcite
RemoteProtobufServiceProtobufService implementation that queries against a remote implementation, using protocol buffers as the serialized form.Classorg.apache.calcite.avatica.remoteCalcite
RemoteService that translates requests into JSON and sends them to a remote server, usually an HTTP server.Classorg.apache.calcite.avatica.remoteCalcite
RequestsClassorg.apache.calcite.avatica.protoCalcite
Requests .CatalogsRequestProtobuf type CatalogsRequest Request for Meta#getCatalogs()Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CatalogsRequest .BuilderProtobuf type CatalogsRequest Request for Meta#getCatalogs()Classorg.apache.calcite.avatica.proto.Requests.CatalogsRequestCalcite
Requests .CatalogsRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CloseConnectionRequestProtobuf type CloseConnectionRequest Request for Meta#closeConnection(Meta.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CloseConnectionRequest .BuilderProtobuf type CloseConnectionRequest Request for Meta#closeConnection(Meta.Classorg.apache.calcite.avatica.proto.Requests.CloseConnectionRequestCalcite
Requests .CloseConnectionRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CloseStatementRequestProtobuf type CloseStatementRequest Request for Meta#closeStatement(Meta.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CloseStatementRequest .BuilderProtobuf type CloseStatementRequest Request for Meta#closeStatement(Meta.Classorg.apache.calcite.avatica.proto.Requests.CloseStatementRequestCalcite
Requests .CloseStatementRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .ColumnsRequestProtobuf type ColumnsRequest Request for Meta#getColumns(String, org.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .ColumnsRequest .BuilderProtobuf type ColumnsRequest Request for Meta#getColumns(String, org.Classorg.apache.calcite.avatica.proto.Requests.ColumnsRequestCalcite
Requests .ColumnsRequestOrBuilderoptional string catalog = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CommitRequestProtobuf type CommitRequest Request to invoke a commit on a ConnectionClassorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CommitRequest .BuilderProtobuf type CommitRequest Request to invoke a commit on a ConnectionClassorg.apache.calcite.avatica.proto.Requests.CommitRequestCalcite
Requests .CommitRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .ConnectionSyncRequestProtobuf type ConnectionSyncRequestSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .ConnectionSyncRequest .BuilderProtobuf type ConnectionSyncRequestClassorg.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestCalcite
Requests .ConnectionSyncRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CreateStatementRequestProtobuf type CreateStatementRequest Request for Meta#createStatement(Meta.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .CreateStatementRequest .BuilderProtobuf type CreateStatementRequest Request for Meta#createStatement(Meta.Classorg.apache.calcite.avatica.proto.Requests.CreateStatementRequestCalcite
Requests .CreateStatementRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .DatabasePropertyRequestProtobuf type DatabasePropertyRequest Request for Meta#getDatabaseProperties()Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .DatabasePropertyRequest .BuilderProtobuf type DatabasePropertyRequest Request for Meta#getDatabaseProperties()Classorg.apache.calcite.avatica.proto.Requests.DatabasePropertyRequestCalcite
Requests .DatabasePropertyRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .ExecuteRequestProtobuf type ExecuteRequest Request for Meta#execute(Meta.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .ExecuteRequest .BuilderProtobuf type ExecuteRequest Request for Meta#execute(Meta.Classorg.apache.calcite.avatica.proto.Requests.ExecuteRequestCalcite
Requests .ExecuteRequestOrBuilderoptional bool has_parameter_values = 4;longgetMaxRowCount()Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .FetchRequestProtobuf type FetchRequest Request for Meta#fetch(Meta.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .FetchRequest .BuilderProtobuf type FetchRequest Request for Meta#fetch(Meta.Classorg.apache.calcite.avatica.proto.Requests.FetchRequestCalcite
Requests .FetchRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .OpenConnectionRequestProtobuf type OpenConnectionRequest Request for Meta#openConnection(Meta.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .OpenConnectionRequest .BuilderProtobuf type OpenConnectionRequest Request for Meta#openConnection(Meta.Classorg.apache.calcite.avatica.proto.Requests.OpenConnectionRequestCalcite
Requests .OpenConnectionRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .PrepareAndExecuteRequestProtobuf type PrepareAndExecuteRequest Request for Meta#prepareAndExecute(Meta.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .PrepareAndExecuteRequest .BuilderProtobuf type PrepareAndExecuteRequest Request for Meta#prepareAndExecute(Meta.Classorg.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestCalcite
Requests .PrepareAndExecuteRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .PrepareRequestProtobuf type PrepareRequest Request for Meta.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .PrepareRequest .BuilderProtobuf type PrepareRequest Request for Meta.Classorg.apache.calcite.avatica.proto.Requests.PrepareRequestCalcite
Requests .PrepareRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .RollbackRequestProtobuf type RollbackRequest Request to invoke rollback on a ConnectionClassorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .RollbackRequest .BuilderProtobuf type RollbackRequest Request to invoke rollback on a ConnectionClassorg.apache.calcite.avatica.proto.Requests.RollbackRequestCalcite
Requests .RollbackRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .SchemasRequestProtobuf type SchemasRequest Request for Meta#getSchemas(String, org.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .SchemasRequest .BuilderProtobuf type SchemasRequest Request for Meta#getSchemas(String, org.Classorg.apache.calcite.avatica.proto.Requests.SchemasRequestCalcite
Requests .SchemasRequestOrBuilderoptional string catalog = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .SyncResultsRequestProtobuf type SyncResultsRequestSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .SyncResultsRequest .BuilderProtobuf type SyncResultsRequestClassorg.apache.calcite.avatica.proto.Requests.SyncResultsRequestCalcite
Requests .SyncResultsRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .TablesRequestProtobuf type TablesRequest Request for Request for Meta#getTables(String, org.Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .TablesRequest .BuilderProtobuf type TablesRequest Request for Request for Meta#getTables(String, org.Classorg.apache.calcite.avatica.proto.Requests.TablesRequestCalcite
Requests .TablesRequestOrBuilderoptional string catalog = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .TableTypesRequestProtobuf type TableTypesRequest Request for Meta#getTableTypes()Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .TableTypesRequest .BuilderProtobuf type TableTypesRequest Request for Meta#getTableTypes()Classorg.apache.calcite.avatica.proto.Requests.TableTypesRequestCalcite
Requests .TableTypesRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .TypeInfoRequestProtobuf type TypeInfoRequest Request for Meta#getTypeInfo()Classorg.apache.calcite.avatica.proto.RequestsCalcite
Requests .TypeInfoRequest .BuilderProtobuf type TypeInfoRequest Request for Meta#getTypeInfo()Classorg.apache.calcite.avatica.proto.Requests.TypeInfoRequestCalcite
Requests .TypeInfoRequestOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.RequestsCalcite
RequestTranslatorEncapsulate the logic of transforming a protobuf Request message into the Avatica POJO request.Classorg.apache.calcite.avatica.remoteCalcite
ResponsesClassorg.apache.calcite.avatica.protoCalcite
Responses .CloseConnectionResponseProtobuf type CloseConnectionResponse Response to CloseConnectionRequest {Classorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .CloseConnectionResponse .BuilderProtobuf type CloseConnectionResponse Response to CloseConnectionRequest {Classorg.apache.calcite.avatica.proto.Responses.CloseConnectionResponseCalcite
Responses .CloseConnectionResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .CloseStatementResponseProtobuf type CloseStatementResponse Response to CloseStatementRequestClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .CloseStatementResponse .BuilderProtobuf type CloseStatementResponse Response to CloseStatementRequestClassorg.apache.calcite.avatica.proto.Responses.CloseStatementResponseCalcite
Responses .CloseStatementResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .CommitResponseProtobuf type CommitResponse Response to a commit requestClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .CommitResponse .BuilderProtobuf type CommitResponse Response to a commit requestClassorg.apache.calcite.avatica.proto.Responses.CommitResponseCalcite
Responses .CommitResponseOrBuilderInterfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .ConnectionSyncResponseProtobuf type ConnectionSyncResponse Response to ConnectionSyncRequestClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .ConnectionSyncResponse .BuilderProtobuf type ConnectionSyncResponse Response to ConnectionSyncRequestClassorg.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseCalcite
Responses .ConnectionSyncResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .CreateStatementResponseProtobuf type CreateStatementResponse Response to CreateStatementRequestClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .CreateStatementResponse .BuilderProtobuf type CreateStatementResponse Response to CreateStatementRequestClassorg.apache.calcite.avatica.proto.Responses.CreateStatementResponseCalcite
Responses .CreateStatementResponseOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .DatabasePropertyElementProtobuf type DatabasePropertyElementSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .DatabasePropertyElement .BuilderProtobuf type DatabasePropertyElementClassorg.apache.calcite.avatica.proto.Responses.DatabasePropertyElementCalcite
Responses .DatabasePropertyElementOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .DatabasePropertyResponseProtobuf type DatabasePropertyResponse Response for Meta#getDatabaseProperties()Classorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .DatabasePropertyResponse .BuilderProtobuf type DatabasePropertyResponse Response for Meta#getDatabaseProperties()Classorg.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseCalcite
Responses .DatabasePropertyResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .ErrorResponseProtobuf type ErrorResponse Send contextual information about some error over the wire from the server.Classorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .ErrorResponse .BuilderProtobuf type ErrorResponse Send contextual information about some error over the wire from the server.Classorg.apache.calcite.avatica.proto.Responses.ErrorResponseCalcite
Responses .ErrorResponseOrBuilderoptional uint32 error_code = 4;StringgetErrorMessage()Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .ExecuteResponseProtobuf type ExecuteResponse Response to PrepareAndExecuteRequestClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .ExecuteResponse .BuilderProtobuf type ExecuteResponse Response to PrepareAndExecuteRequestClassorg.apache.calcite.avatica.proto.Responses.ExecuteResponseCalcite
Responses .ExecuteResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .FetchResponseProtobuf type FetchResponse Response to FetchRequestClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .FetchResponse .BuilderProtobuf type FetchResponse Response to FetchRequestClassorg.apache.calcite.avatica.proto.Responses.FetchResponseCalcite
Responses .FetchResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .OpenConnectionResponseProtobuf type OpenConnectionResponse Response to OpenConnectionRequest {Classorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .OpenConnectionResponse .BuilderProtobuf type OpenConnectionResponse Response to OpenConnectionRequest {Classorg.apache.calcite.avatica.proto.Responses.OpenConnectionResponseCalcite
Responses .OpenConnectionResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .PrepareResponseProtobuf type PrepareResponse Response to PrepareRequestClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .PrepareResponse .BuilderProtobuf type PrepareResponse Response to PrepareRequestClassorg.apache.calcite.avatica.proto.Responses.PrepareResponseCalcite
Responses .PrepareResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .ResultSetResponseProtobuf type ResultSetResponse Response that contains a result set.Classorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .ResultSetResponse .BuilderProtobuf type ResultSetResponse Response that contains a result set.Classorg.apache.calcite.avatica.proto.Responses.ResultSetResponseCalcite
Responses .ResultSetResponseOrBuilderoptional string connection_id = 1;com.Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .RollbackResponseProtobuf type RollbackResponse Response to a rollback requestClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .RollbackResponse .BuilderProtobuf type RollbackResponse Response to a rollback requestClassorg.apache.calcite.avatica.proto.Responses.RollbackResponseCalcite
Responses .RollbackResponseOrBuilderInterfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .RpcMetadataProtobuf type RpcMetadata Generic metadata for the server to return with each response.Classorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .RpcMetadata .BuilderProtobuf type RpcMetadata Generic metadata for the server to return with each response.Classorg.apache.calcite.avatica.proto.Responses.RpcMetadataCalcite
Responses .RpcMetadataOrBuilderoptional string server_address = 1;com.Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .SyncResultsResponseProtobuf type SyncResultsResponseSee Also:Serialized FormClassorg.apache.calcite.avatica.proto.ResponsesCalcite
Responses .SyncResultsResponse .BuilderProtobuf type SyncResultsResponseClassorg.apache.calcite.avatica.proto.Responses.SyncResultsResponseCalcite
Responses .SyncResultsResponseOrBuilderoptional .Interfaceorg.apache.calcite.avatica.proto.ResponsesCalcite
ResponseTranslatorEncapsulate the logic of transforming a protobuf Response message into the Avatica POJO Response.Classorg.apache.calcite.avatica.remoteCalcite
ServiceAPI for request-response calls to an Avatica server.Interfaceorg.apache.calcite.avatica.remoteCalcite
Service .BaseBase class for request and response.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CatalogsRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CloseConnectionRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CloseConnectionResponse Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CloseStatementRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CloseStatementResponse Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .ColumnsRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CommitRequestAn RPC request to invoke a commit on a Connection.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CommitResponseAn RPC response from invoking commit on a Connection.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .ConnectionSyncRequestRequest for Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .ConnectionSyncResponse Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CreateStatementRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .CreateStatementResponse Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .DatabasePropertyRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .DatabasePropertyResponse Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .ErrorResponseResponse for any request that the server failed to successfully perform.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .ExecuteRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .ExecuteResponse Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .FactoryFactory that creates a Service.Interfaceorg.apache.calcite.avatica.remote.ServiceCalcite
Service .FetchRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .FetchResponse Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .OpenConnectionRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .OpenConnectionResponse Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .PrepareAndExecuteRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .PrepareRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .PrepareResponse Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .RequestBase class for all service request messages.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .ResponseBase class for all service response messages.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .ResultSetResponseResponse that contains a result set.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .RollbackRequestAn RPC request to invoke a rollback on a Connection.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .RollbackResponseAn RPC response from invoking rollback on a Connection.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .RpcMetadataResponseResponse that includes information about the server that handled an RPC.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .SchemasRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .SyncResultsRequestRequest for Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .SyncResultsResponseResponse for Service.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .TablesRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .TableTypesRequestRequest for Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
Service .TypeInfoRequest Meta.Classorg.apache.calcite.avatica.remote.ServiceCalcite
SpacerEfficiently writes strings of spaces.Classorg.apache.calcite.avatica.utilCalcite
SpacesUtilities for creating strings of spaces.Classorg.apache.calcite.avatica.utilCalcite
SqlType The information in the following conversions tables (from the JDBC 4.Classorg.apache.calcite.avaticaCalcite
SqlType .MethodGetter methods in ResultSet.Classorg.apache.calcite.avatica.SqlTypeCalcite
StatementInfoAll we know about a statement.Classorg.apache.calcite.avatica.jdbcCalcite
StructImplClassorg.apache.calcite.avatica.utilCalcite
StructImpl .FactoryFactory that can create a result set based on a list of values.Interfaceorg.apache.calcite.avatica.util.StructImplCalcite
TimeUnitEnumeration of time units used to construct an interval.Classorg.apache.calcite.avatica.utilCalcite
TimeUnitRangeA range of time units.Classorg.apache.calcite.avatica.utilCalcite
TypedValue There are 3 representations: JDBC - the representation used by JDBC get and set methodsClassorg.apache.calcite.avatica.remoteCalcite
UnregisteredDriver You can easily create a vanity driver that recognizes its own URL prefix as a sub-class of this class.Classorg.apache.calcite.avaticaCalcite
UnregisteredDriver .JdbcVersionUnknown JDBC version.Classorg.apache.calcite.avatica.UnregisteredDriverCalcite