Home
last modified time | relevance | path

Searched refs:m_aBindVector (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx179 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 …]
/aoo42x/main/connectivity/workben/skeleton/
H A DSResultSet.hxx75 TVoidVector m_aBindVector; member in connectivity::skeleton::OResultSet
/aoo42x/main/connectivity/source/inc/file/
H A DFResultSet.hxx95 ::std::vector<void*> m_aBindVector;
/aoo42x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx123 TVoidVector m_aBindVector; member in connectivity::odbc::OResultSet

Completed in 30 milliseconds