Retrieving Values from Result Sets
From OpenOffice.org Wiki
- Retrieving Values from Result Sets
- Moving the Result Set Cursor
- Using the getXXX Methods
- Scrollable Result Sets
- Modifiable Result Sets
- Update
- Insert
- Delete
- Seeing Changes in Result Sets
A call to execute() on a com.sun.star.sdb.RowSet or a call to executeQuery() on a Statement produces a com.sun.star.sdb.ResultSet.
com.sun.star.sdbc.XResultSet xResult = xStatement.executeQuery("SELECT FIRSTNAME, LASTNAME, STREET " + "FROM SALESMAN " + "VWHERE BIRTHDATE < '1950-01-01'");
| Content on this page is licensed under the Public Documentation License (PDL). |

