Logo ProcessCore

Annotation Type

CRUD façade for the annotation table.

Static members

Static member Description

Annotation.delete (driver, id)

Full Usage: Annotation.delete (driver, id)

Parameters:

Deletes the row with the given id.

driver : ISqliteDriver
id : string

Annotation.get (driver, id)

Full Usage: Annotation.get (driver, id)

Parameters:
Returns: AnnotationRow option

Returns the row with the given id, or None.

driver : ISqliteDriver
id : string
Returns: AnnotationRow option

Annotation.insert (driver, row)

Full Usage: Annotation.insert (driver, row)

Parameters:

Inserts a new row.

driver : ISqliteDriver
row : AnnotationRow

Annotation.list driver

Full Usage: Annotation.list driver

Parameters:
Returns: AnnotationRow array

Returns all rows ordered by primary key.

driver : ISqliteDriver
Returns: AnnotationRow array

Annotation.update (driver, row)

Full Usage: Annotation.update (driver, row)

Parameters:

Updates the row identified by row.Id.

driver : ISqliteDriver
row : AnnotationRow

Type something to start searching.