Uses of Class
com.mckoi.database.Assignment
-
Packages that use Assignment Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of Assignment in com.mckoi.database
Methods in com.mckoi.database with parameters of type Assignment Modifier and Type Method Description void
RowData. setupEntire(Assignment[] assignments, QueryContext context)
Sets up an entire row given the array of assignments.int
DataTable. update(QueryContext context, Table table, Assignment[] assign_list, int limit)
Updates the table by applying the assignment operations over each row that is found in the input 'table' set.
-