文件名称: calcite-avatica-1.2.0-incubating.jar中文-英文对照文档.zip
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-avatica</artifactId>
<version>1.2.0-incubating</version>
</dependency>Gradle:
implementation group: 'org.apache.calcite', name: 'calcite-avatica', version: '1.2.0-incubating'
Gradle (Short):
implementation 'org.apache.calcite:calcite-avatica:1.2.0-incubating'
Gradle (Kotlin):
implementation("org.apache.calcite:calcite-avatica:1.2.0-incubating")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.apache.calcite.avatica
org.apache.calcite.avatica.remote
org.apache.calcite.avatica.utilorg.apache.calcite.avatica.AvaticaConnection
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.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.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.Style
org.apache.calcite.avatica.MetaImpl
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.SqlType
org.apache.calcite.avatica.SqlType.Method
org.apache.calcite.avatica.UnregisteredDriver
org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
org.apache.calcite.avatica.remote.Driver
org.apache.calcite.avatica.remote.Handler
org.apache.calcite.avatica.remote.JsonHandler
org.apache.calcite.avatica.remote.JsonService
org.apache.calcite.avatica.remote.LocalJsonService
org.apache.calcite.avatica.remote.LocalService
org.apache.calcite.avatica.remote.MockJsonService
org.apache.calcite.avatica.remote.MockJsonService.Factory
org.apache.calcite.avatica.remote.RemoteService
org.apache.calcite.avatica.remote.Service
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.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.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.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.SchemasRequest
org.apache.calcite.avatica.remote.Service.TableTypesRequest
org.apache.calcite.avatica.remote.Service.TablesRequest
org.apache.calcite.avatica.util.AbstractCursor
org.apache.calcite.avatica.util.AbstractCursor.Getter
org.apache.calcite.avatica.util.ArrayImpl
org.apache.calcite.avatica.util.ArrayImpl.Factory
org.apache.calcite.avatica.util.ArrayIteratorCursor
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.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.Spacer
org.apache.calcite.avatica.util.Spaces
org.apache.calcite.avatica.util.TimeUnit
org.apache.calcite.avatica.util.TimeUnitRange