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