Table of Contents

Class PostgreSqlTable

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

Represents an SQL table.

public sealed class PostgreSqlTable : SqlTable, ISqlTable, ISqlObject
Inheritance
PostgreSqlTable
Implements
Inherited Members

Remarks

PostgreSqlDialect implementation.

Properties

Columns

Collection of columns that belong to this table.

public PostgreSqlColumnCollection Columns { get; }

Property Value

PostgreSqlColumnCollection

Constraints

Collection of constraints that belong to this table.

public PostgreSqlConstraintCollection Constraints { get; }

Property Value

PostgreSqlConstraintCollection

Database

Database that this object belongs to.

public PostgreSqlDatabase Database { get; }

Property Value

PostgreSqlDatabase

Schema

Schema that this table belongs to.

public PostgreSqlSchema Schema { get; }

Property Value

PostgreSqlSchema