Lines Matching refs:parameterIndex
883 void SAL_CALL DatabaseDataProvider::setNull(sal_Int32 parameterIndex, sal_Int32 sqlType) throw( SQL… in setNull() argument
885 m_aParameterManager.setNull(parameterIndex, sqlType); in setNull()
889 void SAL_CALL DatabaseDataProvider::setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, cons… in setObjectNull() argument
891 m_aParameterManager.setObjectNull(parameterIndex, sqlType, typeName); in setObjectNull()
895 void SAL_CALL DatabaseDataProvider::setBoolean(sal_Int32 parameterIndex, sal_Bool x) throw( SQLExce… in setBoolean() argument
897 m_aParameterManager.setBoolean(parameterIndex, x); in setBoolean()
901 void SAL_CALL DatabaseDataProvider::setByte(sal_Int32 parameterIndex, sal_Int8 x) throw( SQLExcepti… in setByte() argument
903 m_aParameterManager.setByte(parameterIndex, x); in setByte()
907 void SAL_CALL DatabaseDataProvider::setShort(sal_Int32 parameterIndex, sal_Int16 x) throw( SQLExcep… in setShort() argument
909 m_aParameterManager.setShort(parameterIndex, x); in setShort()
913 void SAL_CALL DatabaseDataProvider::setInt(sal_Int32 parameterIndex, sal_Int32 x) throw( SQLExcepti… in setInt() argument
915 m_aParameterManager.setInt(parameterIndex, x); in setInt()
919 void SAL_CALL DatabaseDataProvider::setLong(sal_Int32 parameterIndex, sal_Int64 x) throw( SQLExcept… in setLong() argument
921 m_aParameterManager.setLong(parameterIndex, x); in setLong()
925 void SAL_CALL DatabaseDataProvider::setFloat(sal_Int32 parameterIndex, float x) throw( SQLException… in setFloat() argument
927 m_aParameterManager.setFloat(parameterIndex, x); in setFloat()
931 void SAL_CALL DatabaseDataProvider::setDouble(sal_Int32 parameterIndex, double x) throw( SQLExcepti… in setDouble() argument
933 m_aParameterManager.setDouble(parameterIndex, x); in setDouble()
937 void SAL_CALL DatabaseDataProvider::setString(sal_Int32 parameterIndex, const ::rtl::OUString& x) t… in setString() argument
939 m_aParameterManager.setString(parameterIndex, x); in setString()
943 void SAL_CALL DatabaseDataProvider::setBytes(sal_Int32 parameterIndex, const uno::Sequence< sal_Int… in setBytes() argument
945 m_aParameterManager.setBytes(parameterIndex, x); in setBytes()
949 void SAL_CALL DatabaseDataProvider::setDate(sal_Int32 parameterIndex, const util::Date& x) throw( S… in setDate() argument
951 m_aParameterManager.setDate(parameterIndex, x); in setDate()
955 void SAL_CALL DatabaseDataProvider::setTime(sal_Int32 parameterIndex, const util::Time& x) throw( S… in setTime() argument
957 m_aParameterManager.setTime(parameterIndex, x); in setTime()
961 void SAL_CALL DatabaseDataProvider::setTimestamp(sal_Int32 parameterIndex, const util::DateTime& x)… in setTimestamp() argument
963 m_aParameterManager.setTimestamp(parameterIndex, x); in setTimestamp()
967 void SAL_CALL DatabaseDataProvider::setBinaryStream(sal_Int32 parameterIndex, const uno::Reference<… in setBinaryStream() argument
969 m_aParameterManager.setBinaryStream(parameterIndex, x, length); in setBinaryStream()
973 void SAL_CALL DatabaseDataProvider::setCharacterStream(sal_Int32 parameterIndex, const uno::Referen… in setCharacterStream() argument
975 m_aParameterManager.setCharacterStream(parameterIndex, x, length); in setCharacterStream()
979 void SAL_CALL DatabaseDataProvider::setObjectWithInfo(sal_Int32 parameterIndex, const uno::Any& x, … in setObjectWithInfo() argument
981 m_aParameterManager.setObjectWithInfo(parameterIndex, x, targetSqlType, scale); in setObjectWithInfo()
985 void SAL_CALL DatabaseDataProvider::setObject(sal_Int32 parameterIndex, const uno::Any& x) throw( S… in setObject() argument
987 m_aParameterManager.setObject(parameterIndex, x); in setObject()
991 void SAL_CALL DatabaseDataProvider::setRef(sal_Int32 parameterIndex, const uno::Reference<sdbc::XRe… in setRef() argument
993 m_aParameterManager.setRef(parameterIndex, x); in setRef()
997 void SAL_CALL DatabaseDataProvider::setBlob(sal_Int32 parameterIndex, const uno::Reference<sdbc::XB… in setBlob() argument
999 m_aParameterManager.setBlob(parameterIndex, x); in setBlob()
1003 void SAL_CALL DatabaseDataProvider::setClob(sal_Int32 parameterIndex, const uno::Reference<sdbc::XC… in setClob() argument
1005 m_aParameterManager.setClob(parameterIndex, x); in setClob()
1009 void SAL_CALL DatabaseDataProvider::setArray(sal_Int32 parameterIndex, const Reference<sdbc::XArray… in setArray() argument
1011 m_aParameterManager.setArray(parameterIndex, x); in setArray()