Class \Prado\Data\SqlMap\Configuration\TResultMap
A TResultMap lets you control how data is extracted from the result of a query, and how the columns are mapped to object properties. A TResultMap can describe the column type, a null value replacement, and complex property mappings including Collections.
The <resultMap> can contain any number of property mappings that map object properties to the columns of a result element. The property mappings are applied, and the columns are read, in the order that they are defined. Maintaining the element order ensures consistent results between different drivers and providers.
The \Prado\Data\SqlMap\Configuration\Class property must be a PHP class object or array instance.
The optional \Prado\Data\SqlMap\Configuration\Extends attribute can be set to the ID of another <resultMap> upon which to base this <resultMap>. All properties of the "parent" <resultMap> will be included as part of this <resultMap>, and values from the "parent" <resultMap> are set before any values specified by this <resultMap>.
Class hierarchy
Author: Wei Zhuo <weizho[at]gmail[dot]com>Since: 3.1
public
|
|
public
|
|
public
|
createInstanceOfResult(TSqlMapTypeHandlerRegistry $registry) : mixed
Create a new instance of the class of this result map.
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
resolveSubMap(TSqlMapTypeHandlerRegistry $registry, array<string|int, mixed> $row) : TResultMap
Result sub-mappings using the discriminiator column.
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |