hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
PgColumnDesc
hunt
database
driver
postgresql
impl
codec
PgColumnDesc
@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>
class
PgColumnDesc {
string
name
;
int
relationId
;
DataTypeDesc
dataType
;
DataFormat
dataFormat
;
short
relationAttributeNo
;
short
length
;
int
typeModifier
;
this
(string name, int relationId, short relationAttributeNo, DataTypeDesc dataType, short length, int typeModifier, DataFormat dataFormat);
}
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
Source
See Implementation
hunt
database
driver
postgresql
impl
codec
PgColumnDesc
classes
PgColumnDesc
@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>