Uses of Class
org.sqlite.core.DB
-
Packages that use DB Package Description org.sqlite org.sqlite.core org.sqlite.javax -
-
Uses of DB in org.sqlite
Fields in org.sqlite declared as DB Modifier and Type Field Description private DB
Collation. db
private DB
Function. db
private DB
SQLiteConnection. db
Methods in org.sqlite that return DB Modifier and Type Method Description DB
SQLiteConnection. getDatabase()
private static DB
SQLiteConnection. open(java.lang.String url, java.lang.String origFileName, java.util.Properties props)
Opens a connection to the database using an SQLite library.Methods in org.sqlite with parameters of type DB Modifier and Type Method Description void
ExtendedCommand.BackupCommand. execute(DB db)
void
ExtendedCommand.RestoreCommand. execute(DB db)
void
ExtendedCommand.SQLExtension. execute(DB db)
Constructors in org.sqlite with parameters of type DB Constructor Description SQLiteConnection(DB db)
Connection constructor for reusing an existing DB handle -
Uses of DB in org.sqlite.core
Subclasses of DB in org.sqlite.core Modifier and Type Class Description class
NativeDB
This class provides a thin JNI layer over the SQLite3 C API.Fields in org.sqlite.core declared as DB Modifier and Type Field Description private DB
SafeStmtPtr. db
Methods in org.sqlite.core that return DB Modifier and Type Method Description protected DB
CoreResultSet. getDatabase()
DB
CoreStatement. getDatabase()
Methods in org.sqlite.core with parameters of type DB Modifier and Type Method Description void
SafeStmtPtr.SafePtrConsumer. run(DB db, long ptr)
double
SafeStmtPtr.SafePtrDoubleFunction. run(DB db, long ptr)
T
SafeStmtPtr.SafePtrFunction. run(DB db, long ptr)
int
SafeStmtPtr.SafePtrIntFunction. run(DB db, long ptr)
long
SafeStmtPtr.SafePtrLongFunction. run(DB db, long ptr)
Constructors in org.sqlite.core with parameters of type DB Constructor Description SafeStmtPtr(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 Modifier and Type Method Description DB
SQLitePooledConnectionHandle. getDatabase()
-