Overview

Namespaces

  • cli_db
    • propel
      • map
      • om
  • cli_import
  • LoggedPDO
  • None
  • PHP
  • webservices
    • cart
    • combisearch
    • details
      • annotations
        • feature
    • graphs
      • barplot
      • genome
    • listing
    • queue

Classes

  • PDO
  • PDOStatement
  • Overview
  • Namespace
  • Class
  • Tree

Class PDOStatement

extended PDOStatement that logs query, parameters and run time on execution.

PDOStatement implements Traversable
Extended by LoggedPDO\PDOStatement
Namespace: LoggedPDO
See: LoggedPDO\PDO
Located at src/shared/libs/loggedPDO/PDOStatement.php
Methods summary
public
# execute( mixed $bound_input_params = null )

When execute is called record the time it takes and then log the query Parameters will be replaced and logged, but if your query is really weird, this might fail. in this case

When execute is called record the time it takes and then log the query Parameters will be replaced and logged, but if your query is really weird, this might fail. in this case

See

LoggedPDO\PDO::$log_replace_params

Overrides

PDOStatement::execute()
public
# bindParam( mixed $parameter, mixed & $variable, mixed $data_type = PDO::PARAM_STR, mixed $length = null, mixed $driver_options = null )

Overrides

PDOStatement::bindParam()
public
# bindValue( mixed $parameter, mixed $value, mixed $data_type = PDO::PARAM_STR )

Overrides

PDOStatement::bindValue()
Methods inherited from PDOStatement
__sleep(), __wakeup(), bindColumn(), closeCursor(), columnCount(), debugDumpParams(), errorCode(), errorInfo(), fetch(), fetchAll(), fetchColumn(), fetchObject(), getAttribute(), getColumnMeta(), nextRowset(), rowCount(), setAttribute(), setFetchMode()
Properties summary
public mixed $pdo
#

The respective \LoggedPDO\PDO instance that created this statement. Will be set by \LoggedPDO\PDO on creation.

The respective \LoggedPDO\PDO instance that created this statement. Will be set by \LoggedPDO\PDO on creation.

Properties inherited from PDOStatement
$queryString
tbro API documentation generated by ApiGen 2.8.0