package sqlgg

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

Install

Dune Dependency

Authors

Maintainers

Sources

sqlgg-20231201.tar.gz
md5=0841965b140612b9b1fb066cc21f88cb
sha256=7fbee5972b8fa0488bf31bb482101c93c328f67ceef3e95af165d554736d78fe
sha512=5d14e03e02f62c72c57cc574fd9f637e99118556a739af16d71e8813a8cbd8c330e48d69b9577ef2e9d0227aee9d85664cb4907f479927b7431e0475d954fa1a

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 | `Prop of string * string | `Semicolon | `Space of string | `Token of string ]
Sourceval __ocaml_lex_ruleStatement_rec : Lexing.lexbuf -> int -> [> `Char of char | `Comment of string | `Eof | `Prop of string * string | `Semicolon | `Space of string | `Token of string ]
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
OCaml

Innovation. Community. Security.