PgColumnDesc

@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>

Constructors

this
this(string name, int relationId, short relationAttributeNo, DataTypeDesc dataType, short length, int typeModifier, DataFormat dataFormat)
Undocumented in source.

Members

Variables

dataFormat
DataFormat dataFormat;
Undocumented in source.
dataType
DataTypeDesc dataType;
Undocumented in source.
length
short length;
Undocumented in source.
name
string name;
Undocumented in source.
relationAttributeNo
short relationAttributeNo;
Undocumented in source.
relationId
int relationId;
Undocumented in source.
typeModifier
int typeModifier;
Undocumented in source.

Meta