Qore CdsRestDataProvider Module Reference  1.0.0
CdsRestDataProviderFactory.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
25 // minimum required Qore version
26 // assume local scope for variables, do not use "$" signs
27 // require type definitions everywhere
28 // strict argument handling
29 // enable all warnings
30 
32 namespace CdsRestDataProvider {
34 class CdsRestDataProviderFactory : public DataProvider::AbstractDataProviderFactory {
35 
36 public:
37 protected:
38  static Class cls = new Class("CdsRestDataProvider");
39 
40 public:
41 
43  string getName();
44 
45 
47 
49  hash<DataProvider::DataProviderInfo> getInfo();
50 
51 
53  Class getClass();
54 
55 };
56 };
hash< DataProvider::DataProviderInfo > getInfo()
Returns static provider information.
The CdsRest data provider factory.
Definition: CdsRestDataProviderFactory.qc.dox.h:34
Class getClass()
Returns the class for the data provider object.
Qore CdsRestDataProvider module definition.
Definition: CdsEntityDataProvider.qc.dox.h:26
string getName()
Returns the name of the data provider factory.