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

Element index for package DatabaseIterator

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

__construct
in file database_iterator.class.php, method TableIterator::__construct()
    Constructor
__construct
in file database_iterator.class.php, method ColumnIterator::__construct()
    Constructor
__construct
in file database_iterator.class.php, method RowIterator::__construct()
    Constructor
__construct
in file database_iterator.class.php, method DatabaseIterator::__construct()
__get
in file database_iterator.class.php, method RowIterator::__get()
    Magic method __get
__get
in file database_iterator.class.php, method ColumnIterator::__get()
    __get
__set
in file database_iterator.class.php, method RowIterator::__set()
    Magic method __set
__toString
in file database_iterator.class.php, method RowIterator::__toString()
    Magic method __toString
top

a

$auto_increment
in file database_iterator.class.php, variable ColumnIterator::$auto_increment
top

c

$conn
in file database_iterator.class.php, variable DatabaseIterator::$conn
checkLoadTables
in file database_iterator.class.php, method DatabaseIterator::checkLoadTables()
    Test if $_tables internal array has data, otherwise call to loadTables
ColumnIterator
in file database_iterator.class.php, class ColumnIterator
    Class ColumnIterator
current
in file database_iterator.class.php, method TableIterator::current()
current
in file database_iterator.class.php, method DatabaseIterator::current()
current
in file database_iterator.class.php, method RowIterator::current()
top

d

$databasename
in file database_iterator.class.php, variable DatabaseIterator::$databasename
$db
in file database_iterator.class.php, variable TableIterator::$db
DatabaseIterator
in file database_iterator.class.php, class DatabaseIterator
    Class DatabaseIterator
database_iterator.class.php
procedural page database_iterator.class.php
delete
in file database_iterator.class.php, method RowIterator::delete()
    Remove current row of database
top

e

each
in file database_iterator.class.php, method TableIterator::each()
    Iterate across rows calling to $callback with row parameter
each
in file database_iterator.class.php, method DatabaseIterator::each()
    Iterate across tables calling to $callback with table parameter
execute
in file database_iterator.class.php, method TableIterator::execute()
    Perform SQL query and return a Iterator object
execute
in file database_iterator.class.php, method RowIterator::execute()
    Perform a SQL query against database
top

f

from
in file database_iterator.class.php, method DatabaseIterator::from()
    Select a table
top

g

getColumns
in file database_iterator.class.php, method TableIterator::getColumns()
    Return columns for this table
getCreateTable
in file database_iterator.class.php, method TableIterator::getCreateTable()
    Get SQL syntax of CREATE TABLE sentence for this table
getIterator
in file database_iterator.class.php, method TableIterator::getIterator()
    Make a ArrayObject with internal array of rows and return the ArrayIterator
getPrimaryKeys
in file database_iterator.class.php, method TableIterator::getPrimaryKeys()
    Get primary keys for this table
top

i

init
in file database_iterator.class.php, method TableIterator::init()
    Reset internal array of rows $_rows and reset conditions to SQL execution if $conditions is true
insert
in file database_iterator.class.php, method TableIterator::insert()
    Create a new RowIterator object an insert $data into database.
insert
in file database_iterator.class.php, method RowIterator::insert()
    Perform a insert operation into database with $data array. $data must have exact fields to perform operation
isPK
in file database_iterator.class.php, method ColumnIterator::isPK()
    isPK
top

k

key
in file database_iterator.class.php, method TableIterator::key()
key
in file database_iterator.class.php, method RowIterator::key()
key
in file database_iterator.class.php, method DatabaseIterator::key()
top

l

length
in file database_iterator.class.php, method TableIterator::length()
    Count internal rows
limit
in file database_iterator.class.php, method TableIterator::limit()
    Set limit parameter to internal SQL
load
in file database_iterator.class.php, method RowIterator::load()
    Load properties into internal array
load
in file database_iterator.class.php, method ColumnIterator::load()
    load
