Lines Matching refs:RuntimeException
68 Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
76 …no::Type > SAL_CALL OPreparedStatement::getTypes( ) throw(::com::sun::star::uno::RuntimeException) in getTypes()
82 …ultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( ) throw(SQLException, RuntimeException) 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 …tString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) throw(SQLException, RuntimeException) in setString()
142 … XConnection > SAL_CALL OPreparedStatement::getConnection( ) throw(SQLException, RuntimeException) in getConnection()
151 …e< XResultSet > SAL_CALL OPreparedStatement::executeQuery( ) throw(SQLException, RuntimeException) in executeQuery()
163 …Statement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLException, RuntimeException) in setBoolean()
170 …redStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLException, RuntimeException) in setByte()
179 …ement::setDate( sal_Int32 parameterIndex, const Date& aData ) throw(SQLException, RuntimeException) in setDate()
188 …tement::setTime( sal_Int32 parameterIndex, const Time& aVal ) throw(SQLException, RuntimeException) in setTime()
196 …etTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) throw(SQLException, RuntimeException) in setTimestamp()
204 …redStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLException, RuntimeException) in setDouble()
213 …paredStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException, RuntimeException) in setFloat()
221 …redStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLException, RuntimeException) in setInt()
229 …tatement::setLong( sal_Int32 parameterIndex, sal_Int64 aVal ) throw(SQLException, RuntimeException) in setLong()
237 …ement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLException, RuntimeException) in setNull()
245 …Clob( sal_Int32 parameterIndex, const Reference< XClob >& x ) throw(SQLException, RuntimeException) in setClob()
253 …Blob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) throw(SQLException, RuntimeException) in setBlob()
261 …ray( sal_Int32 parameterIndex, const Reference< XArray >& x ) throw(SQLException, RuntimeException) in setArray()
269 …etRef( sal_Int32 parameterIndex, const Reference< XRef >& x ) throw(SQLException, RuntimeException) in setRef()
277 …eterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale ) throw(SQLException, RuntimeException) in setObjectWithInfo()
285 …erIndex, sal_Int32 sqlType, const ::rtl::OUString& typeName ) throw(SQLException, RuntimeException) in setObjectNull()
293 …tatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLException, RuntimeException) in setObject()
301 …dStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLException, RuntimeException) in setShort()
309 …es( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x ) throw(SQLException, RuntimeException) in setBytes()
318 …< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLException, RuntimeException) in setCharacterStream()
326 …< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLException, RuntimeException) 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 …ce< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch()