Class TInlineParameterMapParser
TInlineParameterMapParser class.
The inline parameter map syntax lets you embed the property name, the property type, the column type, and a null value replacement into a parametrized SQL statement.
Package: System\Data\SqlMap\Configuration
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/TInlineParameterMapParser.php
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/TInlineParameterMapParser.php
public
array
|
|
protected
|
#
parseMapping( string $token, array $scope )
Parse inline parameter with syntax as #propertyName,type=string,dbype=Varchar,nullValue=N/A,handler=string# |
string |
PARAMETER_TOKEN_REGEXP |
'/#([^#]+)#/' |
#
Regular expression for parsing inline parameter maps. |