Uses of Class
io.roastedroot.sqlite4j.core.DB
-
Packages that use DB Package Description io.roastedroot.sqlite4j io.roastedroot.sqlite4j.core -
-
Uses of DB in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return DB Modifier and Type Method Description DBSQLiteConnection. getDatabase()Methods in io.roastedroot.sqlite4j 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)Constructors in io.roastedroot.sqlite4j with parameters of type DB Constructor Description SQLiteConnection(DB db)Connection constructor for reusing an existing DB handle -
Uses of DB in io.roastedroot.sqlite4j.core
Subclasses of DB in io.roastedroot.sqlite4j.core Modifier and Type Class Description classWasmDBMethods in io.roastedroot.sqlite4j.core that return DB Modifier and Type Method Description protected DBCoreResultSet. getDatabase()DBCoreStatement. getDatabase()Methods in io.roastedroot.sqlite4j.core with parameters of type DB Modifier and Type Method Description voidSafeStmtPtr.SafePtrConsumer. run(DB db, long ptr)doubleSafeStmtPtr.SafePtrDoubleFunction. run(DB db, long ptr)TSafeStmtPtr.SafePtrFunction. run(DB db, long ptr)intSafeStmtPtr.SafePtrIntFunction. run(DB db, long ptr)longSafeStmtPtr.SafePtrLongFunction. run(DB db, long ptr)Constructors in io.roastedroot.sqlite4j.core with parameters of type DB Constructor Description SafeStmtPtr(DB db, int ptr)Construct a new Safe Pointer Wrapper to ensure a pointer is properly handled
-