Qore TableMapper Module Reference  1.1
 All Classes Namespaces Functions Variables Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNQore
\NTableMapperTableMapper namespace contains all the definitions in the TableMapper module
 oCAbstractSqlStatementOutboundMapperAbstract base for all SQL based outbound mappers
 oCInboundIdentityTableMapperMaps from source to target tables with exactly the same structure
 oCInboundTableMapperInbound data mapper to a Table target
 oCInboundTableMapperIteratorHash iterator based on a InboundTableMapper object and an iterator input source; for each iteration the iterted row is inserted into the Table target
 oCRawSqlStatementOutboundMapperOutbound data mapper to a raw SQL statement
 oCSqlStatementMapperIteratorHash 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