loadRows
in file database_iterator.class.php, method TableIterator::loadRows()
    Load rows, perform a call to execute method
loadTables
in file database_iterator.class.php, method DatabaseIterator::loadTables()
    Set $_tables internal array with TableIterator objects
top

m

$max_length
in file database_iterator.class.php, variable ColumnIterator::$max_length
top

n

$name
in file database_iterator.class.php, variable TableIterator::$name
$name
in file database_iterator.class.php, variable ColumnIterator::$name
$not_null
in file database_iterator.class.php, variable ColumnIterator::$not_null
newRow
in file database_iterator.class.php, method TableIterator::newRow()
    Return a empty row to process a insert operation
next
in file database_iterator.class.php, method TableIterator::next()
next
in file database_iterator.class.php, method RowIterator::next()
next
in file database_iterator.class.php, method DatabaseIterator::next()
top

o

offsetExists
in file database_iterator.class.php, method TableIterator::offsetExists()
offsetExists
in file database_iterator.class.php, method DatabaseIterator::offsetExists()
offsetExists
in file database_iterator.class.php, method RowIterator::offsetExists()
offsetGet
in file database_iterator.class.php, method RowIterator::offsetGet()
offsetGet
in file database_iterator.class.php, method TableIterator::offsetGet()
offsetGet
in file database_iterator.class.php, method DatabaseIterator::offsetGet()
offsetSet
in file database_iterator.class.php, method TableIterator::offsetSet()
offsetSet
in file database_iterator.class.php, method RowIterator::offsetSet()
offsetSet
in file database_iterator.class.php, method DatabaseIterator::offsetSet()
offsetUnset
in file database_iterator.class.php, method TableIterator::offsetUnset()
offsetUnset
in file database_iterator.class.php, method RowIterator::offsetUnset()
offsetUnset
in file database_iterator.class.php, method DatabaseIterator::offsetUnset()
order_by
in file database_iterator.class.php, method TableIterator::order_by()
    Set "order by" parameter to internal SQL
top

p

$primary_key
in file database_iterator.class.php, variable ColumnIterator::$primary_key
top

r

rewind
in file database_iterator.class.php, method RowIterator::rewind()
rewind
in file database_iterator.class.php, method DatabaseIterator::rewind()
rewind
in file database_iterator.class.php, method TableIterator::rewind()
RowIterator
in file database_iterator.class.php, class RowIterator
    Class RowIterator
top

s

select
in file database_iterator.class.php, method TableIterator::select()
    Set select parameter to internal SQL
setConnection
in file database_iterator.class.php, method DatabaseIterator::setConnection()
    Set a internal connection instance
setDatabase
in file database_iterator.class.php, method TableIterator::setDatabase()
    Set database object (ADOConnection)
setTable
in file database_iterator.class.php, method RowIterator::setTable()
    Set TableIterator object reference
setTable
in file database_iterator.class.php, method ColumnIterator::setTable()
    setTable
top

t

$table
in file database_iterator.class.php, variable RowIterator::$table
$tablename
in file database_iterator.class.php, variable RowIterator::$tablename
$type
in file database_iterator.class.php, variable ColumnIterator::$type
TableIterator
in file database_iterator.class.php, class TableIterator
    Class TableIterator
total
in file database_iterator.class.php, method TableIterator::total()
    Return the number of rows in this table. This method don't use "where" conditions to recover total rows number.
top

u

update
in file database_iterator.class.php, method RowIterator::update()
    Dump internal data, for this row, to database
top

v

valid
in file database_iterator.class.php, method TableIterator::valid()
valid
in file database_iterator.class.php, method RowIterator::valid()
valid
in file database_iterator.class.php, method DatabaseIterator::valid()
top

w

where
in file database_iterator.class.php, method TableIterator::where()
    Set where parameter to internal SQL
top

Documentation generated on Mon, 25 May 2009 19:28:28 +0200 by phpDocumentor 1.4.2