Метод |
Описание |
|
addParameter ( string $parameter ) : void |
Add a parameter to the list. |
|
addParameters ( array $parameters ) : void |
Add parameters to the list. |
|
compile ( ) : void |
Compile the query and the parameters. |
|
convertParameterAggregate ( string $var, array $arguments ) : string |
Convert a parameter using an aggregate function. |
|
getFilterRule ( ) : MetaModels\Filter\Rules\SimpleQuery |
Retrieve the simple query. |
|
getValueFromServiceContainer ( string $valueName, array $arguments ) : mixed |
Retrieve the value with the given name from the service container. |
|
getValueFromSource ( string $source, string $valueName, array $arguments ) : mixed |
Retrieve the value with the given name from the source with the given name. |
|
parseInsertTags ( ) : void |
Replace all insert tags in the query string. |
|
parseInsertTagsInternal ( string $queryString ) : string |
Replace all insert tags in the query string. |
|
parseRequestVars ( ) : void |
Parse a request var insert tag within the SQL. |
|
parseSecureInsertTags ( ) : void |
Replace all secure insert tags. |
|
parseTable ( ) : void |
Replace the table name in the query string. |
|