Qore DataProvider Module Reference  1.2.1
QoreDateDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
25 // assume local scope for variables, do not use "$" signs
26 // require type definitions everywhere
28 // enable all warnings
29 
30 
32 
35 namespace DataProvider {
38 
39 public:
41  constructor(*hash<auto> options) ;
42 
43 };
44 };
describes a data type based on a date type with validation for string parsing and time zone support ...
Definition: QoreDateDataTypeBase.qc.dox.h:37
describes a data type based on date with output time zone support
Definition: QoreDateDataType.qc.dox.h:37
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:98
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27