PHP Class Ouzo\Db\WhereClause\ExistsClause

Inheritance: extends WhereClause
Show file Open project: letsdrink/ouzo

Public Methods

Method Description
__construct ( Query $query, $negate = false )
getParameters ( )
isEmpty ( )
toSql ( )

Method Details

__construct() public method

public __construct ( Query $query, $negate = false )
$query Ouzo\Db\Query

getParameters() public method

public getParameters ( )

isEmpty() public method

public isEmpty ( )

toSql() public method

public toSql ( )