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