PHP Class Ouzo\Db\WhereClause\ArrayWhereClause

Inheritance: extends WhereClause
Afficher le fichier Open project: letsdrink/ouzo

Méthodes publiques

Méthode Description
__construct ( $where, $operator = 'AND' )
getParameters ( )
isEmpty ( )
isNeverSatisfied ( )
toSql ( )

Private Methods

Méthode Description
_buildWhereKey ( $column, $value )
_buildWhereKeyIn ( $column, array $array )
_buildWhereKeys ( $params )

Method Details

__construct() public méthode

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

getParameters() public méthode

public getParameters ( )

isEmpty() public méthode

public isEmpty ( )

isNeverSatisfied() public méthode

public isNeverSatisfied ( )

toSql() public méthode

public toSql ( )