Class ColumnFamily
Representation of a column family in Cassandra.
All data insertions, deletions, or retrievals will go through a ColumnFamily. This may only be used for standard column families; you must use \phpcassa\SuperColumnFamily for super column families.
- phpcassa\AbstractColumnFamily
-
phpcassa\ColumnFamily
public
|
#
add( string $key, mixed $column, integer $value = 1,
Increment or decrement a counter. |
ARRAY_FORMAT,
DEFAULT_BUFFER_SIZE,
DEFAULT_ROW_COUNT,
DICTIONARY_FORMAT,
OBJECT_FORMAT
|
$autopack_keys,
$autopack_names,
$autopack_values,
$buffer_size,
$insert_format,
$read_consistency_level,
$return_format,
$write_consistency_level
|