Qore MewsRestDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
MewsRestDataProviderFactory.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace MewsRestDataProvider {
28class MewsRestDataProviderFactory : public DataProvider::AbstractDataProviderFactory {
29
30public:
31protected:
33 static Class cls = new Class("MewsRestDataProvider");
34
36 const FactoryInfo = ...;
37
38
39public:
40
42
44protected:
45 hash<DataProvider::DataProviderFactoryInfo> getInfoImpl();
46public:
47
48
50
52protected:
53 hash<DataProvider::DataProviderInfo> getProviderInfoImpl();
54public:
55
56
58protected:
59 Qore::Reflection::Class getClassImpl();
60public:
61
62};
63};
The MewsRest data provider factory: mewsrest.
Definition MewsRestDataProviderFactory.qc.dox.h:28
Qore::Reflection::Class getClassImpl()
Returns the class for the data provider object.
hash< DataProvider::DataProviderInfo > getProviderInfoImpl()
Returns static provider information.
static Class cls
Data provider type info.
Definition MewsRestDataProviderFactory.qc.dox.h:33
hash< DataProvider::DataProviderFactoryInfo > getInfoImpl()
Returns static factory information without provider_info.
const FactoryInfo
Factory info.
Definition MewsRestDataProviderFactory.qc.dox.h:36
Qore MewsRestDataProvider module definition.
Definition MewsRestAccountNotesTableDataProvider.qc.dox.h:26