package granary

  1. Overview
  2. Docs
Pure-OCaml SQL engine

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.0.3.tar.gz
sha256=8b18780ea373be48301d9f333925860a2f9110fc0ac28684295118d72b65a67e
sha512=25ca3c9c5e2b528704a542502e0f37dc33ba003f65622d969b8c2b800778585f8ef0cf89b36e6679832e3993e8303aecddfc662742baf7044d6afe4a796b8f11

doc/granary.sql/Granary_sql/Lexer/index.html

Module Granary_sql.LexerSource

Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser.token
Sourceval read_single_quoted : Buffer.t -> Lexing.lexbuf -> Parser.token
Sourceval __ocaml_lex_read_single_quoted_rec : Buffer.t -> Lexing.lexbuf -> int -> Parser.token
Sourceval read_double_quoted : Buffer.t -> Lexing.lexbuf -> Parser.token
Sourceval __ocaml_lex_read_double_quoted_rec : Buffer.t -> Lexing.lexbuf -> int -> Parser.token
Sourceval read_backtick_quoted : Buffer.t -> Lexing.lexbuf -> Parser.token
Sourceval __ocaml_lex_read_backtick_quoted_rec : Buffer.t -> Lexing.lexbuf -> int -> Parser.token
Sourceval read_bracket_quoted : Buffer.t -> Lexing.lexbuf -> Parser.token
Sourceval __ocaml_lex_read_bracket_quoted_rec : Buffer.t -> Lexing.lexbuf -> int -> Parser.token