Qore DataProvider Module Reference 3.0
Loading...
Searching...
No Matches
DataProvider::DataFieldInfo hashdecl Reference

describes a data type More...

#include <AbstractDataField.qc.dox.h>

Public Attributes

*list< hash< AllowedValueInfo > > allowed_values
 for enum fields; allowed values
 
*hash< auto > attr
 User-defined attributes set on the field.
 
auto default_value
 the default value for the field
 
*string desc
 the description of the field, if available, with markdown formatting
 
string display_name
 The display name of the field.
 
auto example_value
 Any example value for the field.
 
string name
 the name of the field
 
*string short_desc
 The short description of the field in plain text.
 
hash< DataTypeInfotype
 type info
 

Detailed Description

describes a data type