Modifier and Type | Method and Description |
---|---|
java.util.List<Record> |
DataAssembler.getAllRecords()
This function returns a list of all the records in the database
|
Modifier and Type | Method and Description |
---|---|
void |
DataAssembler.deleteRecord(Record record)
This function deletes a record from the database.
|
int |
DataAssembler.updateRecord(Record record)
This function allows a Record to be updated with new information.
|