This is the complete list of members for PeConnection, including all inherited members.
| __canTransact | SQL::Connection | protected |
| __close() | PeConnection | virtual |
| __commitTrans() | PeConnection | virtual |
| __createQueryInstance(SQL::Query **_queryHandleOut) | PeConnection | virtual |
| __errorCode | SQL::Connection | protected |
| __errorFileName | SQL::Connection | protected |
| __errorLine | SQL::Connection | protected |
| __execute(const char *_sql, size_t _sqllen) | PeConnection | virtual |
| __getErrorMessage(char *_buf, size_t *_buflen) | PeConnection | virtual |
| __getServerInfo(char *_buf, size_t *_buflen) | PeConnection | virtual |
| __open(const char *_conns, size_t _connslen) | PeConnection | virtual |
| __pad0__ | SQL::Connection | |
| __rollbackTrans() | PeConnection | virtual |
| __serverTitle | SQL::Connection | protected |
| __startTrans() | PeConnection | 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 |
| connectionID() const | PeConnection | inline |
| createQueryInstance(Query **_queryHandle) | SQL::Connection | |
| destroy() | PeConnection | virtual |
| destroyQueryInstance(Query *_queryHandle) | SQL::Connection | |
| errorCode() const | SQL::Connection | inline |
| execute(const char *_sql, size_t _sqllen) | SQL::Connection | |
| getErrorMessage(char *_buf, size_t *_buflen) | SQL::Connection | |
| getServerInfo(char *_buf, size_t *_buflen) | SQL::Connection | |
| inState(unsigned int _state) const | SQL::Connection | inline |
| isInstanceOf(const std::type_info &typeinfo) const | Object | |
| Object() | Object | protected |
| open(const char *_conn, size_t _connlen) | SQL::Connection | |
| PeConnection(const wchar_t *_serverTitle) | PeConnection | |
| refCount() const | SQL::Connection | inline |
| release() | SQL::Connection | |
| rollbackTrans() | SQL::Connection | |
| serverTitle() const | SQL::Connection | inline |
| setErrorHandle(SQL::Error _error, long _SQLCODE, const wchar_t *_filename, int _line) | PeConnection | |
| setErrorMessage(const ByteString &_message, const wchar_t *_filename, int _line) | PeConnection | inline |
| splitConnStr(const char *_connstr, size_t _strlen, ListedByteStringToByteStringMap &_results) | 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 |
| ~PeConnection() | PeConnection | virtual |