Uses of Class
org.sqlite.core.DB
Packages that use DB
-
Uses of DB in org.sqlite
Methods in org.sqlite that return DBMethods in org.sqlite with parameters of type DBModifier and TypeMethodDescriptionvoidvoidvoidConstructors in org.sqlite with parameters of type DBModifierConstructorDescriptionSQLiteConnection(DB db) Connection constructor for reusing an existing DB handle -
Uses of DB in org.sqlite.core
Subclasses of DB in org.sqlite.coreModifier and TypeClassDescriptionfinal classThis class provides a thin JNI layer over the SQLite3 C API.Methods in org.sqlite.core that return DBModifier and TypeMethodDescriptionprotected DBCoreResultSet.getDatabase()CoreStatement.getDatabase()Methods in org.sqlite.core with parameters of type DBModifier and TypeMethodDescriptionvoiddoubleintlongConstructors in org.sqlite.core with parameters of type DBModifierConstructorDescriptionSafeStmtPtr(DB db, long ptr) Construct a new Safe Pointer Wrapper to ensure a pointer is properly handled