Qore DataProvider Module Reference 3.0
Loading...
Searching...
No Matches
QoreSignedByteDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace DataProvider {
29
30public:
32 const Options = ...;
33
34
36 constructor(*hash<auto> opts) ;
37
38
40 string getName();
41
42
44
50
51};
52};
describes a data type
Definition AbstractDataProviderType.qc.dox.h:139
describes a data type based on int types with validation for parsing strings when used with soft type...
Definition QoreIntDataTypeBase.qc.dox.h:28
Signed byte data type for ints with values from -127 - 128.
Definition QoreSignedByteDataType.qc.dox.h:28
string getName()
returns the type name
const Options
Int type options.
Definition QoreSignedByteDataType.qc.dox.h:32
constructor(*hash< auto > opts)
Creates the object.
AbstractDataProviderType getSoftType()
Returns a "soft" type equivalent to the current type.
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27