Overview

Namespaces

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

Classes

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

Class IndexExpression

TBase
Extended by cassandra\IndexExpression
Extended by phpcassa\Index\IndexExpression
Namespace: phpcassa\Index
Package: phpcassa\Index
Located at phpcassa/Index/IndexExpression.php
Methods summary
public
# __construct( mixed $column_name, mixed $value, string $op = "EQ" )

Constructs an IndexExpression to be used in an IndexClause, which can be used with get_indexed_slices().

Constructs an IndexExpression to be used in an IndexClause, which can be used with get_indexed_slices().

Parameters

$column_name
mixed
$column_name the name of the column this expression will apply to; this column may or may not be indexed
$value
mixed
$value the value that will be compared to column values using op
$op
string
$op the operator to apply to column values and the 'value' parameter. Valid options include "EQ", "LT", "LTE", "GT", and "GTE". Defaults to testing for equality.

Overrides

cassandra\IndexExpression::__construct()
Methods inherited from cassandra\IndexExpression
getName(), read(), write()
Properties inherited from cassandra\IndexExpression
$_TSPEC, $column_name, $op, $value
Properties inherited from TBase
$tmethod
phpcassa API documentation generated by ApiGen 2.8.0