PHP Interface Pinq\Providers\DSL\Compilation\IQueryCompilation

Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
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.

Method Details

asCompiled() public method

Returns the query compilation as the final compiled query.
public asCompiled ( ) : Pinq\Providers\DSL\Compilation\ICompiledQuery
return Pinq\Providers\DSL\Compilation\ICompiledQuery

getParameters() public method

Gets the parameter collection of the query compilation.
public getParameters ( ) : ParameterCollection
return Pinq\Providers\DSL\Compilation\Parameters\ParameterCollection