Logo ProcessCore

LabProcess Type

CRUD façade for the lab_process table.

Static members

Static member Description

LabProcess.delete (driver, id)

Full Usage: LabProcess.delete (driver, id)

Parameters:

Deletes the row with the given id.

driver : ISqliteDriver
id : string

LabProcess.get (driver, id)

Full Usage: LabProcess.get (driver, id)

Parameters:
Returns: LabProcessRow option

Returns the row with the given id, or None.

driver : ISqliteDriver
id : string
Returns: LabProcessRow option

LabProcess.insert (driver, row)

Full Usage: LabProcess.insert (driver, row)

Parameters:

Inserts a new row.

driver : ISqliteDriver
row : LabProcessRow

LabProcess.list driver

Full Usage: LabProcess.list driver

Parameters:
Returns: LabProcessRow array

Returns all rows ordered by primary key.

driver : ISqliteDriver
Returns: LabProcessRow array

LabProcess.update (driver, row)

Full Usage: LabProcess.update (driver, row)

Parameters:

Updates the row identified by row.Id.

driver : ISqliteDriver
row : LabProcessRow

Type something to start searching.