The following beans provide access to relational data:
Bean | Description |
---|---|
Select | A non-visual bean used to query relational data |
Modify | A non-visual bean used to modify relational data |
ProcedureCall | A non-visual bean used to run a database stored procedure |
CellSelector | A non-visual bean used to select a cell from a TableModel |
ColumnSelector | A non-visual bean used to select a column from a TableModel |
RowSelector | A non-visual bean used to select a row from a TableModel |
CellRangeSelector | A non-visual bean used to select a range of cells from a TableModel |
DBNavigator | A visual bean that provides navigation used with a Select or ProcedureCall bean |