Qore TableMapper Module Reference  1.3
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 12]
 NTableMapperTableMapper namespace contains all the definitions in the TableMapper module
 CAbstractSqlStatementOutboundMapperAbstract base for all SQL based outbound mappers
 CInboundIdentityTableMapperMaps from source to target tables with exactly the same structure
 CInboundTableMapperInbound data mapper to a Table target
 CInboundTableMapperIteratorHash iterator based on a InboundTableMapper object and an iterator input source; for each iteration the iterted row is inserted into the Table target
 CRawSqlStatementOutboundMapperOutbound data mapper to a raw SQL statement
 CSqlStatementMapperIteratorHash iterator based on a mapper object and an SQLStatement or SqlUtil select hash
 CSqlStatementOutboundMapperOutbound data mapper to a Table with SqlUtil select hash as a asource