tokyo_tyrant
PHP Manual

TokyoTyrantQuery クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

このクラスは、テーブルデータベースへの問い合わせに使用します。

クラス概要

TokyoTyrantQuery implements Iterator , Traversable {
/* メソッド */
public mixed addCond ( string $name , int $op , string $expr )
public __construct ( TokyoTyrantTable $table )
public int count ( void )
public array current ( void )
public string hint ( void )
public string key ( void )
public array metaSearch ( array $queries , int $type )
public array next ( void )
public TokyoTyrantQuery out ( void )
public bool rewind ( void )
public array search ( void )
public mixed setLimit ([ int $max [, int $skip ]] )
public mixed setOrder ( string $name , int $type )
public bool valid ( void )
}

目次


tokyo_tyrant
PHP Manual