package sqlgg

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

Module Stmt_cache.Make_enumSource

Parameters

Signature

val get_column : row -> int -> E.t
val get_column_nullable : row -> int -> E.t option
val set_param : params -> E.t -> unit
val to_literal : E.t -> string