Struct RelationMessage.Column
Represents a column in a Logical Replication Protocol relation message
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public readonly struct Column
Properties
ColumnName
Name of the column.
Declaration
public readonly string ColumnName { get; }
Property Value
Type | Description |
---|---|
String |
DataTypeId
ID of the column's data type.
Declaration
public readonly uint DataTypeId { get; }
Property Value
Type | Description |
---|---|
UInt32 |
Flags
Flags for the column.
Declaration
public readonly RelationMessage.Column.ColumnFlags Flags { get; }
Property Value
Type | Description |
---|---|
RelationMessage.Column.ColumnFlags |
TypeModifier
Type modifier of the column (atttypmod).
Declaration
public readonly int TypeModifier { get; }
Property Value
Type | Description |
---|---|
Int32 |