Lines Matching defs:x

339 void ODataColumn::updateBoolean(sal_Bool x) throw( SQLException, RuntimeException )  in updateBoolean()
348 void ODataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte()
357 void ODataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort()
366 void ODataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt()
375 void ODataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong()
384 void ODataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat()
393 void ODataColumn::updateDouble(double x) throw( SQLException, RuntimeException ) in updateDouble()
402 void ODataColumn::updateString(const rtl::OUString& x) throw( SQLException, RuntimeException ) in updateString()
411 void ODataColumn::updateBytes(const Sequence< sal_Int8 >& x) throw( SQLException, RuntimeException ) in updateBytes()
420 void ODataColumn::updateDate(const com::sun::star::util::Date& x) throw( SQLException, RuntimeExcep… in updateDate()
429 void ODataColumn::updateTime(const ::com::sun::star::util::Time& x) throw( SQLException, RuntimeExc… in updateTime()
438 void ODataColumn::updateTimestamp(const ::com::sun::star::util::DateTime& x) throw( SQLException, R… in updateTimestamp()
447 void ODataColumn::updateCharacterStream(const Reference< ::com::sun::star::io::XInputStream > & x, … in updateCharacterStream()
456 void ODataColumn::updateBinaryStream(const Reference< ::com::sun::star::io::XInputStream > & x, sal… in updateBinaryStream()
465 void ODataColumn::updateNumericObject(const Any& x, sal_Int32 scale) throw( SQLException, RuntimeEx… in updateNumericObject()
474 void ODataColumn::updateObject(const Any& x) throw( SQLException, RuntimeException ) in updateObject()