This is the complete list of members for MyConnection, including all inherited members.
__canTransact | SQL::Connection | protected |
__close() | MyConnection | virtual |
__commitTrans() | MyConnection | virtual |
__createQueryInstance(SQL::Query **_ppQuery) | MyConnection | virtual |
__errorCode | SQL::Connection | protected |
__errorFileName | SQL::Connection | protected |
__errorLine | SQL::Connection | protected |
__execute(const char *pszSQL, size_t _n) | MyConnection | virtual |
__getErrorMessage(char *_buffer, size_t *_size) | MyConnection | virtual |
__getServerInfo(char *_buffer, size_t *_size) | MyConnection | virtual |
__open(const char *_pszConnString, size_t _n) | MyConnection | virtual |
__pad0__ | SQL::Connection | |
__rollbackTrans() | MyConnection | virtual |
__serverTitle | SQL::Connection | protected |
__startTrans() | MyConnection | 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 |
connHandle() const | MyConnection | inline |
createQueryInstance(Query **_queryHandleOut) | SQL::Connection | |
destroy() | MyConnection | 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 | |
MyConnection(const wchar_t *_serverTitle) | MyConnection | |
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 |
setErrorStatus(SQL::Error _error, const wchar_t *_filename, int _line) | MyConnection | inline |
setErrorStatus(const ByteString &_message, const wchar_t *_filename, int _line) | MyConnection | 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 | |
storeResult() const | MyConnection | inline |
toString() const | Object | virtual |
typeInfo() const | Object | virtual |
~Connection() | SQL::Connection | protectedvirtual |
~MyConnection() | MyConnection | virtual |
~Object() | Object | protectedvirtual |