Searched refs:SelectColumnDescription (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | KeySet.hxx | 48 struct SelectColumnDescription struct 60 SelectColumnDescription() in SelectColumnDescription() function 68 …SelectColumnDescription( sal_Int32 _nPosition, sal_Int32 _nType, sal_Int32 _nScale,sal_Bool _bNull… in SelectColumnDescription() function 77 …typedef ::std::map< ::rtl::OUString, SelectColumnDescription, ::comphelper::UStringMixLess > Se… 140 …void impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& i_aMetaD…
|
H A D | KeySet.cxx | 1434 const SelectColumnDescription& rColDesc = aPosIter->second; in fetchRow() 1442 const SelectColumnDescription& rColDesc = aPosIter->second; in fetchRow() 1705 …SelectColumnDescription aColDesc( nPos, nType,nScale,nNullable != sdbc::ColumnValue::NO_NULLS, sCo… in getColumnPositions() 1711 …o_rColumnNames[sRealName] = SelectColumnDescription( nPos, nType,nScale,nNullable != sdbc::ColumnV… in getColumnPositions() 1721 void OKeySet::impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& … in impl_convertValue_throw()
|
H A D | OptimisticSet.hxx | 64 …void impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& i_aMetaD…
|
Completed in 29 milliseconds