![]() |
Qore ElasticSearchDataProvider Module Reference 1.0
|
The ElasticSearch data provider factory: elasticsearch
.
More...
#include <ElasticSearchDataProviderFactory.qc.dox.h>
Protected Member Functions | |
Qore::Reflection::Class | getClassImpl () |
Returns the class for the data provider object. | |
hash< DataProvider::DataProviderFactoryInfo > | getInfoImpl () |
Returns static factory information without provider_info. | |
hash< DataProvider::DataProviderInfo > | getProviderInfoImpl () |
Returns static provider information. | |
Protected Attributes | |
const | FactoryInfo |
Factory info. | |
Static Protected Attributes | |
static Class | cls = new Class("ElasticSearchDataProvider") |
Data provider type info. | |
The ElasticSearch data provider factory: elasticsearch
.
|
protectedvirtual |
Returns static factory information without provider_info.
Implements DataProvider::AbstractDataProviderFactory.
|
protectedvirtual |
Returns static provider information.
name
and children
attributes are not returned as they are dynamic attributes Implements DataProvider::AbstractDataProviderFactory.