package fun-sqlite

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fun_sqlite.ArgSource

Sourceval text : string -> arg
Sourceval bool : bool -> arg
Sourceval int : int -> arg
Sourceval nativeint : nativeint -> arg
Sourceval int32 : int32 -> arg
Sourceval int64 : int64 -> arg
Sourceval float : float -> arg
Sourceval blob : string -> arg
Sourceval opt : ('a -> arg) -> 'a option -> arg

opt data value is the optional value encoded as query data.