Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Name = Name {}
- newtype ConstraintName = ConstraintName {
- unConstraintName :: Text
Documentation
The fully qualified name of a table. The last element in the list is the table name and all other elements represent namespacing of the table name. For example, for a database that has schemas, the name would be '[schema,name]'
Instances
newtype ConstraintName Source #
ConstraintName | |
|