package sqlgg

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Parser.TSource

Sourceval parse_buf : Lexing.lexbuf -> T_SQL_parser.result option
Sourceval parse_stdin : unit -> T_SQL_parser.result option
Sourceval parse_string : string -> T_SQL_parser.result option
Sourceval parse_file : string -> T_SQL_parser.result option