Method |
Description |
|
addSubMap ( $subMap ) |
|
|
getColumn ( ) : string |
|
|
getColumnIndex ( ) : integer |
|
|
getMapping ( ) : TResultProperty |
|
|
getNullValue ( ) : mixed |
|
|
getSubMap ( $value ) : TResultMap |
|
|
getType ( ) |
|
|
getTypeHandler ( ) : string |
|
|
initMapping ( $resultMap ) |
Copies the discriminator properties to a new TResultProperty. |
|
initialize ( $manager ) |
Set the result maps for particular sub-mapping values. |
|
setColumn ( $value ) |
|
|
setColumnIndex ( $value ) |
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. |
|
setNullValue ( $value ) |
|
|
setType ( $value ) : string |
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. |
|
setTypeHandler ( $value ) |
|
|