#include <psqldriver.h>
Public Member Functions | |
| SQLDriver () | |
| virtual | ~SQLDriver () |
| virtual ConnectionHandle * | connect (const std::string &user, const std::string &passwd, const std::string &db, const std::string &host)=0 throw (SQLError) |
| virtual void | close (ConnectionHandle *handle)=0 throw () |
Definition at line 47 of file psqldriver.h.
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
1.3.3