Qore TableMapper Module Reference  1.2.2
 All Classes Namespaces Functions Variables Groups Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCQore::AbstractIterator [external]
|\CMapper::AbstractMapperIterator [external]
| oCTableMapper::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
\CMapper::Mapper [external]
 oCTableMapper::AbstractSqlStatementOutboundMapperAbstract base for all SQL based outbound mappers
 |oCTableMapper::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