Ouzo\Db\WhereClause\ArrayWhereClause::toSql PHP Method

toSql() public method

public toSql ( )
    public function toSql()
    {
        $whereKeys = self::_buildWhereKeys($this->where);
        return DialectUtil::joinClauses($whereKeys, $this->operator);
    }