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

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

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

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

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

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

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

使用方法

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

组件信息

简介

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

Maven依赖

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

Gradle依赖

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

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

org.apache.calcite.avatica
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.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.AvaticaSpecificDatabaseMetaData
org.apache.calcite.avatica.AvaticaSqlException
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.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.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.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.SqlType
org.apache.calcite.avatica.SqlType.Method
org.apache.calcite.avatica.UnregisteredDriver
org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
org.apache.calcite.avatica.remote.AbstractHandler
org.apache.calcite.avatica.remote.AbstractService
org.apache.calcite.avatica.remote.AuthenticationType
org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
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.CommonsHttpClientPoolCache
org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
org.apache.calcite.avatica.remote.Driver
org.apache.calcite.avatica.remote.Driver.Serialization
org.apache.calcite.avatica.remote.GSSAuthenticateable
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.HttpClientPoolConfigurable
org.apache.calcite.avatica.remote.JsonHandler
org.apache.calcite.avatica.remote.JsonService
org.apache.calcite.avatica.remote.KerberosConnection
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.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.ArrayAccessor
org.apache.calcite.avatica.util.AbstractCursor.Getter
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.PrecisionTime
org.apache.calcite.avatica.util.FilteredConstants
org.apache.calcite.avatica.util.IteratorCursor
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.Source
org.apache.calcite.avatica.util.Sources
org.apache.calcite.avatica.util.Spacer
org.apache.calcite.avatica.util.Spaces
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.Unsafe
org.apache.calcite.avatica.util.UnsynchronizedBuffer