PHP Класс Prado\Data\SqlMap\Configuration\TInlineParameterMapParser

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.
С версии: 3.1
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
parse ( $sqlText, $scope ) : array Parse the sql text for inline parameters.

Защищенные методы

Метод Описание
parseMapping ( $token, $scope ) Parse inline parameter with syntax as #propertyName,type=string,dbype=Varchar,nullValue=N/A,handler=string#

Описание методов

parse() публичный Метод

Parse the sql text for inline parameters.
public parse ( $sqlText, $scope ) : array
Результат array 'sql' and 'parameters' name value pairs.

parseMapping() защищенный Метод

Parse inline parameter with syntax as #propertyName,type=string,dbype=Varchar,nullValue=N/A,handler=string#
protected parseMapping ( $token, $scope )