| |
|
| java.lang.Object org.dbbrowser.db.engine.model.DBRow
DBRow | public class DBRow (Code) | | This class represents a row in a table
author: amangat |
Constructor Summary | |
public | DBRow(List listOFDBTableCells) |
DBRow | public DBRow(List listOFDBTableCells)(Code) | | Constructer
Parameters: listOFDBTableCells - |
getListOFDBTableCells | public List getListOFDBTableCells()(Code) | | Returns a list of cells in the table
- a list of DBTableCell objects |
getListOfChangedNonPrimaryKeyCells | public List getListOfChangedNonPrimaryKeyCells()(Code) | | Returns a list of non-primary key cells which have changed. Primary key values cant be changed
- a list of DBTableCells |
getListOfPrimaryKeyDBTableCells | public List getListOfPrimaryKeyDBTableCells()(Code) | | Returns a list of primary key cells
- a list of DBTableCells |
|
|
|