LabProtocol Type
CRUD façade for the lab_protocol table.
Static members
| Static member |
Description
|
|
Deletes the row with the given id.
|
Full Usage:
LabProtocol.get (driver, id)
Parameters:
ISqliteDriver
id : string
Returns: LabProtocolRow option
|
Returns the row with the given id, or
|
Full Usage:
LabProtocol.insert (driver, row)
Parameters:
ISqliteDriver
row : LabProtocolRow
|
Inserts a new row.
|
Full Usage:
LabProtocol.list driver
Parameters:
ISqliteDriver
Returns: LabProtocolRow array
|
|
Full Usage:
LabProtocol.update (driver, row)
Parameters:
ISqliteDriver
row : LabProtocolRow
|
Updates the row identified by
|
ProcessCore