Official Riak Client for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • Basho
    • Riak
      • Api
        • Http
          • Translator
      • Command
        • Bucket
        • Builder
          • MapReduce
          • Search
          • TimeSeries
        • DataType
          • Counter
          • Map
          • Set
        • Indexes
        • MapReduce
        • Object
        • Search
          • Index
          • Schema
        • Stats
        • TimeSeries
          • Query
      • DataType
      • Node
        • Builder
      • Search
      • TimeSeries

Classes

  • Query
  • Response

Class Query

Riak 2i query information.

Basho\Riak\Command
Extended by Basho\Riak\Command\Indexes\Query implements Basho\Riak\CommandInterface
Namespace: Basho\Riak\Command\Indexes
Author: Alex Moore
Located at Riak/Command/Indexes/Query.php

Methods summary

public
# __construct( Basho\Riak\Command\Builder\QueryIndex $builder )

Overrides

Basho\Riak\Command::__construct
public
# getIndexName( )
public
# getMatchValue( )
public
# getLowerBound( )
public
# getUpperBound( )
public
# isMatchQuery( )
public
# isRangeQuery( )
public boolean
# hasParameters( )

Command has parameters?

Command has parameters?

Returns

boolean

Overrides

Basho\Riak\Command::hasParameters

Implementation of

Basho\Riak\CommandInterface::hasParameters()
public Basho\Riak\Command\Indexes\Response
# execute( )

Returns

Basho\Riak\Command\Indexes\Response

Overrides

Basho\Riak\Command::execute

Implementation of

Basho\Riak\CommandInterface::execute()
public
# getData( )

Implementation of

Basho\Riak\CommandInterface::getData()
public
# getEncodedData( )

Implementation of

Basho\Riak\CommandInterface::getEncodedData()

Methods inherited from Basho\Riak\Command

getBucket(), getLocation(), getMethod(), getObject(), getParameter(), getParameters(), getRequest(), getResponse(), isVerbose()

Properties summary

protected string $indexName
# NULL
protected $match
# NULL
protected $lowerBound
# NULL
protected $upperBound
# NULL
protected boolean $isMatchQuery
# false
protected boolean $isRangeQuery
# false
protected Basho\Riak\Command\Indexes\Response|null $response
# NULL

Properties inherited from Basho\Riak\Command

$bucket, $method, $parameters, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen