Qore MewsRestDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
MewsRestRestrictionsTableDataProvider.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace MewsRestDataProvider {
29
30public:
32 const ProviderInfo = ...;
33
34
36 const ComparisonFields = ...;
37
38
40 const EqualityListFields = ...;
41
42
44 const EqualityFields = ...;
45
46
48 const TableApiConfig = ...;
49
50
53
55 constructor(*hash<auto> options) ;
56
57
59 constructor(MewsRestClient rest) ;
60
61
63protected:
64 hash<DataProvider::DataProviderInfo> getStaticInfoImpl();
65public:
66
67};
68};
const ConstructorOptions
Constructor options.
Definition MewsRestDataProvider.qc.dox.h:39
The MewsRestRestrictionsTableDataProvider data provider class.
Definition MewsRestRestrictionsTableDataProvider.qc.dox.h:28
const EqualityFields
Fields supporting equality comparisons.
Definition MewsRestRestrictionsTableDataProvider.qc.dox.h:44
const ComparisonFields
Fields supporting >= and <= operators.
Definition MewsRestRestrictionsTableDataProvider.qc.dox.h:36
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const EqualityListFields
Fields supporting list equality comparisons.
Definition MewsRestRestrictionsTableDataProvider.qc.dox.h:40
const ProviderInfo
Provider info.
Definition MewsRestRestrictionsTableDataProvider.qc.dox.h:32
const TableApiConfig
Table API config.
Definition MewsRestRestrictionsTableDataProvider.qc.dox.h:48
constructor(*hash< auto > options)
Creates the object from constructor options.
constructor(MewsRestClient rest)
Creates the object from the arguments.
const ConstructorOptions
Constructor options.
Definition MewsRestRestrictionsTableDataProvider.qc.dox.h:52
The MewsRestTableDataProvider data provider class.
Definition MewsRestTableDataProvider.qc.dox.h:61
Qore MewsRestDataProvider module definition.
Definition MewsRestAccountNotesTableDataProvider.qc.dox.h:26