Qore DataProvider Module Reference  2.0
QoreSoftBinaryDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace DataProvider {
28 
32 
33 public:
35  constructor(*hash<auto> options) ;
36 
37 };
38 };
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:101
describes a data type based on binary types with validation for parsing strings when used with soft t...
Definition: QoreBinaryDataTypeBase.qc.dox.h:28
describes a data type based on softbinary with validation for parsing strings
Definition: QoreSoftBinaryDataType.qc.dox.h:31
constructor(*hash< auto > options)
creates the object
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27