Qorus Integration Engine® Enterprise Edition 6.1.0_prod
|
this class provides an inbound table mapper iterator based on TableMapper::InboundTableMapperIterator with consistent constructor arguments More...
Public Member Methods | |
constructor (Qore::AbstractIterator input, hash< auto > mapv, *hash< auto > opts) | |
creates the iterator from the arguments passed | |
this class provides an inbound table mapper iterator based on TableMapper::InboundTableMapperIterator with consistent constructor arguments
OMQ::QorusInboundTableMapperIterator::constructor | ( | Qore::AbstractIterator | input, |
hash< auto > | mapv, | ||
*hash< auto > | opts | ||
) |
creates the iterator from the arguments passed
input | input iterator; AbstractIterator::getValue() must return a hash |
mapv | a hash providing field mappings; each hash key is the name of the output column in lower case in the target table; each value is either True (meaning no translations are done; the data is copied 1:1) or a hash describing the mapping; see Mapper Specification Format for detailed documnentation for this option |
opts | an optional hash of options for the mapper; see Mapper Options for a description of valid mapper options; the following additional keys are required for this class:
|