Qore MewsRestDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
MewsRestCountriesTableDataProvider.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace MewsRestDataProvider {
29
30public:
32 const ProviderInfo = ...;
33
34
36 const TableApiConfig = ...;
37
38
41
43 constructor(*hash<auto> options) ;
44
45
47 constructor(MewsRestClient rest) ;
48
49
51protected:
52 hash<DataProvider::DataProviderInfo> getStaticInfoImpl();
53public:
54
55};
56};
The MewsRestCountriesTableDataProvider data provider class.
Definition MewsRestCountriesTableDataProvider.qc.dox.h:28
const TableApiConfig
Table API config.
Definition MewsRestCountriesTableDataProvider.qc.dox.h:36
const ConstructorOptions
Constructor options.
Definition MewsRestCountriesTableDataProvider.qc.dox.h:40
constructor(MewsRestClient rest)
Creates the object from the arguments.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ProviderInfo
Provider info.
Definition MewsRestCountriesTableDataProvider.qc.dox.h:32
constructor(*hash< auto > options)
Creates the object from constructor options.
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