Qore DataProvider Module Reference  1.2.1
NullDataProviderFactory.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
25 namespace DataProvider {
29 
30 public:
31 protected:
32  static Class cls = new Class("NullDataProvider");
33 
34 public:
35 
37  string getName();
38 
39 
41  hash<DataProviderInfo> getInfo();
42 
43 
45  Class getClass();
46 
47 };
48 };
hash< DataProviderInfo > getInfo()
Returns static provider information.
Class getClass()
Returns the class for the data provider object.
string getName()
Returns the name of the data provider factory.
Data provider factory class.
Definition: AbstractDataProviderFactory.qc.dox.h:28
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27
The null data provider factory.
Definition: NullDataProviderFactory.qc.dox.h:28