Qore TableMapper Module Reference  1.3
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CDataProvider::AbstractDataProcessor [external]
 CMapper::Mapper [external]
 CTableMapper::AbstractSqlStatementOutboundMapperAbstract base for all SQL based outbound mappers
 CTableMapper::RawSqlStatementOutboundMapperOutbound data mapper to a raw SQL statement
 CTableMapper::SqlStatementOutboundMapperOutbound data mapper to a Table with SqlUtil select hash as a asource
 CTableMapper::InboundTableMapperInbound data mapper to a Table target
 CTableMapper::InboundIdentityTableMapperMaps from source to target tables with exactly the same structure
 CQore::AbstractIterator [external]
 CMapper::AbstractMapperIterator [external]
 CTableMapper::InboundTableMapperIteratorHash iterator based on a InboundTableMapper object and an iterator input source; for each iteration the iterted row is inserted into the Table target
 CTableMapper::SqlStatementMapperIteratorHash iterator based on a mapper object and an SQLStatement or SqlUtil select hash