28 class OFieldDescription;
void SetPrimaryKey(bool bSet)
void SetReadOnly(bool _bRead=true)
set the row readonly
friend SvStream & ReadOTableRow(SvStream &rStr, OTableRow &_rRow)
OFieldDescription * GetActFieldDescr() const
friend SvStream & WriteOTableRow(SvStream &rStr, const OTableRow &_rRow)
void SetPos(sal_Int32 _nPos)
bool IsPrimaryKey() const
void SetFieldType(const TOTypeInfoSP &_pType, bool _bForce=false)
sal_Int32 GetPos() const
returns the current position in the table.
OFieldDescription * m_pActFieldDescr
bool IsReadOnly() const
returns if the row is readonly
std::shared_ptr< OTypeInfo > TOTypeInfoSP