Table of Contents

Class PostgreSqlIndex

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

Represents an SQL index constraint.

public sealed class PostgreSqlIndex : SqlIndex, ISqlIndex, ISqlConstraint, ISqlObject
Inheritance
PostgreSqlIndex
Implements
Inherited Members

Remarks

PostgreSqlDialect implementation.

Properties

Columns

Collection of columns that define this index.

public SqlIndexedArray<PostgreSqlColumn> Columns { get; }

Property Value

SqlIndexedArray<PostgreSqlColumn>

Database

Database that this object belongs to.

public PostgreSqlDatabase Database { get; }

Property Value

PostgreSqlDatabase

Table

Table that this constraint is attached to.

public PostgreSqlTable Table { get; }

Property Value

PostgreSqlTable