Overview

Namespaces

  • cassandra
  • None
  • PHP
  • phpcassa
    • Batch
    • Connection
    • Index
    • Iterator
    • Schema
      • DataType
    • Util
    • UUID

Classes

  • IndexClause
  • IndexExpression
  • Overview
  • Namespace
  • Class
  • Tree

Class IndexClause

TBase
Extended by cassandra\IndexClause
Extended by phpcassa\Index\IndexClause
Namespace: phpcassa\Index
Package: phpcassa\Index
Located at phpcassa/Index/IndexClause.php
Methods summary
public
# __construct( phpcassa\Index\IndexExpression[] $expr_list, mixed $start_key = '', integer $count = phpcassa\Index\ColumnFamily::DEFAULT_ROW_COUNT )

Constructs an index clause for use with get_indexed_slices().

Constructs an index clause for use with get_indexed_slices().

Parameters

$expr_list
phpcassa\Index\IndexExpression[]
$expr_list the list of expressions to match; at least one of these must be on an indexed column
$start_key
mixed
$start_key the key to begin searching from
$count
integer
$count the number of results to return

Overrides

cassandra\IndexClause::__construct()
Methods inherited from cassandra\IndexClause
getName(), read(), write()
Properties inherited from cassandra\IndexClause
$_TSPEC, $count, $expressions, $start_key
Properties inherited from TBase
$tmethod
phpcassa API documentation generated by ApiGen 2.8.0