Uses of Class
org.sqlite.core.DB
-
Packages that use DB Package Description org.sqlite org.sqlite.core -
-
Uses of DB in org.sqlite
Fields in org.sqlite declared as DB Modifier and Type Field Description private DB
Function. db
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)
-
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 protected DB
CoreConnection. db
protected DB
CoreResultSet. db
protected DB
CoreStatement. db
Methods in org.sqlite.core that return DB Modifier and Type Method Description DB
CoreConnection. db()
-