20 module
com { module sun { module star { module sdbc {
is an exception that provides information on a database access error.
Definition SQLException.idl:41
provides the possibility to write changes made on a result set back to database.
Definition XResultSetUpdate.idl:27
void cancelRowUpdates()
cancels the updates made to a row.
void moveToInsertRow()
moves the cursor to the insert row.
void updateRow()
updates the underlying database with the new contents of the current row.
void deleteRow()
deletes the current row from the result set and the underlying database.
void moveToCurrentRow()
moves the cursor to the remembered cursor position, usually the current row.
void insertRow()
inserts the contents of the insert row into the result set and the database.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20