Lines Matching defs:x

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()