Data Fields | |
bool | connected |
struct { | |
char * dbtype | |
char * addr | |
int port | |
char * username | |
char * password | |
char * database | |
bool autocommit | |
bool fetchtype | |
} | info |
bool Q_DB::connected |
if opened true, if closed false
struct { … } Q_DB::info |
database connection infomation
[Home] [About] [Examples] [Changes] [Download] [SVN Repository] [Install] [Reference] |