Overview

Namespaces

  • DSchoenbauer
    • Sql
      • Command
      • Exception
      • Where

Classes

  • ArrayWhere

Interfaces

  • WhereStatementInterface
  • Overview
  • Namespace
  • Class

Interface WhereStatementInterface

Common where interface to ensure all where objects work with the library

Direct known implementers

DSchoenbauer\Sql\Where\ArrayWhere
Namespace: DSchoenbauer\Sql\Where
Author: David Schoenbauer dschoenbauer@gmail.com
Since: v1.0.0
Located at Sql/Where/WhereStatementInterface.php
Methods summary
public
# getStatement( )

returns just the expression of a PDO prepared where statement

returns just the expression of a PDO prepared where statement

i.e. id = :id

public
# getData( )

Data provided to fulfill the requirements of the getStatement function

Data provided to fulfill the requirements of the getStatement function

API documentation generated by ApiGen