Db\Profiler\Item

Class Phalcon\Db\Profiler\Item

This class identifies each profile in a Phalcon\Db\Profiler

Methods

public setSQLStatement (string $sqlStatement)

Sets the SQL statement related to the profile

public string getSQLStatement ()

Returns the SQL statement related to the profile

public setSQLVariables (unknown $sqlVariables)

Sets the SQL variables related to the profile

public array getSQLVariables ()

Returns the SQL variables related to the profile

public setSQLBindTypes (unknown