PHP Doku:: The TokyoTyrantQuery class - class.tokyotyrantquery.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The TokyoTyrantQuery class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Datenbankerweiterungen
≥
Anbieterspezifische Datenbankerweiterungen
≥
tokyo_tyrant
≥
The TokyoTyrantQuery class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
tokyo_tyrant
<<
TokyoTyrantTable::setIndex
TokyoTyrantQuery::addCond
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Datenbankerweiterungen
∧
Anbieterspezifische Datenbankerweiterungen
∧
tokyo_tyrant
The TokyoTyrant class
The TokyoTyrantQuery class
The TokyoTyrantTable class
Einführung
Vordefinierte Konstanten
Beispiele
Installation/Konfiguration
UnterSeiten:
∨
TokyoTyrantQuery::addCond
∨
TokyoTyrantQuery::count
∨
TokyoTyrantQuery::current
∨
TokyoTyrantQuery::hint
∨
TokyoTyrantQuery::key
∨
TokyoTyrantQuery::metaSearch
∨
TokyoTyrantQuery::next
∨
TokyoTyrantQuery::out
∨
TokyoTyrantQuery::rewind
∨
TokyoTyrantQuery::search
∨
TokyoTyrantQuery::setLimit
∨
TokyoTyrantQuery::setOrder
∨
TokyoTyrantQuery::valid
∨
TokyoTyrantQuery::__construct
The TokyoTyrantQuery class
Einführung
This class is used to query the table databases
Klassenbeschreibung
TokyoTyrantQuery
implements
Iterator
,
Traversable
{
/* Methoden */
public
mixed
addCond
(
string
$name
,
int
$op
,
string
$expr
)
__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
)
}
Inhaltsverzeichnis
TokyoTyrantQuery::addCond
— Adds a condition to the query
TokyoTyrantQuery::__construct
— Construct a new query
TokyoTyrantQuery::count
— Counts records
TokyoTyrantQuery::current
— Returns the current element
TokyoTyrantQuery::hint
— Get the hint string of the query
TokyoTyrantQuery::key
— Returns the current key
TokyoTyrantQuery::metaSearch
— Retrieve records with multiple queries
TokyoTyrantQuery::next
— Moves the iterator to next entry
TokyoTyrantQuery::out
— Removes records based on query
TokyoTyrantQuery::rewind
— Rewinds the iterator
TokyoTyrantQuery::search
— Searches records
TokyoTyrantQuery::setLimit
— Limit results
TokyoTyrantQuery::setOrder
— Orders results
TokyoTyrantQuery::valid
— Checks the validity of current item
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...