PHP Интерфейс Pinq\Providers\DSL\Compilation\IQueryCompilation

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект

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

Метод Описание
asCompiled ( ) : Pinq\Providers\DSL\Compilation\ICompiledQuery Returns the query compilation as the final compiled query.
getParameters ( ) : ParameterCollection Gets the parameter collection of the query compilation.

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

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

Returns the query compilation as the final compiled query.
public asCompiled ( ) : Pinq\Providers\DSL\Compilation\ICompiledQuery
Результат Pinq\Providers\DSL\Compilation\ICompiledQuery

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

Gets the parameter collection of the query compilation.
public getParameters ( ) : ParameterCollection
Результат Pinq\Providers\DSL\Compilation\Parameters\ParameterCollection