Lines Matching refs:SAL_CALL

85 			::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
87 …sal_Bool SAL_CALL convertFastPropertyValue(Any & rConvertedValue, Any & rOldValue, sal_Int32 nHand…
90 void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rValue)
93 void SAL_CALL getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const;
109 void SAL_CALL disposing();
112 Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type & rType)
115 void SAL_CALL acquire() throw();
117 void SAL_CALL release() throw();
120 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
124 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getProperty…
128 sal_Bool SAL_CALL next() throw(SQLException, RuntimeException);
130 sal_Bool SAL_CALL isBeforeFirst() throw(SQLException, RuntimeException);
132 sal_Bool SAL_CALL isAfterLast() throw(SQLException, RuntimeException);
134 sal_Bool SAL_CALL isFirst() throw(SQLException, RuntimeException);
136 sal_Bool SAL_CALL isLast() throw(SQLException, RuntimeException);
138 void SAL_CALL beforeFirst() throw(SQLException, RuntimeException);
140 void SAL_CALL afterLast() throw(SQLException, RuntimeException);
142 sal_Bool SAL_CALL first() throw(SQLException, RuntimeException);
144 sal_Bool SAL_CALL last() throw(SQLException, RuntimeException);
146 sal_Int32 SAL_CALL getRow() throw(SQLException, RuntimeException);
148 sal_Bool SAL_CALL absolute(sal_Int32 row) throw(SQLException, RuntimeException);
150 sal_Bool SAL_CALL relative(sal_Int32 rows) throw(SQLException, RuntimeException);
152 sal_Bool SAL_CALL previous() throw(SQLException, RuntimeException);
154 void SAL_CALL refreshRow() throw(SQLException, RuntimeException);
156 sal_Bool SAL_CALL rowUpdated() throw(SQLException, RuntimeException);
158 sal_Bool SAL_CALL rowInserted() throw(SQLException, RuntimeException);
160 sal_Bool SAL_CALL rowDeleted() throw(SQLException, RuntimeException);
162 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getStatement()
165 sal_Bool SAL_CALL wasNull() throw(SQLException, RuntimeException);
167 OUString SAL_CALL getString(sal_Int32 column) throw(SQLException, RuntimeException);
169 sal_Bool SAL_CALL getBoolean(sal_Int32 column) throw(SQLException, RuntimeException);
171 sal_Int8 SAL_CALL getByte(sal_Int32 column) throw(SQLException, RuntimeException);
173 sal_Int16 SAL_CALL getShort(sal_Int32 column) throw(SQLException, RuntimeException);
175 sal_Int32 SAL_CALL getInt(sal_Int32 column) throw(SQLException, RuntimeException);
177 sal_Int64 SAL_CALL getLong(sal_Int32 column) throw(SQLException, RuntimeException);
179 float SAL_CALL getFloat(sal_Int32 column) throw(SQLException, RuntimeException);
181 double SAL_CALL getDouble(sal_Int32 column) throw(SQLException, RuntimeException);
183 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes(sal_Int32 column)
186 ::com::sun::star::util::Date SAL_CALL getDate(sal_Int32 column)
189 ::com::sun::star::util::Time SAL_CALL getTime(sal_Int32 column)
192 ::com::sun::star::util::DateTime SAL_CALL getTimestamp(sal_Int32 column)
195 my_XInputStreamRef SAL_CALL getBinaryStream(sal_Int32 column)
198 my_XInputStreamRef SAL_CALL getCharacterStream(sal_Int32 column)
201 Any SAL_CALL getObject(sal_Int32 column, const my_XNameAccessRef& typeMap)
204 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef(sal_Int32 column)
207 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob(sal_Int32 colum…
210 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob(sal_Int32 colum…
213 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray > SAL_CALL getArray(sal_Int32 col…
217 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaDat…
221 void SAL_CALL cancel() throw(RuntimeException);
224 void SAL_CALL close() throw(SQLException, RuntimeException);
227 Any SAL_CALL getWarnings() throw(SQLException, RuntimeException);
229 void SAL_CALL clearWarnings() throw(SQLException, RuntimeException);
232 void SAL_CALL insertRow() throw(SQLException, RuntimeException);
234 void SAL_CALL updateRow() throw(SQLException, RuntimeException);
236 void SAL_CALL deleteRow() throw(SQLException, RuntimeException);
238 void SAL_CALL cancelRowUpdates() throw(SQLException, RuntimeException);
240 void SAL_CALL moveToInsertRow() throw(SQLException, RuntimeException);
242 void SAL_CALL moveToCurrentRow() throw(SQLException, RuntimeException);
245 void SAL_CALL updateNull(sal_Int32 column) throw(SQLException, RuntimeException);
247 void SAL_CALL updateBoolean(sal_Int32 column, sal_Bool x) throw(SQLException, RuntimeException);
249 void SAL_CALL updateByte(sal_Int32 column, sal_Int8 x) throw(SQLException, RuntimeException);
251 void SAL_CALL updateShort(sal_Int32 column, sal_Int16 x) throw(SQLException, RuntimeException);
253 void SAL_CALL updateInt(sal_Int32 column, sal_Int32 x) throw(SQLException, RuntimeException);
255 void SAL_CALL updateLong(sal_Int32 column, sal_Int64 x) throw(SQLException, RuntimeException);
257 void SAL_CALL updateFloat(sal_Int32 column, float x) throw(SQLException, RuntimeException);
259 void SAL_CALL updateDouble(sal_Int32 column, double x) throw(SQLException, RuntimeException);
261 void SAL_CALL updateString(sal_Int32 column, const OUString& x)
264 void SAL_CALL updateBytes(sal_Int32 column, const ::com::sun::star::uno::Sequence< sal_Int8 >& x)
267 void SAL_CALL updateDate(sal_Int32 column, const ::com::sun::star::util::Date& x)
270 void SAL_CALL updateTime(sal_Int32 column, const ::com::sun::star::util::Time& x)
273 void SAL_CALL updateTimestamp(sal_Int32 column, const ::com::sun::star::util::DateTime& x)
276 void SAL_CALL updateBinaryStream(sal_Int32 column, const my_XInputStreamRef& x, sal_Int32 length)
279 …void SAL_CALL updateCharacterStream(sal_Int32 column, const my_XInputStreamRef& x, sal_Int32 lengt…
282 void SAL_CALL updateObject(sal_Int32 column, const Any& x)
285 void SAL_CALL updateNumericObject(sal_Int32 column, const Any& x, sal_Int32 scale)
289 sal_Int32 SAL_CALL findColumn(const OUString& columnName)
293 Any SAL_CALL getBookmark() throw(SQLException, RuntimeException);
295 sal_Bool SAL_CALL moveToBookmark(const Any& bookmark)
298 sal_Bool SAL_CALL moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows)
301 sal_Int32 SAL_CALL compareBookmarks(const Any& first, const Any& second)
304 sal_Bool SAL_CALL hasOrderedBookmarks() throw(SQLException, RuntimeException);
306 sal_Int32 SAL_CALL hashBookmark(const Any& bookmark)
310 …::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL deleteRows(const ::com::sun::star::uno::Sequ…