|
| Connection (std::string, std::string, std::string, std::string, uint32_t=0) |
|
void | setCharset (const std::string &charset) throw () |
|
void | setCompress (const bool compress) throw () |
|
void | setInitCommand (const std::string &initCommand) throw () |
|
void | setReadTimeout (const uint32_t readTimeout) throw () |
|
void | setReconnect (const bool reconnect) throw () |
|
void | setSocket (const std::string &socket) throw () |
|
void | setSslVerifyServer (const bool sslVerifyServer) throw () |
|
void | setTimeout (const uint32_t timeout) throw () |
|
void | setWriteTimeout (const uint32_t writeTimeout) throw () |
|
bool | isAlive (bool=false) throw () |
|
void | open () throw (nodejs_db::Exception&) |
|
void | close () |
|
std::string | escape (const std::string &string) const throw (nodejs_db::Exception&) |
|
std::string | version () const |
|
nodejs_db::Result * | query (const std::string &query) const throw (nodejs_db::Exception&) |
|
nodejs_db::Result * | query_x (const std::string &query) const throw (nodejs_db::Exception&) |
|
virtual std::string | getHostname () const |
|
virtual void | setHostname (const std::string &hostname) |
|
virtual std::string | getUser () const |
|
virtual void | setUser (const std::string &user) |
|
virtual std::string | getPassword () const |
|
virtual void | setPassword (const std::string &password) |
|
virtual std::string | getDatabase () const |
|
virtual void | setDatabase (const std::string &database) |
|
virtual uint32_t | getPort () const |
|
virtual void | setPort (uint32_t port) |
|
virtual std::string | escapeName (const std::string &string) const throw (Exception&) |
|
virtual void | lock () |
|
virtual void | unlock () |
|
|
std::string | charset |
|
bool | compress |
|
std::string | initCommand |
|
uint32_t | readTimeout |
|
bool | reconnect |
|
std::string | socket |
|
bool | sslVerifyServer |
|
uint32_t | timeout |
|
uint32_t | writeTimeout |
|
std::string | hostname |
|
std::string | user |
|
std::string | password |
|
std::string | database |
|
uint32_t | port |
|
bool | alive |
|
char | quoteName |
|
pthread_mutex_t * | connectionLock |
|
|
ITConnection * | connection |
|
|
const char | quoteString |
|
static pthread_mutex_t | staticConnectionLock = PTHREAD_MUTEX_INITIALIZER |
|
Definition at line 11 of file connection.h.
bool nodejs_db_informix::Connection::_prepareITDBInfo |
( |
ITDBInfo & |
dbInfo | ) |
|
|
private |
XXX: do we really need to pass dbInfo?
Definition at line 111 of file connection.cxx.
std::string nodejs_db_informix::Connection::escape |
( |
const std::string & |
s | ) |
const throw (nodejs_db::Exception&) |
|
virtual |
std::string nodejs_db_informix::Connection::version |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: