Lines Matching refs:RuntimeException

55 		using ::com::sun::star::uno::RuntimeException;
84 Any SAL_CALL queryInterface(const Type & rType) throw(RuntimeException);
90 throw(RuntimeException);
93 …::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery() throw(SQLException, RuntimeException);
94 sal_Int32 SAL_CALL executeUpdate() throw(SQLException, RuntimeException);
95 sal_Bool SAL_CALL execute() throw(SQLException, RuntimeException);
96 …com::sun::star::sdbc::XConnection > SAL_CALL getConnection() throw(SQLException, RuntimeException);
100 throw(SQLException, RuntimeException);
102 throw(SQLException, RuntimeException);
104 throw(SQLException, RuntimeException);
107 …d SAL_CALL setNull(sal_Int32 parameter, sal_Int32 sqlType) throw(SQLException, RuntimeException);
110 throw(SQLException, RuntimeException);
112 …void SAL_CALL setBoolean(sal_Int32 parameter, sal_Bool x) throw(SQLException, RuntimeException);
114 void SAL_CALL setByte(sal_Int32 parameter, sal_Int8 x) throw(SQLException, RuntimeException);
116 … void SAL_CALL setShort(sal_Int32 parameter, sal_Int16 x) throw(SQLException, RuntimeException);
118 void SAL_CALL setInt(sal_Int32 parameter, sal_Int32 x) throw(SQLException, RuntimeException);
120 … void SAL_CALL setLong(sal_Int32 parameter, sal_Int64 x) throw(SQLException, RuntimeException);
122 void SAL_CALL setFloat(sal_Int32 parameter, float x) throw(SQLException, RuntimeException);
124 void SAL_CALL setDouble(sal_Int32 parameter, double x) throw(SQLException, RuntimeException);
126 …SAL_CALL setString(sal_Int32 parameter, const OUString& x) throw(SQLException, RuntimeException);
129 throw(SQLException, RuntimeException);
132 throw(SQLException, RuntimeException);
135 throw(SQLException, RuntimeException);
137 throw(SQLException, RuntimeException);
140 throw(SQLException, RuntimeException);
143 throw(SQLException, RuntimeException);
145 …oid SAL_CALL setObject(sal_Int32 parameter, const Any& x) throw(SQLException, RuntimeException);
148 throw(SQLException, RuntimeException);
151 throw(SQLException, RuntimeException);
154 throw(SQLException, RuntimeException);
157 throw(SQLException, RuntimeException);
160 throw(SQLException, RuntimeException);
162 void SAL_CALL clearParameters() throw(SQLException, RuntimeException);
165 void SAL_CALL addBatch() throw(SQLException, RuntimeException);
166 void SAL_CALL clearBatch() throw(SQLException, RuntimeException);
167 …un::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch() throw(SQLException, RuntimeException);
170 void SAL_CALL close() throw(SQLException, RuntimeException);
174 throw(SQLException, RuntimeException);