Qore MewsRestDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
MewsRestAgeCategoriesTableDataProvider.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 TableApiConfig = ...;
45
46
49
51 constructor(*hash<auto> options) ;
52
53
55 constructor(MewsRestClient rest) ;
56
57
59protected:
60 hash<DataProvider::DataProviderInfo> getStaticInfoImpl();
61public:
62
63};
64};
The MewsRestAgeCategoriesTableDataProvider data provider class.
Definition MewsRestAgeCategoriesTableDataProvider.qc.dox.h:28
const ConstructorOptions
Constructor options.
Definition MewsRestAgeCategoriesTableDataProvider.qc.dox.h:48
constructor(*hash< auto > options)
Creates the object from constructor options.
constructor(MewsRestClient rest)
Creates the object from the arguments.
const ProviderInfo
Provider info.
Definition MewsRestAgeCategoriesTableDataProvider.qc.dox.h:32
const EqualityListFields
Fields supporting list equality comparisons.
Definition MewsRestAgeCategoriesTableDataProvider.qc.dox.h:40
const TableApiConfig
Table API config.
Definition MewsRestAgeCategoriesTableDataProvider.qc.dox.h:44
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ComparisonFields
Fields supporting >= and <= operators.
Definition MewsRestAgeCategoriesTableDataProvider.qc.dox.h:36
const ConstructorOptions
Constructor options.
Definition MewsRestDataProvider.qc.dox.h:39
The MewsRestTableDataProvider data provider class.
Definition MewsRestTableDataProvider.qc.dox.h:61
Qore MewsRestDataProvider module definition.
Definition MewsRestAccountNotesTableDataProvider.qc.dox.h:26