TermTag Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
insertTermTagToDb insertInTableF insertInParamTableF termtag
Parameters:
int -> string option -> string -> string -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
termtag : TermTag
Returns: 'a
|
|
Full Usage:
prepareInsertTermTag cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> int
|
|
Full Usage:
prepareInsertTermTagParam cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareSelectTermTagbyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
Full Usage:
prepareSelectTermTagbyName cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
Full Usage:
prepareSelectTermTagbyRowVersion cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
Full Usage:
prepareSelectTermTagbyTermID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
Full Usage:
prepareSelectTermTagbyValue cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
BioFSharp.Mz