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

  • DeleteRow
  • DescribeTable
  • FetchRow
  • Query
  • StoreRows

Traits

  • KeyTrait
  • RowsTrait
  • TableTrait

Class StoreRows

Basho\Riak\Command\Builder
Extended by Basho\Riak\Command\Builder\TimeSeries\StoreRows implements Basho\Riak\Command\BuilderInterface uses Basho\Riak\Command\Builder\TimeSeries\TableTrait, Basho\Riak\Command\Builder\TimeSeries\RowsTrait
Namespace: Basho\Riak\Command\Builder\TimeSeries
Author: Christopher Mancini
Located at Riak/Command/Builder/TimeSeries/StoreRows.php

Methods summary

public Basho\Riak\Command\TimeSeries\Store
# build( )

Command build

Command build

Returns

Basho\Riak\Command\TimeSeries\Store

Implementation of

Basho\Riak\Command\BuilderInterface::build()
public boolean
# validate( )

Validate command

Validate command

Returns

boolean

Throws

Builder\Exception

Overrides

Basho\Riak\Command\Builder::validate

Methods inherited from Basho\Riak\Command\Builder

__construct(), getConnection(), getParameters(), getVerbose(), required(), withParameter(), withParameters(), withVerboseMode()

Methods used from Basho\Riak\Command\Builder\TimeSeries\TableTrait

getTable(), inTable()

Methods used from Basho\Riak\Command\Builder\TimeSeries\RowsTrait

getRows(), withRow(), withRows()

Constants summary

Constants inherited from Basho\Riak\Command\BuilderInterface

COMMAND

Properties summary

Properties inherited from Basho\Riak\Command\Builder

$headers, $parameters, $riak, $verbose

Properties used from Basho\Riak\Command\Builder\TimeSeries\TableTrait

$table

Properties used from Basho\Riak\Command\Builder\TimeSeries\RowsTrait

$rows

Official Riak Client for PHP API documentation generated by ApiGen