= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val collected_statements : string list Pervasives.ref
val collected_init_statements : string list Pervasives.ref
val parse_without_output_exprs :
([> `Input of
[> `Any | `Blob | `Bool | `Float | `Int | `Int32 | `Int64 | `Text ]
* bool
| `Literal of string ] as 'a
list ->
char Pa_estring.llist ->
'a list) ->
'a list ->
char Pa_estring.llist ->
'a list
val do_parse_in :
([> `Input of
[> `Any | `Blob | `Bool | `Float | `Int | `Int32 | `Int64 | `Text ] as 'b
* bool
| `Literal of string ] as 'a
list ->
char Pa_estring.llist ->
'a list) ->
'a list ->
'b ->
char Pa_estring.llist ->
'a list
val parse : char Pa_estring.llist -> sql_element list
val do_parse : sql_element list -> char Pa_estring.llist -> sql_element list
val parse_with_output_exprs :
sql_element list ->
char Pa_estring.llist ->
sql_element list
val do_parse_out :
output_type ->
sql_element list ->
char Pa_estring.llist ->
sql_element list
val read_expr :
sql_element list ->
Camlp4.PreCast.Loc.t ->
?text:string ->
bool ->
output_type ->
char Pa_estring.llist ->
sql_element list
val directive_expr :
?_loc:Camlp4.PreCast.Ast.loc ->
[< `Input of
[< `Any | `Blob | `Bool | `Float | `Int | `Int32 | `Int64 | `Text ]
* bool
| `Literal of string ] ->
Camlp4.PreCast.Ast.expr
val expand_output_elms :
[< `Input of input_type * bool
| `Literal of string
| `Output of [> no_output_element ] as 'a list * 'b * 'c ] ->
'a list
val create_sql_statement :
Camlp4.PreCast.Ast.loc ->
cacheable:bool ->
[< `Input of input_type * bool
| `Literal of string
| `Output of no_output_element list * 'a * 'b ]
list ->
Camlp4.PreCast.Ast.expr
val create_sql_expression :
Camlp4.PreCast.Ast.loc ->
cacheable:bool ->
sql_element list ->
Camlp4.PreCast.Ast.expr
val expand_sql_literal :
?is_init:bool ->
cacheable:bool ->
'a ->
Camlp4.PreCast.Ast.loc ->
string ->
Camlp4.PreCast.Ast.expr
val string_list_expr :
?_loc:Camlp4.PreCast.Ast.loc ->
string list ->
Camlp4.PreCast.Ast.expr
val expand_sqlite_check_functions :
'a ->
Camlp4.PreCast.Ast.loc ->
Camlp4.PreCast.Ast.expr