Public Member Functions | |
setList ($array) | |
getList () | |
get ($key) | |
set ($key, $value) | |
drop ($key) | |
isExists ($key) | |
toValue ($raw) | |
toString () | |
Static Public Member Functions | |
static | create ($string) |
Create Hstore by raw string. | |
static | make ($array) |
Create Hstore by array. | |
Protected Member Functions | |
quoteValue ($value) | |
Protected Attributes | |
$properties = array() |
Definition at line 15 of file Hstore.class.php.
static Hstore::create | ( | $ | string | ) | [static] |
Hstore::drop | ( | $ | key | ) |
Definition at line 79 of file Hstore.class.php.
Hstore::get | ( | $ | key | ) |
Definition at line 58 of file Hstore.class.php.
References isExists().
Hstore::getList | ( | ) |
Definition at line 53 of file Hstore.class.php.
Hstore::isExists | ( | $ | key | ) |
Definition at line 86 of file Hstore.class.php.
Referenced by get().
static Hstore::make | ( | $ | array | ) | [static] |
Create Hstore by array.
Definition at line 36 of file Hstore.class.php.
Referenced by HstoreExpression::containValueList(), and PrimitiveHstore::exportValue().
Hstore::quoteValue | ( | $ | value | ) | [protected] |
Definition at line 123 of file Hstore.class.php.
Hstore::set | ( | $ | key, | |
$ | value | |||
) |
Definition at line 69 of file Hstore.class.php.
Hstore::setList | ( | $ | array | ) |
Definition at line 46 of file Hstore.class.php.
Hstore::toString | ( | ) |
Implements Stringable.
Definition at line 106 of file Hstore.class.php.
Referenced by HstoreExpression::containHstore().
Hstore::toValue | ( | $ | raw | ) |
Definition at line 94 of file Hstore.class.php.
Hstore::$properties = array() [protected] |
Definition at line 17 of file Hstore.class.php.