jackcess-4.0.8.jar中文-英文对照文档.zip

com.healthmarketscience.jackcessjackcess4.0.8API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: jackcess-4.0.8.jar中文-英文对照文档.zip

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

选择下载方式

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

文件简介

jackcess-4.0.8.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: Jackcess
  • 描述: 一个纯Java库,用于从MS Access数据库中读取和写入数据。
  • 版本: 4.0.8

Maven依赖

<dependency>
	<groupId>com.healthmarketscience.jackcess</groupId>
	<artifactId>jackcess</artifactId>
	<version>4.0.8</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.healthmarketscience.jackcess', name: 'jackcess', version: '4.0.8'
Gradle (Short):
	implementation 'com.healthmarketscience.jackcess:jackcess:4.0.8'
Gradle (Kotlin):
	implementation("com.healthmarketscience.jackcess:jackcess:4.0.8")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

com.healthmarketscience.jackcess
com.healthmarketscience.jackcess.complex
com.healthmarketscience.jackcess.expr
com.healthmarketscience.jackcess.impl
com.healthmarketscience.jackcess.impl.complex
com.healthmarketscience.jackcess.impl.expr
com.healthmarketscience.jackcess.impl.query
com.healthmarketscience.jackcess.query
com.healthmarketscience.jackcess.util

本组件包含的 Java class(类)

