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