![]() |
Qore DataProvider Module Reference 3.0
|
The null data provider factory. More...
#include <NullDataProviderFactory.qc.dox.h>
Private Member Methods | |
Class | getClassImpl () |
Returns the class for the data provider object. | |
hash< DataProviderFactoryInfo > | getInfoImpl () |
Returns static factory information without provider_info. | |
hash< DataProviderInfo > | getProviderInfoImpl () |
Returns static provider information. | |
![]() | |
error (string err, string fmt,...) | |
thrown an exception | |
abstract Class | getClassImpl () |
Returns the class for the data provider object. | |
list< hash< auto > > | getExampleProviderRecordOutputImpl (InputStream example, *hash< auto > constructor_options) |
Returns information about a data provider constructor given the example data as an argument. | |
abstract hash< DataProviderFactoryInfo > | getInfoImpl () |
Returns static factory information without provider_info. | |
string | getNameImpl () |
Returns the name of the data provider factory. | |
AbstractDataProvider | getProviderFromExampleImpl (InputStream example, *hash< auto > constructor_options) |
Returns a data provider given the example data and constructor options as arguments. | |
abstract hash< DataProviderInfo > | getProviderInfoImpl () |
Returns static provider information. | |
Private Attributes | |
const | FactoryInfo = ... |
Factory info. | |
Static Private Attributes | |
static Class | cls = new Class("NullDataProvider") |
Data provider type info. | |
Additional Inherited Members | |
![]() | |
AbstractDataProvider | create (*hash< auto > options) |
Creates an object from the given constructor options. | |
AbstractDataProvider | createWithTemplate (*hash< auto > template_options, *hash< auto > options) |
Creates an object from the given constructor options. | |
Class | getClass () |
Returns the class for the data provider object. | |
list< hash< auto > > | getExampleProviderRecordOutput (data example, *hash< auto > constructor_options) |
Returns information about a data provider constructor given the example data as an argument. | |
list< hash< auto > > | getExampleProviderRecordOutput (InputStream example, *hash< auto > constructor_options) |
Returns information about a data provider constructor given the example data as an argument. | |
hash< DataProviderFactoryInfo > | getInfo () |
Returns static factory information. | |
hash< auto > | getInfoAsData (*bool with_type_info) |
Returns static provider information as data; no objects are returned. | |
string | getName () |
Returns the name of the data provider factory. | |
AbstractDataProvider | getProviderFromExample (data example, *hash< auto > constructor_options) |
Returns a data provider given the example data and constructor options as arguments. | |
AbstractDataProvider | getProviderFromExample (InputStream example, *hash< auto > constructor_options) |
Returns a data provider given the example data and constructor options as arguments. | |
hash< DataProviderInfo > | getProviderInfo () |
Returns static provider information. | |
The null data provider factory.
|
private |
Returns static factory information without provider_info.