Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and Description |
---|---|
RowData |
DataTable.createRowDataObject(QueryContext context)
Generates an empty RowData object for 'addRow'ing into the Table.
|
RowData |
TableModificationEvent.getRowData()
Returns the RowData object that represents the change that is being
made to the table either by an INSERT or UPDATE.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTable.add(RowData row_data)
Adds a given 'RowData' object to the table.
|
void |
DataTable.add(RowData[] row_data_arr)
Adds an array of 'RowData' objects to the table.
|
int |
MutableTableDataSource.addRow(RowData row_data)
Adds a row to the source.
|
int |
MutableTableDataSource.updateRow(int row_index,
RowData row_data)
Updates a row in the source.
|
Copyright © 2015. All rights reserved.