Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Values representing types to pass to a statement, or to extract from a row
val int : int arg
val int64 : int64 arg
val float : float arg
val text : string arg
val blob : string arg
val any_str : string arg
val nil : ('res, 'res) t
0 arguments
Right-associative chaining. int @> float @> nil
is the same as int (float nil)
.