Parent Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
insertParentToDb insertInTableF insertInParamTableF parent
Parameters:
int -> string -> string option -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
parent : Parent
Returns: 'a
|
|
Full Usage:
prepareInsertParent cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> int
|
|
Full Usage:
prepareInsertParentParam cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareSelectParentbyCountry cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * DateTime) list
|
|
Full Usage:
prepareSelectParentbyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * DateTime) list
|
|
Full Usage:
prepareSelectParentbyName cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * DateTime) list
|
|
Full Usage:
prepareSelectParentbyRowVersion cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * DateTime) list
|
|
BioFSharp.Mz