avatica-core-1.15.0.jar中文-英文对照文档.zip

org.apache.calcite.avaticaavatica-core1.15.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: avatica-core-1.15.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 4.99 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1.5
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

avatica-core-1.15.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:avatica-core-1.15.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:avatica-core-1.15.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:avatica-core-1.15.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:avatica-core-1.15.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 avatica-core-1.15.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Apache Calcite Avatica
  • 描述: JDBC驱动框架。
  • 版本: 1.15.0

Maven依赖

<dependency>
	<groupId>org.apache.calcite.avatica</groupId>
	<artifactId>avatica-core</artifactId>
	<version>1.15.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.apache.calcite.avatica', name: 'avatica-core', version: '1.15.0'
Gradle (Short):
	implementation 'org.apache.calcite.avatica:avatica-core:1.15.0'
Gradle (Kotlin):
	implementation("org.apache.calcite.avatica:avatica-core:1.15.0")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.apache.calcite.avatica
org.apache.calcite.avatica.proto
org.apache.calcite.avatica.remote
org.apache.calcite.avatica.util

本组件包含的 Java class(类)

org.apache.calcite.avatica.AvaticaClientRuntimeException
org.apache.calcite.avatica.AvaticaConnection
org.apache.calcite.avatica.AvaticaConnection.CallableWithoutException
org.apache.calcite.avatica.AvaticaConnection.Trojan
org.apache.calcite.avatica.AvaticaDatabaseMetaData
org.apache.calcite.avatica.AvaticaFactory
org.apache.calcite.avatica.AvaticaJdbc41Factory
org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41Connection
org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41DatabaseMetaData
org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41Statement
org.apache.calcite.avatica.AvaticaParameter
org.apache.calcite.avatica.AvaticaPreparedStatement
org.apache.calcite.avatica.AvaticaResultSet
org.apache.calcite.avatica.AvaticaResultSetMetaData
org.apache.calcite.avatica.AvaticaSeverity
org.apache.calcite.avatica.AvaticaSite
org.apache.calcite.avatica.AvaticaSite.Dummy
org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData
org.apache.calcite.avatica.AvaticaSqlException
org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter.Type
org.apache.calcite.avatica.AvaticaStatement
org.apache.calcite.avatica.AvaticaUtils
org.apache.calcite.avatica.BuiltInConnectionProperty
org.apache.calcite.avatica.ColumnMetaData
org.apache.calcite.avatica.ColumnMetaData.ArrayType
org.apache.calcite.avatica.ColumnMetaData.AvaticaType
org.apache.calcite.avatica.ColumnMetaData.Rep
org.apache.calcite.avatica.ColumnMetaData.ScalarType
org.apache.calcite.avatica.ColumnMetaData.StructType
org.apache.calcite.avatica.ConnectStringParser
org.apache.calcite.avatica.ConnectionConfig
org.apache.calcite.avatica.ConnectionConfigImpl
org.apache.calcite.avatica.ConnectionConfigImpl.Converter
org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
org.apache.calcite.avatica.ConnectionPropertiesImpl
org.apache.calcite.avatica.ConnectionProperty
org.apache.calcite.avatica.ConnectionProperty.Type
org.apache.calcite.avatica.DriverVersion
org.apache.calcite.avatica.Handler
org.apache.calcite.avatica.Handler.ResultSink
org.apache.calcite.avatica.HandlerImpl
org.apache.calcite.avatica.Helper
org.apache.calcite.avatica.InternalProperty
org.apache.calcite.avatica.InternalProperty.NullSorting
org.apache.calcite.avatica.Meta
org.apache.calcite.avatica.Meta.ConnectionHandle
org.apache.calcite.avatica.Meta.ConnectionProperties
org.apache.calcite.avatica.Meta.CursorFactory
org.apache.calcite.avatica.Meta.DatabaseProperty
org.apache.calcite.avatica.Meta.ExecuteBatchResult
org.apache.calcite.avatica.Meta.ExecuteResult
org.apache.calcite.avatica.Meta.Factory
org.apache.calcite.avatica.Meta.Frame
org.apache.calcite.avatica.Meta.MetaResultSet
org.apache.calcite.avatica.Meta.Pat
org.apache.calcite.avatica.Meta.PrepareCallback
org.apache.calcite.avatica.Meta.Signature
org.apache.calcite.avatica.Meta.StatementHandle
org.apache.calcite.avatica.Meta.StatementType
org.apache.calcite.avatica.Meta.Style
org.apache.calcite.avatica.MetaImpl
org.apache.calcite.avatica.MetaImpl.ColumnNoNulls
org.apache.calcite.avatica.MetaImpl.ColumnNullable
org.apache.calcite.avatica.MetaImpl.ColumnNullableUnknown
org.apache.calcite.avatica.MetaImpl.EmptyIterator
org.apache.calcite.avatica.MetaImpl.MetaAttribute
org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
org.apache.calcite.avatica.MetaImpl.MetaCatalog
org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
org.apache.calcite.avatica.MetaImpl.MetaColumn
org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
org.apache.calcite.avatica.MetaImpl.MetaCrossReference
org.apache.calcite.avatica.MetaImpl.MetaExportedKey
org.apache.calcite.avatica.MetaImpl.MetaFunction
org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
org.apache.calcite.avatica.MetaImpl.MetaImportedKey
org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
org.apache.calcite.avatica.MetaImpl.MetaProcedure
org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
org.apache.calcite.avatica.MetaImpl.MetaSchema
org.apache.calcite.avatica.MetaImpl.MetaSuperTable
org.apache.calcite.avatica.MetaImpl.MetaSuperType
org.apache.calcite.avatica.MetaImpl.MetaTable
org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
org.apache.calcite.avatica.MetaImpl.MetaTableType
org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
org.apache.calcite.avatica.MetaImpl.MetaUdt
org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
org.apache.calcite.avatica.MetaImpl.Named
org.apache.calcite.avatica.MetaImpl.TypeInfo
org.apache.calcite.avatica.MissingResultsException
org.apache.calcite.avatica.NoSuchConnectionException
org.apache.calcite.avatica.NoSuchStatementException
org.apache.calcite.avatica.QueryState
org.apache.calcite.avatica.QueryState.StateType
org.apache.calcite.avatica.SqlState
org.apache.calcite.avatica.SqlState.Category
org.apache.calcite.avatica.SqlType
org.apache.calcite.avatica.SqlType.Method
org.apache.calcite.avatica.UnregisteredDriver
org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
org.apache.calcite.avatica.proto.Common
org.apache.calcite.avatica.proto.Common.AvaticaParameter
org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
org.apache.calcite.avatica.proto.Common.AvaticaType
org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
org.apache.calcite.avatica.proto.Common.ColumnMetaData
org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
org.apache.calcite.avatica.proto.Common.ColumnValue
org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
org.apache.calcite.avatica.proto.Common.ConnectionProperties
org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
org.apache.calcite.avatica.proto.Common.CursorFactory
org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
org.apache.calcite.avatica.proto.Common.CursorFactory.Style
org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
org.apache.calcite.avatica.proto.Common.DatabaseProperty
org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
org.apache.calcite.avatica.proto.Common.Frame
org.apache.calcite.avatica.proto.Common.Frame.Builder
org.apache.calcite.avatica.proto.Common.FrameOrBuilder
org.apache.calcite.avatica.proto.Common.MetaDataOperation
org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
org.apache.calcite.avatica.proto.Common.QueryState
org.apache.calcite.avatica.proto.Common.QueryState.Builder
org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
org.apache.calcite.avatica.proto.Common.Rep
org.apache.calcite.avatica.proto.Common.Row
org.apache.calcite.avatica.proto.Common.Row.Builder
org.apache.calcite.avatica.proto.Common.RowOrBuilder
org.apache.calcite.avatica.proto.Common.Severity
org.apache.calcite.avatica.proto.Common.Signature
org.apache.calcite.avatica.proto.Common.Signature.Builder
org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
org.apache.calcite.avatica.proto.Common.StateType
org.apache.calcite.avatica.proto.Common.StatementHandle
org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
org.apache.calcite.avatica.proto.Common.StatementType
org.apache.calcite.avatica.proto.Common.TypedValue
org.apache.calcite.avatica.proto.Common.TypedValue.Builder
org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
org.apache.calcite.avatica.proto.Common.WireMessage
org.apache.calcite.avatica.proto.Common.WireMessage.Builder
org.apache.calcite.avatica.proto.Common.WireMessageOrBuilder
org.apache.calcite.avatica.proto.Requests
org.apache.calcite.avatica.proto.Requests.CatalogsRequest
org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
org.apache.calcite.avatica.proto.Requests.CatalogsRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
org.apache.calcite.avatica.proto.Requests.CloseConnectionRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
org.apache.calcite.avatica.proto.Requests.CloseStatementRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.ColumnsRequest
org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.CommitRequest
org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
org.apache.calcite.avatica.proto.Requests.CommitRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
org.apache.calcite.avatica.proto.Requests.CreateStatementRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.ExecuteRequest
org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.FetchRequest
org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.InfoDefaultEntryHolder
org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.PrepareRequest
org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.RollbackRequest
org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
org.apache.calcite.avatica.proto.Requests.RollbackRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.SchemasRequest
org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.TableTypesRequest
org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
org.apache.calcite.avatica.proto.Requests.TableTypesRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.TablesRequest
org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
org.apache.calcite.avatica.proto.Requests.TypeInfoRequestOrBuilder
org.apache.calcite.avatica.proto.Requests.UpdateBatch
org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
org.apache.calcite.avatica.proto.Requests.UpdateBatchOrBuilder
org.apache.calcite.avatica.proto.Responses
org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
org.apache.calcite.avatica.proto.Responses.CloseConnectionResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
org.apache.calcite.avatica.proto.Responses.CloseStatementResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.CommitResponse
org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
org.apache.calcite.avatica.proto.Responses.CommitResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.ErrorResponse
org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.ExecuteResponse
org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.FetchResponse
org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
org.apache.calcite.avatica.proto.Responses.OpenConnectionResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.PrepareResponse
org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.ResultSetResponse
org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.RollbackResponse
org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
org.apache.calcite.avatica.proto.Responses.RollbackResponseOrBuilder
org.apache.calcite.avatica.proto.Responses.RpcMetadata
org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
org.apache.calcite.avatica.proto.Responses.RpcMetadataOrBuilder
org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
org.apache.calcite.avatica.remote.AbstractHandler
org.apache.calcite.avatica.remote.AbstractService
org.apache.calcite.avatica.remote.AbstractService.SerializationType
org.apache.calcite.avatica.remote.AuthenticationType
org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials
org.apache.calcite.avatica.remote.AvaticaHttpClient
org.apache.calcite.avatica.remote.AvaticaHttpClientFactory
org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
org.apache.calcite.avatica.remote.AvaticaRuntimeException
org.apache.calcite.avatica.remote.ClientKeytabJaasConf
org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
org.apache.calcite.avatica.remote.Driver
org.apache.calcite.avatica.remote.Driver.Serialization
org.apache.calcite.avatica.remote.Handler
org.apache.calcite.avatica.remote.Handler.HandlerResponse
org.apache.calcite.avatica.remote.HostnameVerificationConfigurable
org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
org.apache.calcite.avatica.remote.JsonHandler
org.apache.calcite.avatica.remote.JsonService
org.apache.calcite.avatica.remote.KerberosConnection
org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
org.apache.calcite.avatica.remote.KeyStoreConfigurable
org.apache.calcite.avatica.remote.LocalJsonService
org.apache.calcite.avatica.remote.LocalProtobufService
org.apache.calcite.avatica.remote.LocalService
org.apache.calcite.avatica.remote.MetaDataOperation
org.apache.calcite.avatica.remote.MetricsHelper
org.apache.calcite.avatica.remote.MockJsonService
org.apache.calcite.avatica.remote.MockJsonService.Factory
org.apache.calcite.avatica.remote.MockProtobufService
org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
org.apache.calcite.avatica.remote.ProtobufHandler
org.apache.calcite.avatica.remote.ProtobufMeta
org.apache.calcite.avatica.remote.ProtobufService
org.apache.calcite.avatica.remote.ProtobufTranslation
org.apache.calcite.avatica.remote.ProtobufTranslationImpl
org.apache.calcite.avatica.remote.ProtobufTranslationImpl.RequestTranslator
org.apache.calcite.avatica.remote.ProtobufTranslationImpl.ResponseTranslator
org.apache.calcite.avatica.remote.RemoteMeta
org.apache.calcite.avatica.remote.RemoteProtobufService
org.apache.calcite.avatica.remote.RemoteService
org.apache.calcite.avatica.remote.Service
org.apache.calcite.avatica.remote.Service.Base
org.apache.calcite.avatica.remote.Service.CatalogsRequest
org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
org.apache.calcite.avatica.remote.Service.CloseStatementRequest
org.apache.calcite.avatica.remote.Service.CloseStatementResponse
org.apache.calcite.avatica.remote.Service.ColumnsRequest
org.apache.calcite.avatica.remote.Service.CommitRequest
org.apache.calcite.avatica.remote.Service.CommitResponse
org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
org.apache.calcite.avatica.remote.Service.CreateStatementRequest
org.apache.calcite.avatica.remote.Service.CreateStatementResponse
org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
org.apache.calcite.avatica.remote.Service.ErrorResponse
org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
org.apache.calcite.avatica.remote.Service.ExecuteRequest
org.apache.calcite.avatica.remote.Service.ExecuteResponse
org.apache.calcite.avatica.remote.Service.Factory
org.apache.calcite.avatica.remote.Service.FetchRequest
org.apache.calcite.avatica.remote.Service.FetchResponse
org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
org.apache.calcite.avatica.remote.Service.PrepareRequest
org.apache.calcite.avatica.remote.Service.PrepareResponse
org.apache.calcite.avatica.remote.Service.Request
org.apache.calcite.avatica.remote.Service.Response
org.apache.calcite.avatica.remote.Service.ResultSetResponse
org.apache.calcite.avatica.remote.Service.RollbackRequest
org.apache.calcite.avatica.remote.Service.RollbackResponse
org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
org.apache.calcite.avatica.remote.Service.SchemasRequest
org.apache.calcite.avatica.remote.Service.SyncResultsRequest
org.apache.calcite.avatica.remote.Service.SyncResultsResponse
org.apache.calcite.avatica.remote.Service.TableTypesRequest
org.apache.calcite.avatica.remote.Service.TablesRequest
org.apache.calcite.avatica.remote.Service.TypeInfoRequest
org.apache.calcite.avatica.remote.TrustStoreConfigurable
org.apache.calcite.avatica.remote.TypedValue
org.apache.calcite.avatica.remote.UsernamePasswordAuthenticateable
org.apache.calcite.avatica.util.AbstractCursor
org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
org.apache.calcite.avatica.util.AbstractCursor.ApproximateNumericAccessor
org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
org.apache.calcite.avatica.util.AbstractCursor.BigDecimalAccessor
org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
org.apache.calcite.avatica.util.AbstractCursor.BinaryAccessor
org.apache.calcite.avatica.util.AbstractCursor.BinaryFromStringAccessor
org.apache.calcite.avatica.util.AbstractCursor.BooleanAccessor
org.apache.calcite.avatica.util.AbstractCursor.ByteAccessor
org.apache.calcite.avatica.util.AbstractCursor.DateAccessor
org.apache.calcite.avatica.util.AbstractCursor.DateFromNumberAccessor
org.apache.calcite.avatica.util.AbstractCursor.DoubleAccessor
org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
org.apache.calcite.avatica.util.AbstractCursor.FixedStringAccessor
org.apache.calcite.avatica.util.AbstractCursor.FloatAccessor
org.apache.calcite.avatica.util.AbstractCursor.Getter
org.apache.calcite.avatica.util.AbstractCursor.IntAccessor
org.apache.calcite.avatica.util.AbstractCursor.IntervalDayTimeAccessor
org.apache.calcite.avatica.util.AbstractCursor.IntervalYearMonthAccessor
org.apache.calcite.avatica.util.AbstractCursor.LongAccessor
org.apache.calcite.avatica.util.AbstractCursor.NumberAccessor
org.apache.calcite.avatica.util.AbstractCursor.ObjectAccessor
org.apache.calcite.avatica.util.AbstractCursor.ShortAccessor
org.apache.calcite.avatica.util.AbstractCursor.StringAccessor
org.apache.calcite.avatica.util.AbstractCursor.StringFromCharAccessor
org.apache.calcite.avatica.util.AbstractCursor.StructAccessor
org.apache.calcite.avatica.util.AbstractCursor.TimeAccessor
org.apache.calcite.avatica.util.AbstractCursor.TimeFromNumberAccessor
org.apache.calcite.avatica.util.AbstractCursor.TimestampAccessor
org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
org.apache.calcite.avatica.util.ArrayFactoryImpl
org.apache.calcite.avatica.util.ArrayImpl
org.apache.calcite.avatica.util.ArrayImpl.Factory
org.apache.calcite.avatica.util.ArrayIteratorCursor
org.apache.calcite.avatica.util.Base64
org.apache.calcite.avatica.util.Base64.InputStream
org.apache.calcite.avatica.util.Base64.OutputStream
org.apache.calcite.avatica.util.ByteString
org.apache.calcite.avatica.util.Casing
org.apache.calcite.avatica.util.Cursor
org.apache.calcite.avatica.util.Cursor.Accessor
org.apache.calcite.avatica.util.DateTimeUtils
org.apache.calcite.avatica.util.DateTimeUtils.NoopOffsetDateTimeHandler
org.apache.calcite.avatica.util.DateTimeUtils.OffsetDateTimeHandler
org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
org.apache.calcite.avatica.util.DateTimeUtils.ReflectiveOffsetDateTimeHandler
org.apache.calcite.avatica.util.FilteredConstants
org.apache.calcite.avatica.util.IteratorCursor
org.apache.calcite.avatica.util.IteratorCursor.Position
org.apache.calcite.avatica.util.ListIteratorCursor
org.apache.calcite.avatica.util.MapIteratorCursor
org.apache.calcite.avatica.util.PackageMarker
org.apache.calcite.avatica.util.PositionedCursor
org.apache.calcite.avatica.util.Quoting
org.apache.calcite.avatica.util.RecordIteratorCursor
org.apache.calcite.avatica.util.Spacer
org.apache.calcite.avatica.util.Spaces
org.apache.calcite.avatica.util.Spaces.SpaceList
org.apache.calcite.avatica.util.Spaces.SpaceString
org.apache.calcite.avatica.util.StructImpl
org.apache.calcite.avatica.util.StructImpl.Factory
org.apache.calcite.avatica.util.TimeUnit
org.apache.calcite.avatica.util.TimeUnitRange
org.apache.calcite.avatica.util.TimeUnitRange.Pair
org.apache.calcite.avatica.util.Unsafe
org.apache.calcite.avatica.util.UnsynchronizedBuffer