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

Orville.PostgreSQL.Execution.QueryType

Description

Since: 1.0.0.0

Synopsis

Documentation

data QueryType Source #

A simple categorization of SQL queries that is used to provide a hint to user callbacks about what kind of query is being run.

See addSqlExecutionCallback

Since: 1.0.0.0

Instances

Instances details
Bounded QueryType Source #

Since: 1.0.0.0

Instance details

Defined in Orville.PostgreSQL.Execution.QueryType

Enum QueryType Source #

Since: 1.0.0.0

Instance details

Defined in Orville.PostgreSQL.Execution.QueryType

Read QueryType Source #

Since: 1.0.0.0

Instance details

Defined in Orville.PostgreSQL.Execution.QueryType

Show QueryType Source #

Since: 1.0.0.0

Instance details

Defined in Orville.PostgreSQL.Execution.QueryType

Eq QueryType Source #

Since: 1.0.0.0

Instance details

Defined in Orville.PostgreSQL.Execution.QueryType

Ord QueryType Source #

Since: 1.0.0.0

Instance details

Defined in Orville.PostgreSQL.Execution.QueryType