|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrudRowOperations
Provides access
Method Summary | |
---|---|
void |
deleteRow(int rowIndex)
Delete data of a designated row. |
void |
insertRow(Record record)
Add a row to the table model. |
Record |
readRow(int rowIndex)
Read data of a designated row. |
void |
updateRow(int rowIndex,
Record columns)
Update data of a designated row with data. |
Method Detail |
---|
void insertRow(Record record) throws Exception
record
- the data structure
Exception
- if encouting any database update errorRecord readRow(int rowIndex) throws Exception
rowIndex
- the row index
Exception
- if encouting any database read errorvoid updateRow(int rowIndex, Record columns) throws Exception
rowIndex
- the row indexcolumns
- the data array
Exception
- if encouting any database update errorvoid deleteRow(int rowIndex) throws Exception
rowIndex
- the row index
Exception
- if encouting any database update error.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |