Term Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
insertTermToDb insertInTableF insertInParamTableF term
Parameters:
string -> int -> string -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
term : Term
Returns: 'a
|
|
Full Usage:
prepareInsertTerm cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> int
|
|
Full Usage:
prepareInsertTermParam cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareSelectTermbyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * int * string * DateTime) list
|
|
Full Usage:
prepareSelectTermbyName cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * int * string * DateTime) list
|
|
Full Usage:
prepareSelectTermbyOntologyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * int * string * DateTime) list
|
|
Full Usage:
prepareSelectTermbyRowVersion cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * int * string * DateTime) list
|
|
BioFSharp.Mz