package links-postgresql

  1. Overview
  2. Docs

Class Pg_database.pg_database

inherit Links_core.Value.database
val connection : Postgresql.connection
method driver_name : unit -> string
method exec : string -> Links_core.Value.dbvalue
method escape_string : string -> string
method quote_field : string -> string
method make_insert_returning_query : string -> Links_core.Sql.query -> string list
method string_of_query : ?range:Links_core.Sql.range option -> Links_core.Sql.query -> string
method supports_shredding : unit -> bool