flatfile
[ class tree: flatfile ] [ index: flatfile ] [ all elements ]

Element index for package flatfile

[ a ] [ c ] [ d ] [ f ] [ i ] [ l ] [ o ] [ s ] [ t ] [ u ] [ w ]

a

add
in file flatfile.php, method CompositeWhereClause::add()
    Add a WhereClause to the list of clauses to be used for testing
AndWhereClause
in file flatfile.php, class AndWhereClause
    CompositeWhereClause that does an AND on all its child WhereClauses.
ASCENDING
in file flatfile.php, constant ASCENDING
    Indicates ascending order
AUTO_COMPARISON
in file flatfile.php, constant AUTO_COMPARISON
    Used to indicate a comparison should be done using PHPs builtin method for comparisons.
top

c

CompositeWhereClause
in file flatfile.php, class CompositeWhereClause
    Abstract class that combines zero or more WhereClause objects together.
top

d

$datadir
in file flatfile.php, variable Flatfile::$datadir
    The directory to store files in.
deleteAll
in file flatfile.php, method Flatfile::deleteAll()
    Delete all rows in a table
deleteWhere
in file flatfile.php, method Flatfile::deleteWhere()
    Deletes all rows in a table that match specified criteria
DESCENDING
in file flatfile.php, constant DESCENDING
    Indicates descending order
top

f

Flatfile
in file flatfile.php, class Flatfile
    Implements simple but powerful flat file database storage and retrieval
flatfile.php
procedural page flatfile.php
top

i

insert
in file flatfile.php, method Flatfile::insert()
    Inserts a row in a table
insertWithAutoId
in file flatfile.php, method Flatfile::insertWithAutoId()
    Inserts a row with an automatically generated ID
INTEGER_COMPARISON
in file flatfile.php, constant INTEGER_COMPARISON
    Used to indicate a comparison should be done as an integer comparison (vars will be converted to integers before comparing).
top

l

ListWhereClause
in file flatfile.php, method ListWhereClause::ListWhereClause()
    Creates a new ListWhereClause object
ListWhereClause
in file flatfile.php, class ListWhereClause
    WhereClause class to match a value from a list of items
top

o

OrWhereClause
in file flatfile.php, class OrWhereClause
    CompositeWhereClause that does an OR on all its child WhereClauses.
top

s

selectAll
in file flatfile.php, method Flatfile::selectAll()
    Get all rows from a table
selectUnique
in file flatfile.php, method Flatfile::selectUnique()
    Select a row using a unique ID
selectWhere
in file flatfile.php, method Flatfile::selectWhere()
    Selects rows from a table that match the specified criteria
SimpleWhereClause
in file flatfile.php, method SimpleWhereClause::SimpleWhereClause()
    Creates a new WhereClause object that does a comparison of a field and a value.
SimpleWhereClause
in file flatfile.php, class SimpleWhereClause
    Implements a single WHERE clause that does simple comparisons of a field with a value.
STRING_COMPARISON
in file flatfile.php, constant STRING_COMPARISON
    Used to indicate a comparison should be done as a string comparison (vars will be converted to strings before comparing).
top

t

testRow
in file flatfile.php, method WhereClause::testRow()
    Tests a table row object
testRow
in file flatfile.php, method SimpleWhereClause::testRow()
testRow
in file flatfile.php, method OrWhereClause::testRow()
testRow
in file flatfile.php, method ListWhereClause::testRow()
testRow
in file flatfile.php, method AndWhereClause::testRow()
top

u

updateRowById
in file flatfile.php, method Flatfile::updateRowById()
    Updates an existing row using a unique ID
top

w

WhereClause
in file flatfile.php, class WhereClause
    Used to test rows in a database table, like the WHERE clause in an SQL statement.
top

Documentation generated on Mon, 28 Feb 2005 23:04:36 +0000 by phpDocumentor 1.3.0RC3