package sqlgg

  1. Overview
  2. Docs
SQL Guided (code) Generator

Install

dune-project
 Dependency

Authors

Maintainers

Sources

sqlgg-20260721.tbz
sha256=40d7699187951dd2f17d885c4f4f04124930bf7dc1119d4cca322c5f0cb42d8e
sha512=e7c90683cddcff3ca0ba9de9e40c2c4c69923ea62e2647f1a70083e42ed00b7cab53f8a14d1a965ee4465966bc02fa75fa7cb42e485beae1a9c26bdc252c3665

doc/sqlgg.lib/Sqlgg/Sql_lexer/index.html

Module Sqlgg.Sql_lexerSource

Sourcemodule T = Sql.Type
Sourceval error : 'a -> string -> 'b
Sourceval pos : Lexing.lexbuf -> int * int
Sourceval advance_line_pos : Lexing.position -> Lexing.position
Sourceval advance_line : Lexing.lexbuf -> unit
Sourceval keep_lexeme_start : Lexing.lexbuf -> (unit -> 'a) -> 'a
Sourcemodule Keywords : sig ... end
Sourceval get_ident : string -> Sql_parser.token
Sourceval ident : string -> Sql_parser.token
Sourceval as_literal : char -> string -> string
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval ruleStatement : Lexing.lexbuf -> [> `Char of char | `Comment of string | `Eof | `Props of (string * string) list | `Semicolon | `Space of string | `Token of string ]
Sourceval __ocaml_lex_ruleStatement_rec : Lexing.lexbuf -> int -> [> `Char of char | `Comment of string | `Eof | `Props of (string * string) list | `Semicolon | `Space of string | `Token of string ]
Sourceval rulePropList : (string * string) list -> Lexing.lexbuf -> (string * string) list
Sourceval __ocaml_lex_rulePropList_rec : (string * string) list -> Lexing.lexbuf -> int -> (string * string) list
Sourceval rulePropListNext : (string * string) list -> Lexing.lexbuf -> (string * string) list
Sourceval __ocaml_lex_rulePropListNext_rec : (string * string) list -> Lexing.lexbuf -> int -> (string * string) list
Sourceval ruleTail : string -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_ruleTail_rec : string -> Lexing.lexbuf -> int -> string
Sourceval __ocaml_lex_ruleMain_rec : Lexing.lexbuf -> int -> Sql_parser.token
Sourceval ruleInQuotes : string -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_ruleInQuotes_rec : string -> Lexing.lexbuf -> int -> string
Sourceval ruleInBrackets : string -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_ruleInBrackets_rec : string -> Lexing.lexbuf -> int -> string
Sourceval ruleInSingleQuotes : string -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_ruleInSingleQuotes_rec : string -> Lexing.lexbuf -> int -> string
Sourceval ruleInBackQuotes : string -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_ruleInBackQuotes_rec : string -> Lexing.lexbuf -> int -> string
Sourceval ruleInDollarQuotes : string -> string -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_ruleInDollarQuotes_rec : string -> string -> Lexing.lexbuf -> int -> string
Sourceval ruleComment : string -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_ruleComment_rec : string -> Lexing.lexbuf -> int -> string
Sourceval ruleCommentMulti : string -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_ruleCommentMulti_rec : string -> Lexing.lexbuf -> int -> string