Header menu logo BioFSharp.Mz

Ontology Module

Types

Type Description

Ontology

Functions and values

Function or value Description

addOrUpDateInPlace param ontology

Full Usage: addOrUpDateInPlace param ontology

Parameters:
Returns: Ontology
param : CvParam
ontology : Ontology
Returns: Ontology

createOntology id name

Full Usage: createOntology id name

Parameters:
    id : string
    name : string

Returns: Ontology
id : string
name : string
Returns: Ontology

createOntologyParamTable cn

Full Usage: createOntologyParamTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createOntologyTable cn

Full Usage: createOntologyTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createOntologyWith id name cvParams

Full Usage: createOntologyWith id name cvParams

Parameters:
    id : string
    name : string
    cvParams : CvParam seq

Returns: Ontology
id : string
name : string
cvParams : CvParam seq
Returns: Ontology

insertOntologyToDb insertInTableF insertInParamTableF ontology

Full Usage: insertOntologyToDb insertInTableF insertInParamTableF ontology

Parameters:
Returns: 'a
insertInTableF : string -> string -> unit
insertInParamTableF : ParamContainer -> 'a
ontology : Ontology
Returns: 'a

prepareInsertOntology cn tr

Full Usage: prepareInsertOntology cn tr

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

prepareInsertOntologyParam cn tr

Full Usage: prepareInsertOntologyParam cn tr

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

prepareSelectOntologybyID cn tr

Full Usage: prepareSelectOntologybyID cn tr

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

prepareSelectOntologybyName cn tr

Full Usage: prepareSelectOntologybyName cn tr

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

Type something to start searching.