Uses of Class
org.sqlite.core.DB
-
Packages that use DB Package Description org.sqlite org.sqlite.core -
-
Uses of DB in org.sqlite
Methods in org.sqlite that return DB Modifier and Type Method Description DB
SQLiteConnection. getDatabase()
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.Methods in org.sqlite.core that return DB Modifier and Type Method Description protected DB
CoreResultSet. getDatabase()
DB
CoreStatement. getDatbase()
-