20 module
com { module sun { module star { module sdbc {
22 published
interface XStatement;
is an exception that provides information on a database access error.
Definition SQLException.idl:41
boolean isFirst()
indicates whether the cursor is on the first row of the result set.
com::sun::star::uno::XInterface getStatement()
returns the Statement that produced this com::sun::star::sdbc::ResultSet object.
long getRow()
retrieves the current row number.
void beforeFirst()
moves the cursor to the front of the result set, just before the first row.
boolean rowUpdated()
indicates whether the current row has been updated.
void afterLast()
moves the cursor to the end of the result set, just after the last row.
boolean rowInserted()
indicates whether the current row has had an insertion.
boolean next()
moves the cursor down one row from its current position.
boolean relative([in]long rows)
moves the cursor a relative number of rows, either positive or negative.
boolean last()
moves the cursor to the last row in the result set.
boolean absolute([in] long row)
moves the cursor to the given row number in the result set.
void refreshRow()
refreshes the current row with its most recent value in the database.
boolean isAfterLast()
indicates whether the cursor is after the last row in the result set.
boolean rowDeleted()
indicates whether a row has been deleted.
boolean isBeforeFirst()
indicates whether the cursor is before the first row in the result set.
boolean isLast()
indicates whether the cursor is on the last row of the result set.
boolean previous()
moves the cursor to the previous row in the result set.
boolean first()
moves the cursor to the first row in the result set.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Basic UNO interfaces.
Definition modules.idl:72
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20