Uses of Class
org.sqlite.core.DB
-
Packages that use DB Package Description org.sqlite org.sqlite.core -
-
Uses of DB in org.sqlite
Fields in org.sqlite declared as DB Modifier and Type Field Description private DBFunction. dbMethods in org.sqlite with parameters of type DB Modifier and Type Method Description voidExtendedCommand.BackupCommand. execute(DB db)voidExtendedCommand.RestoreCommand. execute(DB db)voidExtendedCommand.SQLExtension. execute(DB db) -
Uses of DB in org.sqlite.core
Subclasses of DB in org.sqlite.core Modifier and Type Class Description classNativeDBThis class provides a thin JNI layer over the SQLite3 C API.Fields in org.sqlite.core declared as DB Modifier and Type Field Description protected DBCoreConnection. dbprotected DBCoreResultSet. dbprotected DBCoreStatement. dbMethods in org.sqlite.core that return DB Modifier and Type Method Description DBCoreConnection. db()
-