package sqlgg

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

Module Parser_state.Stmt_metadataSource

Sourceval stmt_metadata : (int, (string * string) list) Hashtbl.t
Sourceval add : int -> (string * string) list -> unit
Sourceval find_all : int -> (string * string) list list
Sourceval reset : unit -> unit