JNetLibray
|
다음에 대한 모든 멤버의 목록입니다 : jnet::JNetDBConn (모든 상속된 멤버들도 포함합니다.)
BindCol(INT32 columnIndex, bool *value) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, float *value) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, double *value) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, INT8 *value) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, INT16 *value) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, INT32 *value) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, INT64 *value) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, TIMESTAMP_STRUCT *value) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, WCHAR *str, INT32 size, SQLLEN *index) | jnet::JNetDBConn | |
BindCol(INT32 columnIndex, BYTE *bin, INT32 size, SQLLEN *index) | jnet::JNetDBConn | |
BindCol(SQLUSMALLINT columnIndex, SQLSMALLINT cType, SQLULEN len, SQLPOINTER value, SQLLEN *index) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, bool *value) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, float *value) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, double *value) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, INT8 *value) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, INT16 *value) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, INT32 *value) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, INT64 *value) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, TIMESTAMP_STRUCT *value) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, const WCHAR *str) | jnet::JNetDBConn | |
BindParam(INT32 paramIndex, const BYTE *bin, INT32 size) | jnet::JNetDBConn | |
BindParam(SQLUSMALLINT paramIndex, SQLSMALLINT cType, SQLSMALLINT sqlType, SQLULEN len, SQLPOINTER ptr, SQLLEN *index) | jnet::JNetDBConn | |
Clear() | jnet::JNetDBConn | |
Connect(SQLHENV henv, const WCHAR *connectionString) | jnet::JNetDBConn | |
ErrorMsgFileLogging(const SQLWCHAR *errMsg, SQLSMALLINT errMsgLen, const std::wstring &filePath) | jnet::JNetDBConn | private |
Execute(const WCHAR *query) | jnet::JNetDBConn | |
Fetch() | jnet::JNetDBConn | |
GetRowCount() | jnet::JNetDBConn | |
GetSQLData(INT32 &data) | jnet::JNetDBConn | |
HandleError(SQLRETURN ret, SQLSMALLINT errMsgBuffLen=0, SQLWCHAR *errMsgOut=NULL, SQLSMALLINT *errMsgLenOut=NULL) | jnet::JNetDBConn | private |
HandleError(SQLRETURN ret, SQLSMALLINT hType, SQLHANDLE handle, SQLSMALLINT errMsgBuffLen=0, SQLWCHAR *errMsgOut=NULL, SQLSMALLINT *errMsgLenOut=NULL) | jnet::JNetDBConn | private |
JNetDBConn() | jnet::JNetDBConn | inline |
JNetDBConn(BOOL connectionErrorFileLogFlag) | jnet::JNetDBConn | inline |
m_ConnectionErrLogFile | jnet::JNetDBConn | private |
m_ConnectionErrorFileLogFlag | jnet::JNetDBConn | private |
m_DBConnection | jnet::JNetDBConn | private |
m_LogFileMtx | jnet::JNetDBConn | privatestatic |
m_Statement | jnet::JNetDBConn | private |
Ping() | jnet::JNetDBConn | |
Unbind() | jnet::JNetDBConn | |
~JNetDBConn() | jnet::JNetDBConn | inline |