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