Esempio n. 1
0
 /**
  * @return BinaryExpression
  **/
 public static function containHstore($field, Hstore $hstore)
 {
     return new BinaryExpression($field, $hstore->toString(), self::LEFT_CONTAIN);
 }