package sqlexpr

  1. Overview
  2. Docs
type t
val create : unit -> t
val flush_stmts : t -> unit
val find_remove_stmt : t -> string -> Stmt.t option
val add_stmt : t -> string -> Stmt.t -> unit