The TokyoTyrantTable class
Introduction
Provides an API to the table databases. A table database can be create using the following command: ttserver -port 1979 /tmp/tt_table.tct. In Tokyo Tyrant the table API is a schemaless database which can store arbitrary amount of key-value pairs under a single primary key.
Class synopsis
TokyoTyrantTable
TokyoTyrantTable
extends
TokyoTyrant
{
/* Methods */
/* Inherited methods */
public void TokyoTyrant::setMaster
( string $host
, int $port
, int $timestamp
[, bool $check_consistency
] )
}Table of Contents
- TokyoTyrantTable::add — Adds a record
- TokyoTyrantTable::genUid — Generate unique id
- TokyoTyrantTable::get — Get a row
- TokyoTyrantTable::getQuery — Get a query object
- TokyoTyrantTable::out — Remove records
- TokyoTyrantTable::put — Store a row
- TokyoTyrantTable::putCat — Concatenates to a row
- TokyoTyrantTable::putKeep — Put a new record
- TokyoTyrantTable::putNr — Puts value
- TokyoTyrantTable::putShl — Concatenates to a record
- TokyoTyrantTable::setIndex — Sets index
TokyoTyrantTable
There are no user contributed notes for this page.
