Lines Matching defs:x

282 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep…  in setBoolean()
291 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte()
300 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort()
309 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt()
318 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(SQLExcepti… in setLong()
327 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat()
336 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble()
345 …tString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) throw(SQLException, RuntimeException) in setString()
354 …es( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x ) throw(SQLException, RuntimeException) in setBytes()
363 …Int32 parameterIndex, const ::com::sun::star::util::Date& x ) throw(SQLException, RuntimeException) in setDate()
372 …Int32 parameterIndex, const ::com::sun::star::util::Time& x ) throw(SQLException, RuntimeException) in setTime()
381 …2 parameterIndex, const ::com::sun::star::util::DateTime& x ) throw(SQLException, RuntimeException) in setTimestamp()
390 …< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLException, RuntimeException) in setBinaryStream()
399 …< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLException, RuntimeException) in setCharacterStream()
408 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject()
417 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo()
426 …etRef( sal_Int32 parameterIndex, const Reference< XRef >& x ) throw(SQLException, RuntimeException) in setRef()
435 …Blob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) throw(SQLException, RuntimeException) in setBlob()
444 …Clob( sal_Int32 parameterIndex, const Reference< XClob >& x ) throw(SQLException, RuntimeException) in setClob()
453 …ray( sal_Int32 parameterIndex, const Reference< XArray >& x ) throw(SQLException, RuntimeException) in setArray()