package links

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