Qore DataProvider Module Reference  1.2.2
QoreSoftBinaryNoNullDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace DataProvider {
29 
30 public:
32  constructor(*hash<auto> options) ;
33 
34 };
35 };
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:98
describes a data type based on softbinary with validation for parsing strings
Definition: QoreSoftBinaryDataType.qc.dox.h:31
describes a data type based on softbinary with validation for parsing strings
Definition: QoreSoftBinaryNoNullDataType.qc.dox.h:28
constructor(*hash< auto > options)
creates the object
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27