Searched refs:m_aBindVector (Results 1 – 4 of 4) sorted by relevance
179 if(!m_aBindVector.empty()) in disposing()195 if ( m_aBindVector.size() > 1 ) in unbind()197 TVoidVector::iterator pValue = m_aBindVector.begin() + 1; in unbind()198 TVoidVector::iterator pEnd = m_aBindVector.end(); in unbind()254 m_aBindVector.clear(); in unbind()255 m_aBindVector.push_back(TVoidPtr(0,0)); // the first is reserved for the bookmark in unbind()328 m_aBindVector.reserve(nLen+1); in allocBuffer()329 m_aBindVector.push_back(TVoidPtr(0,0)); // the first is reserved for the bookmark in allocBuffer()998 void* pData = reinterpret_cast<void*>(m_aBindVector.rbegin()->first); in updateValue()1018 m_aBindVector.push_back(allocBindColumn(DataType::CHAR,columnIndex)); in updateNull()[all …]
75 TVoidVector m_aBindVector; member in connectivity::skeleton::OResultSet
95 ::std::vector<void*> m_aBindVector;
123 TVoidVector m_aBindVector; member in connectivity::odbc::OResultSet
Completed in 58 milliseconds