Logo ProcessCore

ProtocolParameter Type

CRUD façade for the protocol_parameter association table. Primary key: (protocol_id, position).

Static members

Static member Description

ProtocolParameter.delete (driver, protocolId, position)

Full Usage: ProtocolParameter.delete (driver, protocolId, position)

Parameters:

Deletes the row with the given composite key.

driver : ISqliteDriver
protocolId : string
position : int

ProtocolParameter.get (driver, protocolId, position)

Full Usage: ProtocolParameter.get (driver, protocolId, position)

Parameters:
Returns: ProtocolParameterRow option

Returns the row with the given composite key, or None.

driver : ISqliteDriver
protocolId : string
position : int
Returns: ProtocolParameterRow option

ProtocolParameter.insert (driver, row)

Full Usage: ProtocolParameter.insert (driver, row)

Parameters:

Inserts a new row.

driver : ISqliteDriver
row : ProtocolParameterRow

ProtocolParameter.list driver

Full Usage: ProtocolParameter.list driver

Parameters:
Returns: ProtocolParameterRow array

Returns all rows ordered by primary key.

driver : ISqliteDriver
Returns: ProtocolParameterRow array

ProtocolParameter.update (driver, row)

Full Usage: ProtocolParameter.update (driver, row)

Parameters:

Updates the row identified by (row.ProtocolId, row.Position).

driver : ISqliteDriver
row : ProtocolParameterRow

Type something to start searching.