hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
DataTypeDesc
hunt
database
driver
mysql
impl
codec
DataTypeDesc
struct
DataTypeDesc {
int
id
;
string
[]
binaryType
;
string
[]
textType
;
this
(int id, string[] types);
this
(int id, string[] binaryType, string[] textType);
string
toString
();
}
Constructors
this
this
(int id, string[] types)
Undocumented in source.
this
this
(int id, string[] binaryType, string[] textType)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
binaryType
string
[]
binaryType
;
Undocumented in source.
id
int
id
;
Undocumented in source.
textType
string
[]
textType
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
driver
mysql
impl
codec
DataTypeDesc
structs
DataTypeDesc
DataTypes