Lines Matching refs:getValue

233 const ORowSetValue& OResultSet::getValue(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLE…  in getValue()  function in OResultSet
243 m_bWasNull = (m_aSelectRow->get())[columnIndex]->getValue().isNull(); in getValue()
272 return getValue(columnIndex); in getBoolean()
279 return getValue(columnIndex); in getByte()
286 return getValue(columnIndex); in getBytes()
293 return getValue(columnIndex); in getDate()
300 return getValue(columnIndex); in getDouble()
307 return getValue(columnIndex); in getFloat()
314 return getValue(columnIndex); in getInt()
326 return m_aSkipDeletedSet.getMappedPosition((m_aRow->get())[0]->getValue()); in getRow()
333 return getValue(columnIndex); in getLong()
380 return getValue(columnIndex).makeAny(); in getObject()
387 return getValue(columnIndex); in getShort()
393 return getValue(columnIndex); in getString()
399 return getValue(columnIndex); in getTime()
405 return getValue(columnIndex); in getTimestamp()
647 sal_Int32 nPos = (m_aInsertRow->get())[0]->getValue(); in insertRow()
652 m_aSkipDeletedSet.insertNewPosition((m_aRow->get())[0]->getValue()); in insertRow()
666 *(m_aInsertRow->get())[0] = (sal_Int32)(m_aRow->get())[0]->getValue(); in updateRow()
685 sal_Int32 nPos = (sal_Int32)(m_aRow->get())[0]->getValue(); in deleteRow()
1004 sal_uInt32 nBookmarkValue = Abs((sal_Int32)(m_aEvaluateRow->get())[0]->getValue()); in ExecuteRow()
1300 switch ((*(m_aSelectRow->get().begin()+*aOrderByIter))->getValue().getTypeKind()) in sortRows()
1348 m_aSelectRow->get()[0]->setValue( m_aRow->get()[0]->getValue() ); in sortRows()
1351 const sal_Int32 nBookmark = (*m_aRow->get().begin())->getValue(); in sortRows()
1840 (m_aRow->get())[nPos]->setValue( (*aIter)->getValue() ); in clearInsertRow()
1874 return (m_aRow->get())[0]->getValue(); in getDriverPos()