hpqtypes-extras-1.16.0.0: Extra utilities for hpqtypes library
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.PQTypes.Model.Table

Synopsis

Documentation

data TableColumn Source #

Constructors

TableColumn 

Instances

Instances details
Show TableColumn Source # 
Instance details

Defined in Database.PostgreSQL.PQTypes.Model.Table

data Rows Source #

Constructors

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

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