Qore DataProvider Module Reference
1.0.2
QoreDateOrNothingDataType.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
namespace
DataProvider
{
34
class
QoreDateOrNothingDataType
:
public
QoreDateDataTypeBase
{
35
36
public
:
38
constructor
(*hash<auto>
options
) ;
39
40
};
41
};
DataProvider::QoreDateOrNothingDataType
describes a data type based on softdate with validation for string parsing and time zone support
Definition:
QoreDateOrNothingDataType.qc.dox.h:34
DataProvider
Qore AbstractDataField class definition.
Definition:
AbstractDataField.qc.dox.h:32
DataProvider::AbstractDataProviderType::options
hash< auto > options
type options
Definition:
AbstractDataProviderType.qc.dox.h:169
DataProvider::QoreDateDataTypeBase
describes a data type based on a date type with validation for string parsing and time zone support
Definition:
QoreDateDataTypeBase.qc.dox.h:37
DataProvider::QoreDateOrNothingDataType::constructor
constructor(*hash< auto > options)
creates the object with the given arguments