Class \Prado\Data\SqlMap\Configuration\TDiscriminator
The TDiscriminator corresponds to the <discriminator> tag within a <resultMap>.
TDiscriminator allows inheritance logic in SqlMap result mappings.
SqlMap compares the data found in the discriminator column to the different
Class hierarchy
Author: Wei Zhuo <weizho[at]gmail[dot]com>Since: 3.1
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
setColumnIndex(int $value) : mixed
The columnIndex attribute value is the index of the column in the
ResultSet from which the value will be used to populate the object property.
|
public
|
|
public
|
setType(mixed $value) : mixed
The type attribute is used to explicitly specify the property type of the
parameter to be set. If the attribute type is not set and the framework
cannot otherwise determine the type, the type is assumed from the default
value of the property.
|
public
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |