Lines Matching refs:x

682 void OResultSet::updateBoolean(sal_Int32 columnIndex, sal_Bool x) throw( SQLException, RuntimeExcep…  in updateBoolean()  argument
690 m_xDelegatorRowUpdate->updateBoolean(columnIndex, x); in updateBoolean()
693 void OResultSet::updateByte(sal_Int32 columnIndex, sal_Int8 x) throw( SQLException, RuntimeExceptio… in updateByte() argument
701 m_xDelegatorRowUpdate->updateByte(columnIndex, x); in updateByte()
704 void OResultSet::updateShort(sal_Int32 columnIndex, sal_Int16 x) throw( SQLException, RuntimeExcept… in updateShort() argument
712 m_xDelegatorRowUpdate->updateShort(columnIndex, x); in updateShort()
715 void OResultSet::updateInt(sal_Int32 columnIndex, sal_Int32 x) throw( SQLException, RuntimeExceptio… in updateInt() argument
723 m_xDelegatorRowUpdate->updateInt(columnIndex, x); in updateInt()
726 void OResultSet::updateLong(sal_Int32 columnIndex, sal_Int64 x) throw( SQLException, RuntimeExcepti… in updateLong() argument
734 m_xDelegatorRowUpdate->updateLong(columnIndex, x); in updateLong()
737 void OResultSet::updateFloat(sal_Int32 columnIndex, float x) throw( SQLException, RuntimeException ) in updateFloat() argument
745 m_xDelegatorRowUpdate->updateFloat(columnIndex, x); in updateFloat()
748 void OResultSet::updateDouble(sal_Int32 columnIndex, double x) throw( SQLException, RuntimeExceptio… in updateDouble() argument
756 m_xDelegatorRowUpdate->updateDouble(columnIndex, x); in updateDouble()
759 void OResultSet::updateString(sal_Int32 columnIndex, const rtl::OUString& x) throw( SQLException, R… in updateString() argument
767 m_xDelegatorRowUpdate->updateString(columnIndex, x); in updateString()
770 void OResultSet::updateBytes(sal_Int32 columnIndex, const Sequence< sal_Int8 >& x) throw( SQLExcept… in updateBytes() argument
778 m_xDelegatorRowUpdate->updateBytes(columnIndex, x); in updateBytes()
781 void OResultSet::updateDate(sal_Int32 columnIndex, const ::com::sun::star::util::Date& x) throw( SQ… in updateDate() argument
789 m_xDelegatorRowUpdate->updateDate(columnIndex, x); in updateDate()
792 void OResultSet::updateTime(sal_Int32 columnIndex, const ::com::sun::star::util::Time& x) throw( SQ… in updateTime() argument
800 m_xDelegatorRowUpdate->updateTime(columnIndex, x); in updateTime()
803 void OResultSet::updateTimestamp(sal_Int32 columnIndex, const ::com::sun::star::util::DateTime& x) … in updateTimestamp() argument
811 m_xDelegatorRowUpdate->updateTimestamp(columnIndex, x); in updateTimestamp()
814 …_Int32 columnIndex, const Reference< ::com::sun::star::io::XInputStream > & x, sal_Int32 length) t… in updateBinaryStream() argument
822 m_xDelegatorRowUpdate->updateBinaryStream(columnIndex, x, length); in updateBinaryStream()
825 …_Int32 columnIndex, const Reference< ::com::sun::star::io::XInputStream > & x, sal_Int32 length) t… in updateCharacterStream() argument
833 m_xDelegatorRowUpdate->updateCharacterStream(columnIndex, x, length); in updateCharacterStream()
836 void OResultSet::updateNumericObject(sal_Int32 columnIndex, const Any& x, sal_Int32 scale) throw( S… in updateNumericObject() argument
844 m_xDelegatorRowUpdate->updateNumericObject(columnIndex, x, scale); in updateNumericObject()
848 void OResultSet::updateObject(sal_Int32 columnIndex, const Any& x) throw( SQLException, RuntimeExce… in updateObject() argument
856 m_xDelegatorRowUpdate->updateObject(columnIndex, x); in updateObject()