Lines Matching refs:x

201 	void DataColumn::updateBoolean(sal_Bool x) throw( SQLException, RuntimeException )  in updateBoolean()  argument
203 m_xColumnUpdate->updateBoolean(x); in updateBoolean()
206 void DataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte() argument
208 m_xColumnUpdate->updateByte(x); in updateByte()
211 void DataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort() argument
213 m_xColumnUpdate->updateShort(x); in updateShort()
216 void DataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt() argument
218 m_xColumnUpdate->updateInt(x); in updateInt()
221 void DataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong() argument
223 m_xColumnUpdate->updateLong(x); in updateLong()
226 void DataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat() argument
228 m_xColumnUpdate->updateFloat(x); in updateFloat()
231 void DataColumn::updateDouble(double x) throw( SQLException, RuntimeException ) in updateDouble() argument
233 m_xColumnUpdate->updateDouble(x); in updateDouble()
236 void DataColumn::updateString(const ::rtl::OUString& x) throw( SQLException, RuntimeException ) in updateString() argument
238 m_xColumnUpdate->updateString(x); in updateString()
241 void DataColumn::updateBytes(const Sequence< sal_Int8 >& x) throw( SQLException, RuntimeException ) in updateBytes() argument
243 m_xColumnUpdate->updateBytes(x); in updateBytes()
246 …void DataColumn::updateDate(const com::sun::star::util::Date& x) throw( SQLException, RuntimeExcep… in updateDate() argument
248 m_xColumnUpdate->updateDate(x); in updateDate()
251 …void DataColumn::updateTime(const com::sun::star::util::Time& x) throw( SQLException, RuntimeExcep… in updateTime() argument
253 m_xColumnUpdate->updateTime(x); in updateTime()
256 …void DataColumn::updateTimestamp(const com::sun::star::util::DateTime& x) throw( SQLException, Run… in updateTimestamp() argument
258 m_xColumnUpdate->updateTimestamp(x); in updateTimestamp()
261 …void DataColumn::updateBinaryStream(const Reference< XInputStream>& x, sal_Int32 length) throw( SQ… in updateBinaryStream() argument
263 m_xColumnUpdate->updateBinaryStream(x, length); in updateBinaryStream()
266 …void DataColumn::updateCharacterStream(const Reference< XInputStream>& x, sal_Int32 length) throw(… in updateCharacterStream() argument
268 m_xColumnUpdate->updateCharacterStream(x, length); in updateCharacterStream()
271 void DataColumn::updateObject(const Any& x) throw( SQLException, RuntimeException ) in updateObject() argument
273 m_xColumnUpdate->updateObject(x); in updateObject()
276 …void DataColumn::updateNumericObject(const Any& x, sal_Int32 scale) throw( SQLException, RuntimeEx… in updateNumericObject() argument
278 m_xColumnUpdate->updateNumericObject(x, scale); in updateNumericObject()