encoding #20
|
@ -99,8 +99,8 @@ typedef struct _SQLMsg
|
||||||
int iID;
|
int iID;
|
||||||
std::string stQuery;
|
std::string stQuery;
|
||||||
|
|
||||||
std::vector<SQLResult *> vec_pkResult; // result 벡터
|
std::vector<SQLResult *> vec_pkResult; // result 벡터
|
||||||
unsigned int uiResultPos; // 현재 result 위치
|
unsigned int uiResultPos; // 현재 result 위치
|
||||||
|
|
||||||
void * pvUserData;
|
void * pvUserData;
|
||||||
bool bReturn;
|
bool bReturn;
|
||||||
|
|
Loading…
Reference in New Issue