Uses of Class
com.mckoi.database.RowData
Packages that use RowData
-
Uses of RowData in com.mckoi.database
Methods in com.mckoi.database that return RowDataModifier and TypeMethodDescriptionfinal RowData
DataTable.createRowDataObject
(QueryContext context) Generates an empty RowData object for 'addRow'ing into the Table.TableModificationEvent.getRowData()
Returns the RowData object that represents the change that is being made to the table either by an INSERT or UPDATE.Methods in com.mckoi.database with parameters of type RowDataModifier and TypeMethodDescriptionfinal void
Adds a given 'RowData' object to the table.final void
Adds an array of 'RowData' objects to the table.int
Adds a row to the source.int
Updates a row in the source.