package links

  1. Overview
  2. Docs
method virtual quote_field : string -> string
method private pp_comma_separated : printer -> 'a. (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit
method private pp_semicolon_separated : 'a -> 'a0. (Format.formatter -> 'a0 -> unit) -> Format.formatter -> 'a0 list -> unit
method private pp_quote : 'a -> Format.formatter -> string -> unit
method private gen_pp_option : 'a -> Format.formatter -> ((Format.formatter -> base -> unit) -> base -> unit, Format.formatter, unit) format -> (Format.formatter -> base -> unit) -> base option -> unit
method pp_empty_record : 'a -> Format.formatter -> unit
method pp_select : 'a -> Format.formatter -> multiplicity -> select_fields -> from_clause list -> base -> base list -> bool -> unit
method private pr_b_ignore_fields : 'a -> Format.formatter -> base -> unit
method pp_opt_where : 'a -> Format.formatter -> base option -> unit
method pp_delete : 'a -> Format.formatter -> table_name -> base option -> unit
method pp_update : 'a -> Format.formatter -> table_name -> (string * base) list -> base option -> unit
method pp_fields : 'a -> Format.formatter -> select_fields -> unit
method pp_insert : 'a -> Format.formatter -> table_name -> string list -> insert_records -> unit
method pp_sql_arithmetic : 'a -> Format.formatter -> bool -> (base * string * base) -> unit
method pp_query : 'a -> bool -> Format.formatter -> query -> unit
method pp_projection : 'a -> bool -> Format.formatter -> (Links_core.Var.var * string) -> unit
method pp_base : 'a -> bool -> Format.formatter -> base -> unit
method string_of_base : 'a -> bool -> base -> string
method string_of_query : 'a -> ?range:range option -> query -> string