33 static Class
cls =
new Class(
"SaxDataProvider");
The read-only CSV data provider factory.
Definition SaxDataProviderFacory.qc.dox.h:28
hash< DataProviderInfo > getProviderInfoImpl()
Returns static provider information.
static Class cls
Data provider type info.
Definition SaxDataProviderFacory.qc.dox.h:33
const FactoryInfo
Factory info.
Definition SaxDataProviderFacory.qc.dox.h:36
hash< DataProviderFactoryInfo > getInfoImpl()
Returns static factory information without provider_info.
AbstractDataProvider getProviderFromExampleImpl(InputStream example, *hash< auto > constructor_options)
Returns a data provider given the example data and constructor options as arguments.
list< hash< auto > > getExampleProviderRecordOutputImpl(InputStream example, *hash< auto > constructor_options)
Returns information about a data provider constructor given the example data as an argument.
Class getClassImpl()
Returns the class for the data provider object.
The main namespace for the SaxDataProvider module.
Definition SaxDataProvider.qc.dox.h:26