Lines Matching refs:parameterIndex

3645 void SAL_CALL ODatabaseForm::setNull(sal_Int32 parameterIndex, sal_Int32 sqlType) throw( SQLExcepti…  in setNull()  argument
3647 m_aParameterManager.setNull(parameterIndex, sqlType); in setNull()
3651 void SAL_CALL ODatabaseForm::setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl… in setObjectNull() argument
3653 m_aParameterManager.setObjectNull(parameterIndex, sqlType, typeName); in setObjectNull()
3657 void SAL_CALL ODatabaseForm::setBoolean(sal_Int32 parameterIndex, sal_Bool x) throw( SQLException, … in setBoolean() argument
3659 m_aParameterManager.setBoolean(parameterIndex, x); in setBoolean()
3663 void SAL_CALL ODatabaseForm::setByte(sal_Int32 parameterIndex, sal_Int8 x) throw( SQLException, Run… in setByte() argument
3665 m_aParameterManager.setByte(parameterIndex, x); in setByte()
3669 void SAL_CALL ODatabaseForm::setShort(sal_Int32 parameterIndex, sal_Int16 x) throw( SQLException, R… in setShort() argument
3671 m_aParameterManager.setShort(parameterIndex, x); in setShort()
3675 void SAL_CALL ODatabaseForm::setInt(sal_Int32 parameterIndex, sal_Int32 x) throw( SQLException, Run… in setInt() argument
3677 m_aParameterManager.setInt(parameterIndex, x); in setInt()
3681 void SAL_CALL ODatabaseForm::setLong(sal_Int32 parameterIndex, sal_Int64 x) throw( SQLException, Ru… in setLong() argument
3683 m_aParameterManager.setLong(parameterIndex, x); in setLong()
3687 void SAL_CALL ODatabaseForm::setFloat(sal_Int32 parameterIndex, float x) throw( SQLException, Runti… in setFloat() argument
3689 m_aParameterManager.setFloat(parameterIndex, x); in setFloat()
3693 void SAL_CALL ODatabaseForm::setDouble(sal_Int32 parameterIndex, double x) throw( SQLException, Run… in setDouble() argument
3695 m_aParameterManager.setDouble(parameterIndex, x); in setDouble()
3699 void SAL_CALL ODatabaseForm::setString(sal_Int32 parameterIndex, const ::rtl::OUString& x) throw( S… in setString() argument
3701 m_aParameterManager.setString(parameterIndex, x); in setString()
3705 void SAL_CALL ODatabaseForm::setBytes(sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x) thro… in setBytes() argument
3707 m_aParameterManager.setBytes(parameterIndex, x); in setBytes()
3711 void SAL_CALL ODatabaseForm::setDate(sal_Int32 parameterIndex, const ::com::sun::star::util::Date& … in setDate() argument
3713 m_aParameterManager.setDate(parameterIndex, x); in setDate()
3717 void SAL_CALL ODatabaseForm::setTime(sal_Int32 parameterIndex, const ::com::sun::star::util::Time& … in setTime() argument
3719 m_aParameterManager.setTime(parameterIndex, x); in setTime()
3723 void SAL_CALL ODatabaseForm::setTimestamp(sal_Int32 parameterIndex, const ::com::sun::star::util::D… in setTimestamp() argument
3725 m_aParameterManager.setTimestamp(parameterIndex, x); in setTimestamp()
3729 void SAL_CALL ODatabaseForm::setBinaryStream(sal_Int32 parameterIndex, const Reference<XInputStream… in setBinaryStream() argument
3731 m_aParameterManager.setBinaryStream(parameterIndex, x, length); in setBinaryStream()
3735 void SAL_CALL ODatabaseForm::setCharacterStream(sal_Int32 parameterIndex, const Reference<XInputStr… in setCharacterStream() argument
3737 m_aParameterManager.setCharacterStream(parameterIndex, x, length); in setCharacterStream()
3741 void SAL_CALL ODatabaseForm::setObjectWithInfo(sal_Int32 parameterIndex, const Any& x, sal_Int32 ta… in setObjectWithInfo() argument
3743 m_aParameterManager.setObjectWithInfo(parameterIndex, x, targetSqlType, scale); in setObjectWithInfo()
3747 void SAL_CALL ODatabaseForm::setObject(sal_Int32 parameterIndex, const Any& x) throw( SQLException,… in setObject() argument
3749 m_aParameterManager.setObject(parameterIndex, x); in setObject()
3753 void SAL_CALL ODatabaseForm::setRef(sal_Int32 parameterIndex, const Reference<XRef>& x) throw( SQLE… in setRef() argument
3755 m_aParameterManager.setRef(parameterIndex, x); in setRef()
3759 void SAL_CALL ODatabaseForm::setBlob(sal_Int32 parameterIndex, const Reference<XBlob>& x) throw( SQ… in setBlob() argument
3761 m_aParameterManager.setBlob(parameterIndex, x); in setBlob()
3765 void SAL_CALL ODatabaseForm::setClob(sal_Int32 parameterIndex, const Reference<XClob>& x) throw( SQ… in setClob() argument
3767 m_aParameterManager.setClob(parameterIndex, x); in setClob()
3771 void SAL_CALL ODatabaseForm::setArray(sal_Int32 parameterIndex, const Reference<XArray>& x) throw( … in setArray() argument
3773 m_aParameterManager.setArray(parameterIndex, x); in setArray()