Uses of Class
com.mckoi.database.Assignment
Packages that use Assignment
-
Uses of Assignment in com.mckoi.database
Methods in com.mckoi.database with parameters of type AssignmentModifier and TypeMethodDescriptionvoid
RowData.setupEntire
(Assignment[] assignments, QueryContext context) Sets up an entire row given the array of assignments.final 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.