|
| SQLiteDB (const char *f, OpenMode m=ro) |
|
void | connect (const char *filename) |
|
void | close () |
|
void | exec (const char *sql) |
|
void | open (OpenMode m) |
|
bool | tableExists (string table_name) |
|
void | createTableGenomes () |
|
void | createTableSpeciesnames () |
|
void | createTableSeqnames () |
|
void | createTableHints () |
|
void | createTableFeatureTypes () |
|
int | getSpeciesID (string species, bool clean=false, bool noInsert=false) |
|
void | deleteHints (int speciesid) |
|
void | deleteGenome (int speciesid) |
|
void | deleteSeqNames (int speciesid) |
|
void | beginTransaction () |
|
void | endTransaction () |
|
int | lastInsertID () |
|
const char * | error () |
|
int | numChanges () |
|
The documentation for this class was generated from the following files: