DData

Undocumented in source.

Constructors

this
this(Datatypes aDatatype, bool aKey)
Undocumented in source.
this
this(bool aValue, bool aKey)
Undocumented in source.
this
this(int aValue, bool aKey)
Undocumented in source.
this
this(double aValue, bool aKey)
Undocumented in source.
this
this(string aValue, bool aKey)
Undocumented in source.
this
this(UUID aValue, bool aKey)
Undocumented in source.
this
this(Datatypes aDatatype, bool aValue, bool aKey)
Undocumented in source.
this
this(Datatypes aDatatype, int aValue, bool aKey)
Undocumented in source.
this
this(Datatypes aDatatype, double aValue, bool aKey)
Undocumented in source.
this
this(Datatypes aDatatype, string aValue, bool aKey)
Undocumented in source.
this
this(Datatypes aDatatype, UUID aValue, bool aKey)
Undocumented in source.

Alias This

toString

Members

Functions

toJSON
string toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
toSQL
string toSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toStrings
string[] toStrings(string seperator)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

value
bool value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
int value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
double value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
UUID value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isKey
bool isKey;
Undocumented in source.
isNull
bool isNull;
Undocumented in source.

Meta