Lines Matching refs:x

282 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep…  in setBoolean()  argument
287 m_xAggregateAsParameters->setBoolean(parameterIndex, x); in setBoolean()
291 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() argument
296 m_xAggregateAsParameters->setByte(parameterIndex, x); in setByte()
300 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort() argument
305 m_xAggregateAsParameters->setShort(parameterIndex, x); in setShort()
309 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt() argument
314 m_xAggregateAsParameters->setInt(parameterIndex, x); in setInt()
318 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(SQLExcepti… in setLong() argument
323 m_xAggregateAsParameters->setLong(parameterIndex, x); in setLong()
327 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat() argument
332 m_xAggregateAsParameters->setFloat(parameterIndex, x); in setFloat()
336 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble() argument
341 m_xAggregateAsParameters->setDouble(parameterIndex, x); in setDouble()
345 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) t… in setString() argument
350 m_xAggregateAsParameters->setString(parameterIndex, x); in setString()
354 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x in setBytes() argument
359 m_xAggregateAsParameters->setBytes(parameterIndex, x); in setBytes()
363 …ent::setDate( sal_Int32 parameterIndex, const ::com::sun::star::util::Date& x ) throw(SQLException… in setDate() argument
368 m_xAggregateAsParameters->setDate(parameterIndex, x); in setDate()
372 …ent::setTime( sal_Int32 parameterIndex, const ::com::sun::star::util::Time& x ) throw(SQLException… in setTime() argument
377 m_xAggregateAsParameters->setTime(parameterIndex, x); in setTime()
381 …imestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTime& x ) throw(SQLException… in setTimestamp() argument
386 m_xAggregateAsParameters->setTimestamp(parameterIndex, x); in setTimestamp()
390 …nt32 parameterIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) … in setBinaryStream() argument
395 m_xAggregateAsParameters->setBinaryStream(parameterIndex, x, length); in setBinaryStream()
399 …nt32 parameterIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) … in setCharacterStream() argument
404 m_xAggregateAsParameters->setCharacterStream(parameterIndex, x, length); in setCharacterStream()
408 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject() argument
413 m_xAggregateAsParameters->setObject(parameterIndex, x); in setObject()
417 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo() argument
422 m_xAggregateAsParameters->setObjectWithInfo(parameterIndex, x, targetSqlType, scale); in setObjectWithInfo()
426 void SAL_CALL OPreparedStatement::setRef( sal_Int32 parameterIndex, const Reference< XRef >& x ) th… in setRef() argument
431 m_xAggregateAsParameters->setRef(parameterIndex, x); in setRef()
435 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) … in setBlob() argument
440 m_xAggregateAsParameters->setBlob(parameterIndex, x); in setBlob()
444 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob() argument
449 m_xAggregateAsParameters->setClob(parameterIndex, x); in setClob()
453 void SAL_CALL OPreparedStatement::setArray( sal_Int32 parameterIndex, const Reference< XArray >& x in setArray() argument
458 m_xAggregateAsParameters->setArray(parameterIndex, x); in setArray()