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 DBCollation.dbprivate DBFunction.dbprivate final DBSQLiteConnection.dbMethods in org.sqlite that return DBModifier and TypeMethodDescriptionSQLiteConnection.getDatabase()private static DBSQLiteConnection.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 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.Fields in org.sqlite.core declared as DBMethods 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 -
Uses of DB in org.sqlite.javax
Methods in org.sqlite.javax that return DB