0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | Static Protected Member Functions | Static Protected Attributes | List of all members
HypertableConnection Class Reference

Copyright (C) 2007-2015 Hypertable, Inc. More...

Static Public Member Functions

static query ($hql)
 
static insert ($table, $row, $column, $value, $timestamp=0)
 
static delete ($table, $row, $column, $timestamp=0)
 
static format_timestamp_ns ($ts)
 
static create_cell_unique ($table, $row, $cf)
 
static close ()
 

Static Protected Member Functions

static initialize ()
 

Static Protected Attributes

static $_client
 
static $_namespace
 

Detailed Description

Copyright (C) 2007-2015 Hypertable, Inc.

This file is part of Hypertable.

Hypertable is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License, or any later version.

Hypertable is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. This class caches our Hypertable handles and offers helper functions to query, insert or delete keys

Definition at line 28 of file HypertableConnection.php.

Member Function Documentation

static HypertableConnection::close ( )
static

Definition at line 79 of file HypertableConnection.php.

static HypertableConnection::create_cell_unique (   $table,
  $row,
  $cf 
)
static

Definition at line 68 of file HypertableConnection.php.

static HypertableConnection::delete (   $table,
  $row,
  $column,
  $timestamp = 0 
)
static

Definition at line 48 of file HypertableConnection.php.

static HypertableConnection::format_timestamp_ns (   $ts)
static

Definition at line 60 of file HypertableConnection.php.

static HypertableConnection::initialize ( )
staticprotected

Definition at line 88 of file HypertableConnection.php.

static HypertableConnection::insert (   $table,
  $row,
  $column,
  $value,
  $timestamp = 0 
)
static

Definition at line 37 of file HypertableConnection.php.

static HypertableConnection::query (   $hql)
static

Definition at line 31 of file HypertableConnection.php.

Member Data Documentation

HypertableConnection::$_client
staticprotected

Definition at line 102 of file HypertableConnection.php.

HypertableConnection::$_namespace
staticprotected

Definition at line 103 of file HypertableConnection.php.


The documentation for this class was generated from the following file: