Class TParameterMap
TParameterMap corresponds to the <parameterMap> element.
TParameterMap holds one or more parameter child elements that map object properties to placeholders in a SQL statement.
A TParameterMap defines an ordered list of values that match up with the placeholders of a parameterized query statement. While the attributes specified by the map still need to be in the correct order, each parameter is named. You can populate the underlying class in any order, and the TParameterMap ensures each value is passed in the correct order.
Parameter Maps can be provided as an external element and inline. The <parameterMap> element accepts two attributes: id (required) and extends (optional).
- TComponent
-
TParameterMap
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/Configuration/TParameterMap.php
public
|
|
public
string
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
unknown
|
#
getPropertyValue(
Get the value of a property from the the parameter object. |
protected
|
#
createTypeHandler(
Create type handler from Type setType() or TypeHandler setTypeHandler. |
protected
mixed
|
|
protected
mixed
|
#
nullifyDefaultValue(
When the actual value matches the NullValue TParameterProperty::setNullValue(), set the current value to null. |
GLOBAL_RAISE_EVENT_LISTENER
|