Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and 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.
|
Copyright © 2015. All rights reserved.