文件名称: sqlite-jdbc-3.50.3.0.jar中文-英文对照文档.zip
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.50.3.0</version>
</dependency>Gradle:
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.50.3.0'
Gradle (Short):
implementation 'org.xerial:sqlite-jdbc:3.50.3.0'
Gradle (Kotlin):
implementation("org.xerial:sqlite-jdbc:3.50.3.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.sqlite
org.sqlite.core
org.sqlite.date
org.sqlite.javax
org.sqlite.jdbc3
org.sqlite.jdbc4
org.sqlite.utilorg.sqlite.BusyHandler
org.sqlite.Collation
org.sqlite.ExtendedCommand
org.sqlite.ExtendedCommand.BackupCommand
org.sqlite.ExtendedCommand.RestoreCommand
org.sqlite.ExtendedCommand.SQLExtension
org.sqlite.FileException
org.sqlite.Function
org.sqlite.Function.Aggregate
org.sqlite.Function.Window
org.sqlite.JDBC
org.sqlite.NativeLibraryNotFoundException
org.sqlite.ProgressHandler
org.sqlite.SQLiteCommitListener
org.sqlite.SQLiteConfig
org.sqlite.SQLiteConfig.DateClass
org.sqlite.SQLiteConfig.DatePrecision
org.sqlite.SQLiteConfig.Encoding
org.sqlite.SQLiteConfig.HexKeyMode
org.sqlite.SQLiteConfig.JournalMode
org.sqlite.SQLiteConfig.LockingMode
org.sqlite.SQLiteConfig.Pragma
org.sqlite.SQLiteConfig.SynchronousMode
org.sqlite.SQLiteConfig.TempStore
org.sqlite.SQLiteConfig.TransactionMode
org.sqlite.SQLiteConnection
org.sqlite.SQLiteConnectionConfig
org.sqlite.SQLiteDataSource
org.sqlite.SQLiteErrorCode
org.sqlite.SQLiteException
org.sqlite.SQLiteJDBCLoader
org.sqlite.SQLiteJDBCLoader.VersionHolder
org.sqlite.SQLiteLimits
org.sqlite.SQLiteOpenMode
org.sqlite.SQLiteUpdateListener
org.sqlite.SQLiteUpdateListener.Type
org.sqlite.core.Codes
org.sqlite.core.CoreDatabaseMetaData
org.sqlite.core.CorePreparedStatement
org.sqlite.core.CoreResultSet
org.sqlite.core.CoreStatement
org.sqlite.core.DB
org.sqlite.core.DB.ProgressObserver
org.sqlite.core.NativeDB
org.sqlite.core.SafeStmtPtr
org.sqlite.core.SafeStmtPtr.SafePtrConsumer
org.sqlite.core.SafeStmtPtr.SafePtrDoubleFunction
org.sqlite.core.SafeStmtPtr.SafePtrFunction
org.sqlite.core.SafeStmtPtr.SafePtrIntFunction
org.sqlite.core.SafeStmtPtr.SafePtrLongFunction
org.sqlite.date.DateFormatUtils
org.sqlite.date.DateParser
org.sqlite.date.DatePrinter
org.sqlite.date.ExceptionUtils
org.sqlite.date.FastDateFormat
org.sqlite.date.FastDateParser
org.sqlite.date.FastDatePrinter
org.sqlite.javax.SQLiteConnectionPoolDataSource
org.sqlite.javax.SQLitePooledConnection
org.sqlite.jdbc3.JDBC3Connection
org.sqlite.jdbc3.JDBC3DatabaseMetaData
org.sqlite.jdbc3.JDBC3PreparedStatement
org.sqlite.jdbc3.JDBC3ResultSet
org.sqlite.jdbc3.JDBC3Savepoint
org.sqlite.jdbc3.JDBC3Statement
org.sqlite.jdbc3.JDBC3Statement.SQLCallable
org.sqlite.jdbc4.JDBC4Connection
org.sqlite.jdbc4.JDBC4DatabaseMetaData
org.sqlite.jdbc4.JDBC4PooledConnection
org.sqlite.jdbc4.JDBC4PreparedStatement
org.sqlite.jdbc4.JDBC4ResultSet
org.sqlite.jdbc4.JDBC4Statement
org.sqlite.util.LibraryLoaderUtil
org.sqlite.util.Logger
org.sqlite.util.LoggerFactory
org.sqlite.util.OSInfo
org.sqlite.util.ProcessRunner
org.sqlite.util.QueryUtils
org.sqlite.util.ResourceFinder
org.sqlite.util.StringUtils