Home
last modified time | relevance | path

Searched refs:SelectColumnDescription (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A DKeySet.hxx48 struct SelectColumnDescription struct
60 SelectColumnDescription() in SelectColumnDescription() function
68SelectColumnDescription( sal_Int32 _nPosition, sal_Int32 _nType, sal_Int32 _nScale,sal_Bool _bNull… in SelectColumnDescription() argument
77 …typedef ::std::map< ::rtl::OUString, SelectColumnDescription, ::comphelper::UStringMixLess > Se…
140 …void impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& i_aMetaD…
H A DKeySet.cxx1434 const SelectColumnDescription& rColDesc = aPosIter->second; in fetchRow()
1442 const SelectColumnDescription& rColDesc = aPosIter->second; in fetchRow()
1705SelectColumnDescription 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 DOptimisticSet.hxx64 …void impl_convertValue_throw(const ORowSetRow& _rInsertRow,const SelectColumnDescription& i_aMetaD…

Completed in 27 milliseconds