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 TypeMethodDescriptionvoid
void
void
Constructors 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 class
This class provides a thin JNI layer over the SQLite3 C API.Methods in org.sqlite.core that return DBModifier and TypeMethodDescriptionprotected DB
CoreResultSet.getDatabase()
CoreStatement.getDatabase()
Methods in org.sqlite.core with parameters of type DBModifier and TypeMethodDescriptionvoid
double
int
long
Constructors 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