Lines Matching refs:DataColumn

44 	DataColumn::DataColumn(const Reference< ::com::sun::star::beans::XPropertySet>& _rxIFace)  in DataColumn()  function in svxform::DataColumn
59 Reference< XPropertySetInfo> DataColumn::getPropertySetInfo() const throw( RuntimeException ) in getPropertySetInfo()
64 …void DataColumn::setPropertyValue(const ::rtl::OUString& aPropertyName, const Any& aValue) throw( … in setPropertyValue()
69 …Any DataColumn::getPropertyValue(const ::rtl::OUString& PropertyName) const throw( UnknownProperty… in getPropertyValue()
74 …void DataColumn::addPropertyChangeListener(const ::rtl::OUString& aPropertyName, const Reference< … in addPropertyChangeListener()
79 …void DataColumn::removePropertyChangeListener(const ::rtl::OUString& aPropertyName, const Referenc… in removePropertyChangeListener()
84 …void DataColumn::addVetoableChangeListener(const ::rtl::OUString& PropertyName, const Reference< X… in addVetoableChangeListener()
89 …void DataColumn::removeVetoableChangeListener(const ::rtl::OUString& PropertyName, const Reference… in removeVetoableChangeListener()
95 sal_Bool DataColumn::wasNull() throw( SQLException, RuntimeException ) in wasNull()
100 ::rtl::OUString DataColumn::getString() throw( SQLException, RuntimeException ) in getString()
105 sal_Bool DataColumn::getBoolean() throw( SQLException, RuntimeException ) in getBoolean()
110 sal_Int8 DataColumn::getByte() throw( SQLException, RuntimeException ) in getByte()
115 sal_Int16 DataColumn::getShort() throw( SQLException, RuntimeException ) in getShort()
120 sal_Int32 DataColumn::getInt() throw( SQLException, RuntimeException ) in getInt()
125 sal_Int64 DataColumn::getLong() throw( SQLException, RuntimeException ) in getLong()
130 float DataColumn::getFloat() throw( SQLException, RuntimeException ) in getFloat()
135 double DataColumn::getDouble() throw( SQLException, RuntimeException ) in getDouble()
140 Sequence< sal_Int8 > DataColumn::getBytes() throw( SQLException, RuntimeException ) in getBytes()
145 com::sun::star::util::Date DataColumn::getDate() throw( SQLException, RuntimeException ) in getDate()
150 com::sun::star::util::Time DataColumn::getTime() throw( SQLException, RuntimeException ) in getTime()
155 com::sun::star::util::DateTime DataColumn::getTimestamp() throw( SQLException, RuntimeException ) in getTimestamp()
160 Reference< XInputStream> DataColumn::getBinaryStream() throw( SQLException, RuntimeException ) in getBinaryStream()
165 Reference< XInputStream> DataColumn::getCharacterStream() throw( SQLException, RuntimeException ) in getCharacterStream()
170 …Any DataColumn::getObject(const Reference< XNameAccess>& typeMap) throw( SQLException, RuntimeExce… in getObject()
175 Reference< XRef> DataColumn::getRef() throw( SQLException, RuntimeException ) in getRef()
180 Reference< XBlob> DataColumn::getBlob() throw( SQLException, RuntimeException ) in getBlob()
185 Reference< XClob> DataColumn::getClob() throw( SQLException, RuntimeException ) in getClob()
190 Reference< XArray> DataColumn::getArray() throw( SQLException, RuntimeException ) in getArray()
196 void DataColumn::updateNull() throw( SQLException, RuntimeException ) in updateNull()
201 void DataColumn::updateBoolean(sal_Bool x) throw( SQLException, RuntimeException ) in updateBoolean()
206 void DataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte()
211 void DataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort()
216 void DataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt()
221 void DataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong()
226 void DataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat()
231 void DataColumn::updateDouble(double x) throw( SQLException, RuntimeException ) in updateDouble()
236 void DataColumn::updateString(const ::rtl::OUString& x) throw( SQLException, RuntimeException ) in updateString()
241 void DataColumn::updateBytes(const Sequence< sal_Int8 >& x) throw( SQLException, RuntimeException ) in updateBytes()
246 …void DataColumn::updateDate(const com::sun::star::util::Date& x) throw( SQLException, RuntimeExcep… in updateDate()
251 …void DataColumn::updateTime(const com::sun::star::util::Time& x) throw( SQLException, RuntimeExcep… in updateTime()
256 …void DataColumn::updateTimestamp(const com::sun::star::util::DateTime& x) throw( SQLException, Run… in updateTimestamp()
261 …void DataColumn::updateBinaryStream(const Reference< XInputStream>& x, sal_Int32 length) throw( SQ… in updateBinaryStream()
266 …void DataColumn::updateCharacterStream(const Reference< XInputStream>& x, sal_Int32 length) throw(… in updateCharacterStream()
271 void DataColumn::updateObject(const Any& x) throw( SQLException, RuntimeException ) in updateObject()
276 …void DataColumn::updateNumericObject(const Any& x, sal_Int32 scale) throw( SQLException, RuntimeEx… in updateNumericObject()