Previous Page
__destruct()

Solar_Sql_Adapter_Pgsql
_addProfile()

Next Page
_bind()

_addProfile()

protected void _addProfile ( int $time, string $stmt, array $data default NULL )

Adds an element to the profile array.

Inherited from Solar_Sql_Adapter.

Parameters

  • (int) $time: The microtime when the profile element started.
  • (string) $stmt: The SQL statement being profiled.
  • (array) $data: Any data bound into the statement.

Returns

  • (void)

Description

Adds an element to the profile array.