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

Element index for package flatfile

[ a ] [ c ] [ d ] [ f ] [ i ] [ l ] [ n ] [ 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, method AndWhereClause::AndWhereClause()
    Creates a new AndWhereClause
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
top

c

$clauses
in file flatfile.php, variable CompositeWhereClause::$clauses
$compareAs
in file flatfile.php, variable OrderBy::$compareAs
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

$field
in file flatfile.php, variable OrderBy::$field
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
intcmp
in file flatfile.php, function intcmp()
    equivalent of strcmp for comparing integer, used internally for sorting and comparing
INTEGER_COMPARISON
in file flatfile.php, constant INTEGER_COMPARISON
    Used to indicate a comparison should be done as an integer comparison
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

n

numcmp
in file flatfile.php, function numcmp()
    equivalent of strcmp for comparing floats, used internally for sorting and comparing
NUMERIC_COMPARISON
in file flatfile.php, constant NUMERIC_COMPARISON
    Used to indicate a comparison should be done as an numeric (float) comparison
top

o

$orderType
in file flatfile.php, variable OrderBy::$orderType
OrderBy
in file flatfile.php, class OrderBy
    Stores information about an ORDER BY clause
OrderBy
in file flatfile.php, method OrderBy::OrderBy()
    Creates a new OrderBy structure
OrWhereClause
in file flatfile.php, method OrWhereClause::OrWhereClause()
    Creates a new OrWhereClause
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
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
updateSetWhere
in file flatfile.php, method Flatfile::updateSetWhere()
    Updates fields in a table for rows that match the provided criteria
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, 7 Mar 2005 23:20:07 +0000 by phpDocumentor 1.3.0RC3