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

toSql() abstract public method

abstract public toSql ( )
    public abstract function toSql();

Usage Example

Ejemplo n.º 1
0
 public static function buildWhereQueryPart(WhereClause $whereClause)
 {
     return $whereClause->toSql();
 }