Qore TableMapper Module Reference
1.3
|
▼NTableMapper | TableMapper namespace contains all the definitions in the TableMapper module |
CAbstractSqlStatementOutboundMapper | Abstract base for all SQL based outbound mappers |
CInboundIdentityTableMapper | Maps from source to target tables with exactly the same structure |
CInboundTableMapper | Inbound data mapper to a Table target |
CInboundTableMapperIterator | Hash iterator based on a InboundTableMapper object and an iterator input source; for each iteration the iterted row is inserted into the Table target |
CRawSqlStatementOutboundMapper | Outbound data mapper to a raw SQL statement |
CSqlStatementMapperIterator | Hash iterator based on a mapper object and an SQLStatement or SqlUtil select hash |
CSqlStatementOutboundMapper | Outbound data mapper to a Table with SqlUtil select hash as a asource |