Table of Contents

Class PostgreSqlPrimaryKey

Namespace
LfrlAnvil.PostgreSql.Objects
Assembly
LfrlAnvil.PostgreSql.dll

Represents an SQL primary key constraint.

public sealed class PostgreSqlPrimaryKey : SqlPrimaryKey, ISqlPrimaryKey, ISqlConstraint, ISqlObject
Inheritance
PostgreSqlPrimaryKey
Implements
Inherited Members

Remarks

PostgreSqlDialect implementation.

Properties

Database

Database that this object belongs to.

public PostgreSqlDatabase Database { get; }

Property Value

PostgreSqlDatabase

Index

Underlying index that defines this primary key.

public PostgreSqlIndex Index { get; }

Property Value

PostgreSqlIndex

Table

Table that this constraint is attached to.

public PostgreSqlTable Table { get; }

Property Value

PostgreSqlTable