Lines Matching refs:m_aBindVector
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()
997 m_aBindVector.push_back(allocBindColumn(OTools::MapOdbcType2Jdbc(_nType),columnIndex)); in updateValue()
998 void* pData = reinterpret_cast<void*>(m_aBindVector.rbegin()->first); in updateValue()
1018 m_aBindVector.push_back(allocBindColumn(DataType::CHAR,columnIndex)); in updateNull()
1019 void* pData = reinterpret_cast<void*>(m_aBindVector.rbegin()->first); in updateNull()