Class \Prado\Data\SqlMap\Configuration\TSimpleDynamicParser
TSimpleDynamicParser finds place holders $name$ in the sql text and replaces
it with a TSimpleDynamicParser::DYNAMIC_TOKEN.
Class hierarchy
Author: Wei Zhuo <weizho[at]gmail[dot]com>Since: 3.1
public
|
parse(string $sqlText) : array<string|int, mixed>
Parse the sql text for dynamic place holders of the form $name$.
|
|
public
mixed
|
DYNAMIC_TOKEN
|
'`!`'
|
public
mixed
|
PARAMETER_TOKEN_REGEXP
|
'/\\$([^\\$]+)\\$/'
|