orville-postgresql-1.0.0.0: A Haskell library for PostgreSQL
CopyrightFlipstone Technology Partners 2023
LicenseMIT
StabilityStable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Orville.PostgreSQL.Execution.ReturningOption

Description

Since: 1.0.0.0

Synopsis

Documentation

data ReturningOption clause where Source #

Specifies whether or not a RETURNING clause should be included when a query expression is built. This type is found as a parameter on a number of the query-building functions related to TableDefinition. @since 1.0.0.0

data ReturningClause Source #

A tag, used with ReturningOption to indicate a SQL Returning clause.

Since: 1.0.0.0

data NoReturningClause Source #

A tag, used with ReturningOption to indicate no SQL Returning clause.

Since: 1.0.0.0