Qore DataProvider Module Reference  2.2
QoreSoftDateDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 
29 namespace DataProvider {
32 
33 public:
35  constructor(*hash<auto> options, *hash<auto> tags) ;
36 
37 };
38 };
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:121
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:118
describes a data type based on a date type with validation for string parsing and time zone support
Definition: QoreDateDataTypeBase.qc.dox.h:31
describes a data type based on softdate with validation for string parsing and time zone support
Definition: QoreSoftDateDataType.qc.dox.h:31
constructor(*hash< auto > options, *hash< auto > tags)
creates the object with the given arguments
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27