|
DCL 3.7.4
|
#include <IFXConnection.h>
Public Member Functions | |
| void | setErrorHandle (SQL::Error _error, long _SQLCODE, const wchar_t *_filename, int _line) |
| void | setErrorMessage (const ByteString &_message, const wchar_t *_filename, int _line) |
| _CONST char * | connectionID () const |
| virtual void | destroy () |
| IFXConnection (const wchar_t *_serverTitle) | |
| virtual | ~IFXConnection () |
| virtual bool | __open (const char *_conns, size_t _connlen) |
| virtual bool | __close () |
| virtual bool | __execute (const char *_sql, size_t _sqllen) |
| virtual bool | __startTrans () |
| virtual bool | __commitTrans () |
| virtual bool | __rollbackTrans () |
| virtual bool | __createQueryInstance (SQL::Query **_queryHandleOut) |
| virtual bool | __getErrorMessage (char *_buf, size_t *_buflen) |
| virtual bool | __getServerInfo (char *_buf, size_t *_buflen) |
| Public Member Functions inherited from SQL::Connection | |
| long | refCount () const |
| long | addRef () |
| long | release () |
| bool | open (const char *_conn, size_t _connlen) |
| bool | close () |
| bool | execute (const char *_sql, size_t _sqllen) |
| bool | startTrans () |
| bool | commitTrans () |
| bool | rollbackTrans () |
| bool | getErrorMessage (char *_buf, size_t *_buflen) |
| bool | getServerInfo (char *_buf, size_t *_buflen) |
| bool | createQueryInstance (Query **_queryHandle) |
| bool | destroyQueryInstance (Query *_queryHandle) |
| Error | errorCode () const |
| bool | canTransact () const |
| const wchar_t * | serverTitle () const |
| bool | inState (unsigned int _state) const |
| Public Member Functions inherited from Object | |
| virtual String | toString () const |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
Additional Inherited Members | |
| Public Types inherited from SQL::Connection | |
| enum | State { stClosed = 0x0001 , stOpenned = 0x0002 , stInTransaction = 0x0004 } |
| Static Public Member Functions inherited from SQL::Connection | |
| static size_t | splitConnStr (const char *_connstr, size_t _strlen, ListedByteStringToByteStringMap &_results) |
| Public Attributes inherited from SQL::Connection | |
| _PROTECTED | : void setErrorStatus( Error _errorCode |
| _PROTECTED const wchar_t * | _filename |
| _PROTECTED const wchar_t int | _line |
| Protected Member Functions inherited from SQL::Connection | |
| Connection (const wchar_t *_serverTitle) | |
| virtual | ~Connection () |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
| Protected Attributes inherited from SQL::Connection | |
| bool | __canTransact |
| const wchar_t * | __serverTitle |
| Error | __errorCode |
| const wchar_t * | __errorFileName |
| int | __errorLine |
| unsigned int | __states |
Definition at line 6 of file IFXConnection.h.
| IFXConnection::IFXConnection | ( | const wchar_t * | _serverTitle | ) |
|
virtual |
Definition at line 60 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 197 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 374 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 466 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 267 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 530 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 541 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 133 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 420 of file IFXConnection.cpp.
|
virtual |
Implements SQL::Connection.
Definition at line 328 of file IFXConnection.cpp.
|
inline |
Definition at line 52 of file IFXConnection.h.
|
virtual |
파생클래스에서 new 연산자를 override했거나, 추가적인 행위가 필요하다면 이것도 override하라
Implements SQL::Connection.
Definition at line 68 of file IFXConnection.cpp.
| void IFXConnection::setErrorHandle | ( | SQL::Error | _error, |
| long | _SQLCODE, | ||
| const wchar_t * | _filename, | ||
| int | _line ) |
Definition at line 480 of file IFXConnection.cpp.
|
inline |
Definition at line 43 of file IFXConnection.h.