SQLiteQuery Module
Prepared statements via Closure
Functions and values
| Function or value | Description |
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
prepareInsertCleavageIndex cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> int32 -> int32 -> int32 -> int32 -> int
|
|
Full Usage:
prepareInsertModSequence cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> float -> int64 -> string -> int -> int
|
|
Full Usage:
prepareInsertPepSequence cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> string -> int
|
|
Full Usage:
prepareInsertProtein cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> string -> string -> int
|
|
Full Usage:
prepareInsertSearchDbParams cn
Parameters:
SQLiteConnection
Returns: string -> string -> string -> string -> int32 -> int32 -> double -> int32 -> int32 -> string -> string -> string -> string -> int32 -> int
|
|
Full Usage:
prepareSelectCleavageIndexByPepSequenceID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> (int * int * int * int * int * int) list
|
|
Full Usage:
prepareSelectCleavageIndexByProteinID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> int * int * int * int * int * int
|
|
Full Usage:
prepareSelectMassByModSequenceAndGlobalMod cn
Parameters:
SQLiteConnection
Returns: string -> int -> float option
|
|
Full Usage:
prepareSelectModsequenceByMass cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int -> int * int * float * int64 * string * string
|
|
Full Usage:
prepareSelectModsequenceByMassRange cn
Parameters:
SQLiteConnection
Returns: int64 -> int64 -> (int * int * float * int64 * string * int) list
|
|
Full Usage:
prepareSelectModsequenceByMassRangeWith cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int64 -> int64 -> (int * int * float * int64 * string * int) list
|
|
Full Usage:
prepareSelectModsequenceByModSequenceID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> int * int * float * int64 * string * int
|
|
Full Usage:
prepareSelectModsequenceByPepSequenceID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> int * int * float * int64 * string * string
|
|
Full Usage:
prepareSelectModsequenceBySequence cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: string -> int * int * float * int64 * string * string
|
|
Full Usage:
prepareSelectModsequenceBySequenceAndGMod cn
Parameters:
SQLiteConnection
Returns: string -> int -> int * int * float * int64 * string * int
|
|
Full Usage:
prepareSelectPepSequenceByPepSequenceID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int -> string
|
|
Full Usage:
prepareSelectPepSequenceBySequence cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: string -> int
|
|
Full Usage:
prepareSelectPepSequenceBySequence' cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: string -> int
|
|
Full Usage:
prepareSelectProteinAccessionByID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> string
|
|
Full Usage:
prepareSelectProteinByAccession cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: string -> int * string * string
|
|
Full Usage:
prepareSelectProteinByID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: int32 -> int * string * string
|
|
Full Usage:
prepareSelectProteinBySequence cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: string -> int * string * string
|
|
Full Usage:
prepareSelectSearchDbParamsbyParams cn
Parameters:
SQLiteConnection
Returns: string -> string -> int32 -> int32 -> float -> int32 -> int32 -> string -> string -> string -> string -> int32 -> (int * string * string * string * string * int * int * float * int * int * string * string * string * string * int) option
|
|
Full Usage:
prepareSelectSearchModsbyParams cn
Parameters:
SQLiteConnection
Returns: string -> string -> int32 -> int32 -> float -> int32 -> int32 -> string -> string -> string -> string -> int32 -> SearchModification list
|
|
|
|
Full Usage:
selectSearchDbParams cn
Parameters:
SQLiteConnection
Returns: (int * string * string * string * string * int * int * float * int * int * string * string * string * string * int) option
|
|
|
|
|
|
|
|
|
|
BioFSharp.Mz