libsql: fix prepared statement result binding
This commit is contained in:
@@ -17,6 +17,7 @@ class CStmt
|
||||
bool BindResult(enum_field_types type, void * p, int iMaxLen=0);
|
||||
int Execute();
|
||||
bool Fetch();
|
||||
unsigned long GetResultLength(unsigned int index) const;
|
||||
|
||||
void Error(const char * c_pszMsg);
|
||||
|
||||
@@ -35,6 +36,7 @@ class CStmt
|
||||
long unsigned int * m_puiParamLen;
|
||||
|
||||
std::vector<MYSQL_BIND> m_vec_result;
|
||||
std::vector<unsigned long> m_vec_result_len;
|
||||
unsigned int m_uiResultCount;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user