package links

  1. Overview
  2. Docs
type t
val make : table:string -> name:string -> alias:string -> typ:Links_lens__.Phrase_type.t -> present:bool -> t
val alias : t -> string

Return the name of the column as the column would be bound in the user program.

val name : t -> string

Return the name of the column corresponding to the name in the database table.

val table : t -> string

Return the name of the database table.

val typ : t -> Links_lens__.Phrase_type.t

Return the column type.

val present : t -> bool

Determine if the column is present.

val hide : t -> t
val rename : t -> alias:string -> t
val equal : t -> t -> bool
val set_table : t -> table:string -> t
module Set : sig ... end
module List : sig ... end
OCaml

Innovation. Community. Security.