PHP Class Ouzo\Db\WhereClause\ArrayWhereClause

Inheritance: extends WhereClause
Datei anzeigen Open project: letsdrink/ouzo

Public Methods

Method Description
__construct ( $where, $operator = 'AND' )
getParameters ( )
isEmpty ( )
isNeverSatisfied ( )
toSql ( )

Private Methods

Method Description
_buildWhereKey ( $column, $value )
_buildWhereKeyIn ( $column, array $array )
_buildWhereKeys ( $params )

Method Details

__construct() public method

public __construct ( $where, $operator = 'AND' )

getParameters() public method

public getParameters ( )

isEmpty() public method

public isEmpty ( )

isNeverSatisfied() public method

public isNeverSatisfied ( )

toSql() public method

public toSql ( )