Uses of Class
org.sqlite.core.DB
Packages that use DB
-
Uses of DB in org.sqlite
Fields in org.sqlite declared as DBModifier and TypeFieldDescriptionprivate DB
Collation.db
private DB
Function.db
private final DB
SQLiteConnection.db
Methods in org.sqlite that return DBModifier and TypeMethodDescriptionSQLiteConnection.getDatabase()
private static DB
SQLiteConnection.open
(String url, String origFileName, Properties props) Opens a connection to the database using an SQLite library.Methods 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.Fields in org.sqlite.core declared as DBMethods 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 -
Uses of DB in org.sqlite.javax
Methods in org.sqlite.javax that return DB