package postgres_async

  1. Overview
  2. Docs

Module Types.Statement_nameSource

Sourcetype t
Sourceval unnamed : t
Sourceval create_named_exn : string -> t

The provided string must be nonempty and not contain nulls.

Sourceval to_string : t -> string

to_string unnamed = ""