Header menu logo BioFSharp.Mz

Term Module

Types

Type Description

Term

Functions and values

Function or value Description

addOrUpDateInPlace param term

Full Usage: addOrUpDateInPlace param term

Parameters:
Returns: Term
param : CvParam
term : Term
Returns: Term

createTerm id ontologyid name rowversion

Full Usage: createTerm id ontologyid name rowversion

Parameters:
    id : string
    ontologyid : int
    name : string
    rowversion : DateTime

Returns: Term
id : string
ontologyid : int
name : string
rowversion : DateTime
Returns: Term

createTermParamTable cn

Full Usage: createTermParamTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createTermTable cn

Full Usage: createTermTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createTermWith id ontologyid name rowversion cvParams

Full Usage: createTermWith id ontologyid name rowversion cvParams

Parameters:
    id : string
    ontologyid : int
    name : string
    rowversion : DateTime
    cvParams : CvParam seq

Returns: Term
id : string
ontologyid : int
name : string
rowversion : DateTime
cvParams : CvParam seq
Returns: Term

insertTermToDb insertInTableF insertInParamTableF term

Full Usage: insertTermToDb insertInTableF insertInParamTableF term

Parameters:
Returns: 'a
insertInTableF : string -> int -> string -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
term : Term
Returns: 'a

prepareInsertTerm cn tr

Full Usage: prepareInsertTerm cn tr

Parameters:
Returns: 'a -> 'b -> 'c -> 'd -> int
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> int

prepareInsertTermParam cn tr

Full Usage: prepareInsertTermParam cn tr

Parameters:
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int

prepareSelectTermbyID cn tr

Full Usage: prepareSelectTermbyID cn tr

Parameters:
Returns: 'a -> (string * int * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * int * string * DateTime) list

prepareSelectTermbyName cn tr

Full Usage: prepareSelectTermbyName cn tr

Parameters:
Returns: 'a -> (string * int * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * int * string * DateTime) list

prepareSelectTermbyOntologyID cn tr

Full Usage: prepareSelectTermbyOntologyID cn tr

Parameters:
Returns: 'a -> (string * int * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * int * string * DateTime) list

prepareSelectTermbyRowVersion cn tr

Full Usage: prepareSelectTermbyRowVersion cn tr

Parameters:
Returns: 'a -> (string * int * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * int * string * DateTime) list

Type something to start searching.