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
Constraints
Collection of constraints that belong to this table.
public PostgreSqlConstraintCollection Constraints { get; }
Property Value
Database
Database that this object belongs to.
public PostgreSqlDatabase Database { get; }
Property Value
Schema
Schema that this table belongs to.
public PostgreSqlSchema Schema { get; }