Lines Matching defs:parameter

220 void SAL_CALL OPreparedStatement::setString(sal_Int32 parameter, const OUString& x)  in setString()
291 void SAL_CALL OPreparedStatement::setBoolean(sal_Int32 parameter, sal_Bool x) in setBoolean()
311 void SAL_CALL OPreparedStatement::setByte(sal_Int32 parameter, sal_Int8 x) in setByte()
331 void SAL_CALL OPreparedStatement::setDate(sal_Int32 parameter, const Date& aData) in setDate()
359 void SAL_CALL OPreparedStatement::setTime(sal_Int32 parameter, const Time& aVal) in setTime()
387 void SAL_CALL OPreparedStatement::setTimestamp(sal_Int32 parameter, const DateTime& aVal) in setTimestamp()
423 void SAL_CALL OPreparedStatement::setDouble(sal_Int32 parameter, double x) in setDouble()
443 void SAL_CALL OPreparedStatement::setFloat(sal_Int32 parameter, float x) in setFloat()
463 void SAL_CALL OPreparedStatement::setInt(sal_Int32 parameter, sal_Int32 x) in setInt()
483 void SAL_CALL OPreparedStatement::setLong(sal_Int32 parameter, sal_Int64 aVal) in setLong()
503 void SAL_CALL OPreparedStatement::setNull(sal_Int32 parameter, sal_Int32 sqlType) in setNull()
523 void SAL_CALL OPreparedStatement::setClob(sal_Int32 parameter, const Reference< XClob >& /* x */) in setClob()
537 void SAL_CALL OPreparedStatement::setBlob(sal_Int32 parameter, const Reference< XBlob >& /* x */) in setBlob()
551 void SAL_CALL OPreparedStatement::setArray(sal_Int32 parameter, const Reference< XArray >& /* x */) in setArray()
565 void SAL_CALL OPreparedStatement::setRef(sal_Int32 parameter, const Reference< XRef >& /* x */) in setRef()
744 void SAL_CALL OPreparedStatement::setObjectNull(sal_Int32 parameter, sal_Int32 /* sqlType */, const… in setObjectNull() argument
758 void SAL_CALL OPreparedStatement::setObject(sal_Int32 parameter, const Any& /* x */) in setObject()
772 void SAL_CALL OPreparedStatement::setShort(sal_Int32 parameter, sal_Int16 x) in setShort()
792 void SAL_CALL OPreparedStatement::setBytes(sal_Int32 parameter, const Sequence< sal_Int8 >& x) in setBytes()
813 void SAL_CALL OPreparedStatement::setCharacterStream(sal_Int32 parameter, in setCharacterStream() argument
829 void SAL_CALL OPreparedStatement::setBinaryStream(sal_Int32 parameter, in setBinaryStream() argument