Element index for package flatfile
[ a ]
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ j ]
[ l ]
[ n ]
[ o ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
top
top
d
- $datadir
- in file flatfile.php, variable Flatfile::$datadir
The directory to store files in.
- DATE_COL
- in file flatfile_utils.php, constant DATE_COL
Constant to indicating a column holding unix timestamps
- DEFAULT_COMPARISON
- in file flatfile.php, constant DEFAULT_COMPARISON
Used to indicate the default comparison should be done, which is STRING_COMPARISON in the absence of a schema, or whatever the schema specifies if one has been added
- 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, method Flatfile::Flatfile()
- Flatfile
- in file flatfile.php, class Flatfile
Provides simple but powerful flatfile database storage and retrieval
- flatfile.php
- procedural page flatfile.php
- flatfile_utils.php
- procedural page flatfile_utils.php
- FLOAT_COL
- in file flatfile_utils.php, constant FLOAT_COL
Constant to indicating a column holding floating point numbers
top
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 integers, 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
- INT_COL
- in file flatfile_utils.php, constant INT_COL
Constant to indicating a column holding integers
top
j
- JoinColumn
- in file flatfile_utils.php, method JoinColumn::JoinColumn()
- JoinColumn
- in file flatfile_utils.php, class JoinColumn
EXPERIMENTAL: Represent a column that is a foreign key. Used for temporarily building tables array
top
top
n
- NotWhere
- in file flatfile.php, method NotWhere::NotWhere()
Contructs a new NotWhere object
- NotWhere
- in file flatfile.php, class NotWhere
Negates a where clause
- 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 a numeric (float) comparison
top
top
r
- resolveJoins
- in file flatfile_utils.php, method TableUtils::resolveJoins()
Finds JoinColumns in an array of tables, and adds 'type' fields by looking up the columns
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_COL
- in file flatfile_utils.php, constant STRING_COL
Constant to indicating a column holding strings
- STRING_COMPARISON
- in file flatfile.php, constant STRING_COMPARISON
Used to indicate a comparison should be done as a string comparison
top
top
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
|
|