Qore TableMapper Module Reference
1.3
|
▼CDataProvider::AbstractDataProcessor [external] | |
▼CMapper::Mapper [external] | |
▼CTableMapper::AbstractSqlStatementOutboundMapper | Abstract base for all SQL based outbound mappers |
CTableMapper::RawSqlStatementOutboundMapper | Outbound data mapper to a raw SQL statement |
CTableMapper::SqlStatementOutboundMapper | Outbound data mapper to a Table with SqlUtil select hash as a asource |
▼CTableMapper::InboundTableMapper | Inbound data mapper to a Table target |
CTableMapper::InboundIdentityTableMapper | Maps from source to target tables with exactly the same structure |
▼CQore::AbstractIterator [external] | |
▼CMapper::AbstractMapperIterator [external] | |
CTableMapper::InboundTableMapperIterator | Hash iterator based on a InboundTableMapper object and an iterator input source; for each iteration the iterted row is inserted into the Table target |
CTableMapper::SqlStatementMapperIterator | Hash iterator based on a mapper object and an SQLStatement or SqlUtil select hash |