Static Public Member Functions | |
static | containKey ($field, $key) |
static | getValueByKey ($field, $key) |
static | containValue ($field, $key, $value) |
static | concat ($field, $value) |
static | containHstore ($field, Hstore $hstore) |
static | containValueList ($field, array $list) |
Public Attributes | |
const | CONTAIN = '?' |
const | GET_VALUE = '->' |
const | LEFT_CONTAIN = '@>' |
const | CONCAT = '||' |
Definition at line 16 of file HstoreExpression.class.php.
static HstoreExpression::concat | ( | $ | field, | |
$ | value | |||
) | [static] |
Definition at line 50 of file HstoreExpression.class.php.
static HstoreExpression::containHstore | ( | $ | field, | |
Hstore $ | hstore | |||
) | [static] |
Definition at line 58 of file HstoreExpression.class.php.
References Hstore::toString().
Referenced by containValueList().
static HstoreExpression::containKey | ( | $ | field, | |
$ | key | |||
) | [static] |
Definition at line 26 of file HstoreExpression.class.php.
static HstoreExpression::containValue | ( | $ | field, | |
$ | key, | |||
$ | value | |||
) | [static] |
Definition at line 42 of file HstoreExpression.class.php.
static HstoreExpression::containValueList | ( | $ | field, | |
array $ | list | |||
) | [static] |
Definition at line 63 of file HstoreExpression.class.php.
References containHstore(), and Hstore::make().
static HstoreExpression::getValueByKey | ( | $ | field, | |
$ | key | |||
) | [static] |
Definition at line 34 of file HstoreExpression.class.php.
const HstoreExpression::CONCAT = '||' |
Definition at line 21 of file HstoreExpression.class.php.
const HstoreExpression::CONTAIN = '?' |
Definition at line 18 of file HstoreExpression.class.php.
const HstoreExpression::GET_VALUE = '->' |
Definition at line 19 of file HstoreExpression.class.php.
const HstoreExpression::LEFT_CONTAIN = '@>' |
Definition at line 20 of file HstoreExpression.class.php.