hpqtypes-extras-1.10.2.1: Extra utilities for hpqtypes library

Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.PQTypes.Model.Table

Synopsis

Documentation

data Rows Source #

Constructors

(Show row, ToRow row) => Rows [ByteString] [row] 

data Table Source #

Constructors

Table 

Fields

data DropTableMode Source #

Whether to also drop objects that depend on the table.

Constructors

DropTableCascade

Automatically drop objects that depend on the table (such as views).

DropTableRestrict

Refuse to drop the table if any objects depend on it. This is the default.

data TableInitialSetup Source #

Constructors

TableInitialSetup 

Fields