Augustus 3.4.0
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
SQLiteDB Class Reference

Public Member Functions

 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 ()
 

Friends

class Statement
 

The documentation for this class was generated from the following files: