describes a data type
Definition AbstractDataProviderType.qc.dox.h:139
*hash< auto > tags
type tags
Definition AbstractDataProviderType.qc.dox.h:155
hash< auto > options
type options
Definition AbstractDataProviderType.qc.dox.h:152
A type that converts dates to UNIX timestamps in milliseconds.
Definition UnixTimestampMsType.qc.dox.h:30
constructor(*hash< auto > options, *hash< auto > tags)
creates the field from the argument
string getDisplayName()
Returns the type's display name.
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
string getDesc()
Returns the description.
AbstractDataProviderType getOrNothingType()
Returns an "or nothing" type equivalent to the current type.
string getName()
Returns the type name.
string getShortDescription()
Returns the type's short description.
A type that converts dates to UNIX timestamps in seconds.
Definition UnixTimestampType.qc.dox.h:30
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27
const UnixTimestampMsType
A type that converts dates to UNIX timestamps in milliseconds.
Definition UnixTimestampMsType.qc.dox.h:27