Lines Matching refs:SAL_CALL

58 void SAL_CALL OPreparedStatement::acquire() throw()  in acquire()
63 void SAL_CALL OPreparedStatement::release() throw() in release()
68 Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
76 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OPreparedStatement::getType… in getTypes()
82 Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( ) throw(SQLException, Ru… in getMetaData()
93 void SAL_CALL OPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
114 sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()
125 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate()
135 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) t… in setString()
142 Reference< XConnection > SAL_CALL OPreparedStatement::getConnection( ) throw(SQLException, Runtime… in getConnection()
151 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery( ) throw(SQLException, RuntimeEx… in executeQuery()
163 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep… in setBoolean()
170 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte()
179 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const Date& aData ) throw(SQLE… in setDate()
188 void SAL_CALL OPreparedStatement::setTime( sal_Int32 parameterIndex, const Time& aVal ) throw(SQLEx… in setTime()
196 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp()
204 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble()
213 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat()
221 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt()
229 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 aVal ) throw(SQLExce… in setLong()
237 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull()
245 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob()
253 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) … in setBlob()
261 void SAL_CALL OPreparedStatement::setArray( sal_Int32 parameterIndex, const Reference< XArray >& x … in setArray()
269 void SAL_CALL OPreparedStatement::setRef( sal_Int32 parameterIndex, const Reference< XRef >& x ) th… in setRef()
277 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo()
285 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull()
293 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject()
301 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort()
309 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes()
318 void SAL_CALL OPreparedStatement::setCharacterStream( sal_Int32 parameterIndex, const Reference< ::… in setCharacterStream()
326 void SAL_CALL OPreparedStatement::setBinaryStream( sal_Int32 parameterIndex, const Reference< ::com… in setBinaryStream()
334 void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters()
338 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch()
343 void SAL_CALL OPreparedStatement::addBatch( ) throw(SQLException, RuntimeException) in addBatch()
348 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeExce… in executeBatch()