ProcessIo Type
CRUD façade for the process_io association table. Primary key: (process_id, direction, position).
Static members
| Static member |
Description
|
Full Usage:
ProcessIo.delete (driver, processId, direction, position)
Parameters:
ISqliteDriver
processId : string
direction : ProcessIoDirection
position : int
|
Deletes the row with the given composite key.
|
Full Usage:
ProcessIo.get (driver, processId, direction, position)
Parameters:
ISqliteDriver
processId : string
direction : ProcessIoDirection
position : int
Returns: ProcessIoRow option
|
Returns the row with the given composite key, or
|
|
Inserts a new row.
|
|
|
|
Updates the row identified by
|
ProcessCore