com.healthmarketscience.jackcess.BatchUpdateException
com.healthmarketscience.jackcess.Column
com.healthmarketscience.jackcess.ColumnBuilder
com.healthmarketscience.jackcess.ConstraintViolationException
com.healthmarketscience.jackcess.Cursor
com.healthmarketscience.jackcess.Cursor.Id
com.healthmarketscience.jackcess.Cursor.Position
com.healthmarketscience.jackcess.Cursor.Savepoint
com.healthmarketscience.jackcess.CursorBuilder
com.healthmarketscience.jackcess.DataType
com.healthmarketscience.jackcess.Database
com.healthmarketscience.jackcess.Database.FileFormat
com.healthmarketscience.jackcess.DatabaseBuilder
com.healthmarketscience.jackcess.DateTimeType
com.healthmarketscience.jackcess.Index
com.healthmarketscience.jackcess.Index.Column
com.healthmarketscience.jackcess.IndexBuilder
com.healthmarketscience.jackcess.IndexBuilder.Column
com.healthmarketscience.jackcess.IndexCursor
com.healthmarketscience.jackcess.InvalidValueException
com.healthmarketscience.jackcess.JackcessException
com.healthmarketscience.jackcess.PropertyMap
com.healthmarketscience.jackcess.PropertyMap.DisplayControl
com.healthmarketscience.jackcess.PropertyMap.EnumValue
com.healthmarketscience.jackcess.PropertyMap.IMEMode
com.healthmarketscience.jackcess.PropertyMap.IMESentenceMode
com.healthmarketscience.jackcess.PropertyMap.Property
com.healthmarketscience.jackcess.PropertyMap.TextFormat
com.healthmarketscience.jackcess.Relationship
com.healthmarketscience.jackcess.Relationship.JoinType
com.healthmarketscience.jackcess.RelationshipBuilder
com.healthmarketscience.jackcess.Row
com.healthmarketscience.jackcess.RowId
com.healthmarketscience.jackcess.RuntimeIOException
com.healthmarketscience.jackcess.Table
com.healthmarketscience.jackcess.Table.ColumnOrder
com.healthmarketscience.jackcess.TableBuilder
com.healthmarketscience.jackcess.TableDefinition
com.healthmarketscience.jackcess.TableMetaData
com.healthmarketscience.jackcess.TableMetaData.Type
com.healthmarketscience.jackcess.complex.Attachment
com.healthmarketscience.jackcess.complex.AttachmentColumnInfo
com.healthmarketscience.jackcess.complex.ComplexColumnInfo
com.healthmarketscience.jackcess.complex.ComplexDataType
com.healthmarketscience.jackcess.complex.ComplexValue
com.healthmarketscience.jackcess.complex.ComplexValue.Id
com.healthmarketscience.jackcess.complex.ComplexValueForeignKey
com.healthmarketscience.jackcess.complex.MultiValueColumnInfo
com.healthmarketscience.jackcess.complex.SingleValue
com.healthmarketscience.jackcess.complex.UnsupportedColumnInfo
com.healthmarketscience.jackcess.complex.UnsupportedValue
com.healthmarketscience.jackcess.complex.Version
com.healthmarketscience.jackcess.complex.VersionHistoryColumnInfo
com.healthmarketscience.jackcess.expr.EvalConfig
com.healthmarketscience.jackcess.expr.EvalContext
com.healthmarketscience.jackcess.expr.EvalException
com.healthmarketscience.jackcess.expr.Expression
com.healthmarketscience.jackcess.expr.Function
com.healthmarketscience.jackcess.expr.FunctionLookup
com.healthmarketscience.jackcess.expr.Identifier
com.healthmarketscience.jackcess.expr.LocaleContext
com.healthmarketscience.jackcess.expr.NumericConfig
com.healthmarketscience.jackcess.expr.NumericConfig.Type
com.healthmarketscience.jackcess.expr.ParseException
com.healthmarketscience.jackcess.expr.TemporalConfig
com.healthmarketscience.jackcess.expr.TemporalConfig.Type
com.healthmarketscience.jackcess.expr.Value
com.healthmarketscience.jackcess.expr.Value.Type
com.healthmarketscience.jackcess.impl.BaseEvalContext
com.healthmarketscience.jackcess.impl.ByteArrayBuilder
com.healthmarketscience.jackcess.impl.ByteUtil
com.healthmarketscience.jackcess.impl.ByteUtil.ByteStream
com.healthmarketscience.jackcess.impl.CalcColEvalContext
com.healthmarketscience.jackcess.impl.CodecHandler
com.healthmarketscience.jackcess.impl.CodecProvider
com.healthmarketscience.jackcess.impl.ColDefaultValueEvalContext
com.healthmarketscience.jackcess.impl.ColEvalContext
com.healthmarketscience.jackcess.impl.ColValidatorEvalContext
com.healthmarketscience.jackcess.impl.ColumnImpl
com.healthmarketscience.jackcess.impl.ColumnImpl.SortOrder
com.healthmarketscience.jackcess.impl.ComplexColumnSupport
com.healthmarketscience.jackcess.impl.CompoundOleUtil
com.healthmarketscience.jackcess.impl.CursorImpl
com.healthmarketscience.jackcess.impl.CustomToStringStyle
com.healthmarketscience.jackcess.impl.DBEvalContext
com.healthmarketscience.jackcess.impl.DatabaseImpl
com.healthmarketscience.jackcess.impl.DatabaseImpl.FileFormatDetails
com.healthmarketscience.jackcess.impl.DefaultCodecProvider
com.healthmarketscience.jackcess.impl.DefaultCodecProvider.DummyHandler
com.healthmarketscience.jackcess.impl.DefaultCodecProvider.UnsupportedHandler
com.healthmarketscience.jackcess.impl.General97IndexCodes
com.healthmarketscience.jackcess.impl.GeneralIndexCodes
com.healthmarketscience.jackcess.impl.GeneralLegacyIndexCodes
com.healthmarketscience.jackcess.impl.IndexCodes
com.healthmarketscience.jackcess.impl.IndexCursorImpl
com.healthmarketscience.jackcess.impl.IndexData
com.healthmarketscience.jackcess.impl.IndexData.ColumnDescriptor
com.healthmarketscience.jackcess.impl.IndexData.Entry
com.healthmarketscience.jackcess.impl.IndexData.EntryType
com.healthmarketscience.jackcess.impl.IndexData.PendingChange
com.healthmarketscience.jackcess.impl.IndexImpl
com.healthmarketscience.jackcess.impl.IndexImpl.ForeignKeyReference
com.healthmarketscience.jackcess.impl.IndexPageCache
com.healthmarketscience.jackcess.impl.JetFormat
com.healthmarketscience.jackcess.impl.JetFormat.CodecType
com.healthmarketscience.jackcess.impl.NullMask
com.healthmarketscience.jackcess.impl.OleUtil
com.healthmarketscience.jackcess.impl.PageChannel
com.healthmarketscience.jackcess.impl.PageTypes
com.healthmarketscience.jackcess.impl.PropertyMapImpl
com.healthmarketscience.jackcess.impl.PropertyMaps
com.healthmarketscience.jackcess.impl.RelationshipCreator
com.healthmarketscience.jackcess.impl.RelationshipImpl
com.healthmarketscience.jackcess.impl.RowEvalContext
com.healthmarketscience.jackcess.impl.RowIdImpl
com.healthmarketscience.jackcess.impl.RowIdImpl.Type
com.healthmarketscience.jackcess.impl.RowImpl
com.healthmarketscience.jackcess.impl.RowValidatorEvalContext
com.healthmarketscience.jackcess.impl.SimpleCache
com.healthmarketscience.jackcess.impl.SqlHelper
com.healthmarketscience.jackcess.impl.SqlHelperImpl
com.healthmarketscience.jackcess.impl.TableCreator
com.healthmarketscience.jackcess.impl.TableDefinitionImpl
com.healthmarketscience.jackcess.impl.TableImpl
com.healthmarketscience.jackcess.impl.TableImpl.IndexFeature
com.healthmarketscience.jackcess.impl.TableMutator
com.healthmarketscience.jackcess.impl.TableScanCursor
com.healthmarketscience.jackcess.impl.TableUpdater
com.healthmarketscience.jackcess.impl.TempBufferHolder
com.healthmarketscience.jackcess.impl.TempBufferHolder.Type
com.healthmarketscience.jackcess.impl.TempPageHolder
com.healthmarketscience.jackcess.impl.TopoSorter
com.healthmarketscience.jackcess.impl.UnsupportedCodecException
com.healthmarketscience.jackcess.impl.UsageMap
com.healthmarketscience.jackcess.impl.complex.AttachmentColumnInfoImpl
com.healthmarketscience.jackcess.impl.complex.ComplexColumnInfoImpl
com.healthmarketscience.jackcess.impl.complex.ComplexValueForeignKeyImpl
com.healthmarketscience.jackcess.impl.complex.MultiValueColumnInfoImpl
com.healthmarketscience.jackcess.impl.complex.MultiValueColumnPropertyMap
com.healthmarketscience.jackcess.impl.complex.UnsupportedColumnInfoImpl
com.healthmarketscience.jackcess.impl.complex.VersionHistoryColumnInfoImpl
com.healthmarketscience.jackcess.impl.expr.BaseDelayedValue
com.healthmarketscience.jackcess.impl.expr.BaseNumericValue
com.healthmarketscience.jackcess.impl.expr.BaseValue
com.healthmarketscience.jackcess.impl.expr.BigDecimalValue
com.healthmarketscience.jackcess.impl.expr.BuiltinOperators
com.healthmarketscience.jackcess.impl.expr.DateTimeValue
com.healthmarketscience.jackcess.impl.expr.DefaultDateFunctions
com.healthmarketscience.jackcess.impl.expr.DefaultFinancialFunctions
com.healthmarketscience.jackcess.impl.expr.DefaultFunctions
com.healthmarketscience.jackcess.impl.expr.DefaultNumberFunctions
com.healthmarketscience.jackcess.impl.expr.DefaultTextFunctions
com.healthmarketscience.jackcess.impl.expr.DoubleValue
com.healthmarketscience.jackcess.impl.expr.Expressionator
com.healthmarketscience.jackcess.impl.expr.Expressionator.ParseContext
com.healthmarketscience.jackcess.impl.expr.Expressionator.Type
com.healthmarketscience.jackcess.impl.expr.FormatUtil
com.healthmarketscience.jackcess.impl.expr.FormatUtil.NumPatternType
com.healthmarketscience.jackcess.impl.expr.FormatUtil.StandaloneFormatter
com.healthmarketscience.jackcess.impl.expr.FunctionSupport
com.healthmarketscience.jackcess.impl.expr.FunctionSupport.BaseFunction
com.healthmarketscience.jackcess.impl.expr.FunctionSupport.Func0
com.healthmarketscience.jackcess.impl.expr.FunctionSupport.Func1
com.healthmarketscience.jackcess.impl.expr.FunctionSupport.Func1NullIsNull
com.healthmarketscience.jackcess.impl.expr.FunctionSupport.Func2
com.healthmarketscience.jackcess.impl.expr.FunctionSupport.Func3
com.healthmarketscience.jackcess.impl.expr.FunctionSupport.FuncVar
com.healthmarketscience.jackcess.impl.expr.FunctionSupport.StringFuncWrapper
com.healthmarketscience.jackcess.impl.expr.LongValue
com.healthmarketscience.jackcess.impl.expr.NumberFormatter
com.healthmarketscience.jackcess.impl.expr.NumberFormatter.NotationType
com.healthmarketscience.jackcess.impl.expr.NumberFormatter.ScientificFormat
com.healthmarketscience.jackcess.impl.expr.RandomContext
com.healthmarketscience.jackcess.impl.expr.StringValue
com.healthmarketscience.jackcess.impl.expr.ValueSupport
com.healthmarketscience.jackcess.impl.query.AppendQueryImpl
com.healthmarketscience.jackcess.impl.query.BaseSelectQueryImpl
com.healthmarketscience.jackcess.impl.query.CrossTabQueryImpl
com.healthmarketscience.jackcess.impl.query.DataDefinitionQueryImpl
com.healthmarketscience.jackcess.impl.query.DeleteQueryImpl
com.healthmarketscience.jackcess.impl.query.MakeTableQueryImpl
com.healthmarketscience.jackcess.impl.query.PassthroughQueryImpl
com.healthmarketscience.jackcess.impl.query.QueryFormat
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.QueryImpl.Row
com.healthmarketscience.jackcess.impl.query.SelectQueryImpl
com.healthmarketscience.jackcess.impl.query.UnionQueryImpl
com.healthmarketscience.jackcess.impl.query.UpdateQueryImpl
com.healthmarketscience.jackcess.query.AppendQuery
com.healthmarketscience.jackcess.query.BaseSelectQuery
com.healthmarketscience.jackcess.query.CrossTabQuery
com.healthmarketscience.jackcess.query.DataDefinitionQuery
com.healthmarketscience.jackcess.query.DeleteQuery
com.healthmarketscience.jackcess.query.MakeTableQuery
com.healthmarketscience.jackcess.query.PassthroughQuery
com.healthmarketscience.jackcess.query.Query
com.healthmarketscience.jackcess.query.Query.Type
com.healthmarketscience.jackcess.query.SelectQuery
com.healthmarketscience.jackcess.query.UnionQuery
com.healthmarketscience.jackcess.query.UpdateQuery
com.healthmarketscience.jackcess.util.CaseInsensitiveColumnMatcher
com.healthmarketscience.jackcess.util.ColumnFormatter
com.healthmarketscience.jackcess.util.ColumnMatcher
com.healthmarketscience.jackcess.util.ColumnValidator
com.healthmarketscience.jackcess.util.ColumnValidatorFactory
com.healthmarketscience.jackcess.util.CustomLinkResolver
com.healthmarketscience.jackcess.util.DebugErrorHandler
com.healthmarketscience.jackcess.util.EntryIterableBuilder
com.healthmarketscience.jackcess.util.ErrorHandler
com.healthmarketscience.jackcess.util.ErrorHandler.Location
com.healthmarketscience.jackcess.util.ExportFilter
com.healthmarketscience.jackcess.util.ExportUtil
com.healthmarketscience.jackcess.util.ExportUtil.Builder
com.healthmarketscience.jackcess.util.ImportFilter
com.healthmarketscience.jackcess.util.ImportUtil
com.healthmarketscience.jackcess.util.ImportUtil.Builder
com.healthmarketscience.jackcess.util.IterableBuilder
com.healthmarketscience.jackcess.util.IterableBuilder.Type
com.healthmarketscience.jackcess.util.Joiner
com.healthmarketscience.jackcess.util.LinkResolver
com.healthmarketscience.jackcess.util.MemFileChannel
com.healthmarketscience.jackcess.util.OleBlob
com.healthmarketscience.jackcess.util.OleBlob.Builder
com.healthmarketscience.jackcess.util.OleBlob.CompoundContent
com.healthmarketscience.jackcess.util.OleBlob.CompoundContent.Entry
com.healthmarketscience.jackcess.util.OleBlob.Content
com.healthmarketscience.jackcess.util.OleBlob.ContentType
com.healthmarketscience.jackcess.util.OleBlob.EmbeddedContent
com.healthmarketscience.jackcess.util.OleBlob.LinkContent
com.healthmarketscience.jackcess.util.OleBlob.OtherContent
com.healthmarketscience.jackcess.util.OleBlob.PackageContent
com.healthmarketscience.jackcess.util.OleBlob.SimplePackageContent
com.healthmarketscience.jackcess.util.PatternColumnPredicate
com.healthmarketscience.jackcess.util.ReadOnlyFileChannel
com.healthmarketscience.jackcess.util.ReplacementErrorHandler
com.healthmarketscience.jackcess.util.RowFilter
com.healthmarketscience.jackcess.util.SimpleColumnMatcher
com.healthmarketscience.jackcess.util.SimpleColumnValidator
com.healthmarketscience.jackcess.util.SimpleColumnValidatorFactory
com.healthmarketscience.jackcess.util.SimpleExportFilter
com.healthmarketscience.jackcess.util.SimpleImportFilter
com.healthmarketscience.jackcess.util.TableIterableBuilder