This is the complete list of members for SQL::Connection, including all inherited members.
| __canTransact | SQL::Connection | protected |
| __close()=0 | SQL::Connection | protectedpure virtual |
| __commitTrans()=0 | SQL::Connection | protectedpure virtual |
| __createQueryInstance(Query **_queryHandleOut)=0 | SQL::Connection | protectedpure virtual |
| __errorCode | SQL::Connection | protected |
| __errorFileName | SQL::Connection | protected |
| __errorLine | SQL::Connection | protected |
| __execute(const char *_sql, size_t _sqllen)=0 | SQL::Connection | protectedpure virtual |
| __getErrorMessage(char *_buf, size_t *_buflen)=0 | SQL::Connection | protectedpure virtual |
| __getServerInfo(char *_buf, size_t *_buflen)=0 | SQL::Connection | protectedpure virtual |
| __open(const char *_connString, size_t _connlen)=0 | SQL::Connection | protectedpure virtual |
| __pad0__ | SQL::Connection | |
| __rollbackTrans()=0 | SQL::Connection | protectedpure virtual |
| __serverTitle | SQL::Connection | protected |
| __startTrans()=0 | SQL::Connection | protectedpure virtual |
| __states | SQL::Connection | protected |
| _filename | SQL::Connection | |
| _line | SQL::Connection | |
| addRef() | SQL::Connection | |
| canTransact() const | SQL::Connection | inline |
| className() const | Object | |
| close() | SQL::Connection | |
| commitTrans() | SQL::Connection | |
| Connection(const wchar_t *_serverTitle) | SQL::Connection | protected |
| createQueryInstance(Query **_queryHandleOut) | SQL::Connection | |
| destroy()=0 | SQL::Connection | pure virtual |
| destroyQueryInstance(Query *_queryHandle) | SQL::Connection | |
| errorCode() const | SQL::Connection | inline |
| execute(const char *_sql, size_t _sqllen) | SQL::Connection | |
| getErrorMessage(char *_pbuf, size_t *_pn) | SQL::Connection | |
| getServerInfo(char *_pbuf, size_t *_pn) | SQL::Connection | |
| inState(unsigned int uState) const | SQL::Connection | inline |
| isInstanceOf(const std::type_info &typeinfo) const | Object | |
| Object() | Object | protected |
| open(const char *_connString, size_t _connlen) | SQL::Connection | |
| refCount() const | SQL::Connection | inline |
| release() | SQL::Connection | |
| rollbackTrans() | SQL::Connection | |
| serverTitle() const | SQL::Connection | inline |
| splitConnectionString(const char *_connString, size_t _strlen, ListedByteStringToByteStringMap &_map) | SQL::Connection | static |
| startTrans() | SQL::Connection | |
| State enum name | SQL::Connection | |
| stClosed enum value | SQL::Connection | |
| stInTransaction enum value | SQL::Connection | |
| stOpenned enum value | SQL::Connection | |
| toString() const | Object | virtual |
| typeInfo() const | Object | virtual |
| ~Connection() | SQL::Connection | protectedvirtual |
| ~Object() | Object | protectedvirtual |