propel-util
[ class tree: propel-util ] [ index: propel-util ] [ all elements ]

Element index for package propel-util

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

_

__construct
in file PropelPager.php, method PropelPager::__construct()
    Create a new Propel Pager.
__construct
in file Criteria.php, method Criteria::__construct()
    Creates a new instance with the default capacity which corresponds to the specified database.
__construct
in file Criteria.php, method Join::__construct()
    Constructor
__construct
in file Criteria.php, method CriterionIterator::__construct()
__construct
in file Criteria.php, method Criterion::__construct()
    Create a new instance.
__sleep
in file PropelDateTime.php, method PropelDateTime::__sleep()
    PHP "magic" function called when object is serialized.
__wakeup
in file PropelDateTime.php, method PropelDateTime::__wakeup()
    PHP "magic" function called when object is restored from serialized state.
top

a

add
in file Criteria.php, method Criteria::add()
    This method adds a new criterion to the list of criterias.
addAlias
in file Criteria.php, method Criteria::addAlias()
    Allows one to specify an alias for a table that can be used in various parts of the SQL.
addAnd
in file Criteria.php, method Criterion::addAnd()
    Append an AND Criterion onto this Criterion's list.
addAnd
in file Criteria.php, method Criteria::addAnd()
    This method adds a new criterion to the list of criterias.
addAscendingOrderByColumn
in file Criteria.php, method Criteria::addAscendingOrderByColumn()
    Add order by column name, explicitly specifying ascending.
addAsColumn
in file Criteria.php, method Criteria::addAsColumn()
    Add an AS clause to the select columns. Usage:
addDescendingOrderByColumn
in file Criteria.php, method Criteria::addDescendingOrderByColumn()
    Add order by column name, explicitly specifying descending.
addGroupByColumn
in file Criteria.php, method Criteria::addGroupByColumn()
    Add group by column name.
addHaving
in file Criteria.php, method Criteria::addHaving()
    This method adds a prepared Criterion object to the Criteria as a having clause.
addJoin
in file Criteria.php, method Criteria::addJoin()
    This is the way that you should add a straight (inner) join of two tables. For example:
addOr
in file Criteria.php, method Criterion::addOr()
    Append an OR Criterion onto this Criterion's list.
addOr
in file Criteria.php, method Criteria::addOr()
    This method adds a new criterion to the list of criterias.
addSelectColumn
in file Criteria.php, method Criteria::addSelectColumn()
    Add select column.
ALL
in file Criteria.php, class constant Criteria::ALL
    Comparison type.
ALT_NOT_EQUAL
in file Criteria.php, class constant Criteria::ALT_NOT_EQUAL
    Comparison type.
appendPsTo
in file Criteria.php, method Criterion::appendPsTo()
    Appends a Prepared Statement representation of the Criterion onto the buffer.
ASC
in file Criteria.php, class constant Criteria::ASC
    "Order by" qualifier - ascending
atFirstPage
in file PropelPager.php, method PropelPager::atFirstPage()
    Convenience method to indicate whether current page is the first page.
atLastPage
in file PropelPager.php, method PropelPager::atLastPage()
    Convenience method to indicate whether current page is the last page.
top

b

BasePeer
in file BasePeer.php, class BasePeer
    This is a utility class for all generated Peer classes in the system.
beginTransaction
in file PropelPDO.php, method PropelPDO::beginTransaction()
    Overrides PDO::beginTransaction() to prevent errors due to already-in-progress transaction.
BIGINT
in file PropelColumnTypes.php, class constant PropelColumnTypes::BIGINT
BINARY
in file PropelColumnTypes.php, class constant PropelColumnTypes::BINARY
BINARY_AND
in file Criteria.php, class constant Criteria::BINARY_AND
    Binary math operator: AND
BINARY_OR
in file Criteria.php, class constant Criteria::BINARY_OR
    Binary math operator: OR
BLOB
in file PropelColumnTypes.php, class constant PropelColumnTypes::BLOB
BOOLEAN
in file PropelColumnTypes.php, class constant PropelColumnTypes::BOOLEAN
BU_DATE
in file PropelColumnTypes.php, class constant PropelColumnTypes::BU_DATE
BU_TIMESTAMP
in file PropelColumnTypes.php, class constant PropelColumnTypes::BU_TIMESTAMP
BasePeer.php
procedural page BasePeer.php
top

c

CHAR
in file PropelColumnTypes.php, class constant PropelColumnTypes::CHAR
clear
in file Criteria.php, method Criteria::clear()
    Brings this criteria back to its initial state, so that it can be reused as if it was new. Except if the criteria has grown in capacity, it is left at the current capacity.
clearGroupByColumns
in file Criteria.php, method Criteria::clearGroupByColumns()
    Clear the group-by columns.
clearOrderByColumns
in file Criteria.php, method Criteria::clearOrderByColumns()
    Clear the order-by columns.
clearSelectColumns
in file Criteria.php, method Criteria::clearSelectColumns()
    Clears current select columns.
CLOB
in file PropelColumnTypes.php, class constant PropelColumnTypes::CLOB
commit
in file PropelPDO.php, method PropelPDO::commit()
    Overrides PDO::commit() to only commit the transaction if we are in the outermost transaction nesting level.
containsKey
in file Criteria.php, method Criteria::containsKey()
    Does this Criteria object contain the specified key?
createRoot
in file NodePeer.php, method NodePeer::createRoot()
    Creates the supplied node as the root node.
createSelectSql
in file BasePeer.php, method BasePeer::createSelectSql()
    Method to create an SQL query based on values in a Criteria.
Criteria
in file Criteria.php, class Criteria
    This is a utility class for holding criteria information for a query.
Criterion
in file Criteria.php, class Criterion
    This is an "inner" class that describes an object in the criteria.
CriterionIterator
in file Criteria.php, class CriterionIterator
    Class that implements SPL Iterator interface. This allows foreach () to be used w/ Criteria objects. Probably there is no performance advantage to doing it this way, but it makes sense -- and simpler code.
current
in file Criteria.php, method CriterionIterator::current()
CURRENT_DATE
in file Criteria.php, class constant Criteria::CURRENT_DATE
    "CURRENT_DATE" ANSI SQL function
CURRENT_TIME
in file Criteria.php, class constant Criteria::CURRENT_TIME
    "CURRENT_TIME" ANSI SQL function
CURRENT_TIMESTAMP
in file Criteria.php, class constant Criteria::CURRENT_TIMESTAMP
    "CURRENT_TIMESTAMP" ANSI SQL function
CUSTOM
in file Criteria.php, class constant Criteria::CUSTOM
    Comparison type.
Criteria.php
procedural page Criteria.php
top

d

DATE
in file PropelColumnTypes.php, class constant PropelColumnTypes::DATE
DECIMAL
in file PropelColumnTypes.php, class constant PropelColumnTypes::DECIMAL
decrementNestedTransactionCount
in file PropelPDO.php, method PropelPDO::decrementNestedTransactionCount()
    Decrements the current transaction depth by one.
deleteDescendants
in file NodePeer.php, method NodePeer::deleteDescendants()
    Deletes $node and all of its descendants
deleteNode
in file NodePeer.php, method NodePeer::deleteNode()
    Delete $dest node
deleteRoot
in file NodePeer.php, method NodePeer::deleteRoot()
    Delete root node
DESC
in file Criteria.php, class constant Criteria::DESC
    "Order by" qualifier - descending
DISTINCT
in file Criteria.php, class constant Criteria::DISTINCT
    Comparison type.
doDelete
in file BasePeer.php, method BasePeer::doDelete()
    Method to perform deletes based on values and keys in a Criteria.
doDeleteAll
in file BasePeer.php, method BasePeer::doDeleteAll()
    Method to deletes all contents of specified table.
doInsert
in file BasePeer.php, method BasePeer::doInsert()
    Method to perform inserts based on values and keys in a Criteria.
doSelect
in file BasePeer.php, method BasePeer::doSelect()
    Executes query build by createSelectSql() and returns ResultSet.
DOUBLE
in file PropelColumnTypes.php, class constant PropelColumnTypes::DOUBLE
doUpdate
in file BasePeer.php, method BasePeer::doUpdate()
    Method used to update rows in the DB. Rows are selected based on selectCriteria and updated using values in updateValues.
doValidate
in file BasePeer.php, method BasePeer::doValidate()
    Applies any validators that were defined in the schema to the specified columns.
top

e

EQUAL
in file Criteria.php, class constant Criteria::EQUAL
    Comparison type.
equals
in file Criteria.php, method Criterion::equals()
    This method checks another Criteria to see if they contain the same attributes and hashtable entries.
equals
in file Criteria.php, method Criteria::equals()
    This method checks another Criteria to see if they contain the same attributes and hashtable entries.
top

f

FLOAT
in file PropelColumnTypes.php, class constant PropelColumnTypes::FLOAT
top

g

get
in file Criteria.php, method Criteria::get()
    An alias to getValue() -- exposing a Hashtable-like interface.
getAllTables
in file Criteria.php, method Criterion::getAllTables()
    Get all tables from nested criterion objects
getAsColumns
in file Criteria.php, method Criteria::getAsColumns()
    Get the column aliases.
getAttachedCriterion
in file Criteria.php, method Criterion::getAttachedCriterion()
    get an array of all criterion attached to this
getColumn
in file Criteria.php, method Criterion::getColumn()
    Get the column name.
getColumnForAs
in file Criteria.php, method Criteria::getColumnForAs()
    Returns the column name associated with an alias (AS-column).
getColumnName
in file Criteria.php, method Criteria::getColumnName()
    Method to return a String table name.
getComparison
in file Criteria.php, method Criteria::getComparison()
    Method to return a comparison String.
getComparison
in file Criteria.php, method Criterion::getComparison()
    Get the comparison.
getConjunctions
in file Criteria.php, method Criterion::getConjunctions()
    Get the list of conjunctions in this Criterion
getCriteria
in file PropelPager.php, method PropelPager::getCriteria()
    Return the Criteria object for this pager.
getCriterion
in file Criteria.php, method Criteria::getCriterion()
    Method to return criteria related to columns in a table.
getDB
in file Criteria.php, method Criterion::getDB()
    Get the value of db.
getDbName
in file Criteria.php, method Criteria::getDbName()
    Get the Database(Map) name.
getFieldnames
in file BasePeer.php, method BasePeer::getFieldnames()
getFirstPage
in file PropelPager.php, method PropelPager::getFirstPage()
    Get the first page
getGroupByColumns
in file Criteria.php, method Criteria::getGroupByColumns()
    Get group by columns.
getHaving
in file Criteria.php, method Criteria::getHaving()
    Get Having Criterion.
getIterator
in file Criteria.php, method Criteria::getIterator()
    Implementing SPL IteratorAggregate interface. This allows you to foreach () over a Criteria object.
getJoins
in file Criteria.php, method Criteria::getJoins()
    Get the array of Joins.
getJoinType
in file Criteria.php, method Join::getJoinType()
getLastPage
in file PropelPager.php, method PropelPager::getLastPage()
    Get last page
getLeftColumn
in file Criteria.php, method Join::getLeftColumn()
getLeftColumnName
in file Criteria.php, method Join::getLeftColumnName()
getLeftTableName
in file Criteria.php, method Join::getLeftTableName()
getLevel
in file NodePeer.php, method NodePeer::getLevel()
    Gets level for the given node
getLimit
in file Criteria.php, method Criteria::getLimit()
    Get limit.
getMap
in file Criteria.php, method Criteria::getMap()
    Get the criteria map.
getNestedTransactionCount
in file PropelPDO.php, method PropelPDO::getNestedTransactionCount()
    Gets the current transaction depth.
getNewCriterion
in file Criteria.php, method Criteria::getNewCriterion()
    Method to return criterion that is not added automatically to this Criteria. This can be used to chain the Criterions to form a more complex where clause.
getNext
in file PropelPager.php, method PropelPager::getNext()
    get next id
getNextLinks
in file PropelPager.php, method PropelPager::getNextLinks()
    get an array of next id's
getNode
in file NodePeer.php, method NodePeer::getNode()
    Returns a node given its primary key or the node itself
getNumberOfChildren
in file NodePeer.php, method NodePeer::getNumberOfChildren()
    Gets number of direct children for given node
getNumberOfDescendants
in file NodePeer.php, method NodePeer::getNumberOfDescendants()
    Gets number of descendants for given node
getOffset
in file Criteria.php, method Criteria::getOffset()
    Get offset.
getOrderByColumns
in file Criteria.php, method Criteria::getOrderByColumns()
    Get order by columns.
getPage
in file PropelPager.php, method PropelPager::getPage()
    Get current page.
getPath
in file NodePeer.php, method NodePeer::getPath()
    Returns path to a specific node as an array, useful to create breadcrumbs
getPdoType
in file PropelColumnTypes.php, method PropelColumnTypes::getPdoType()
    Resturns the PDO type (PDO::PARAM_* constant) value for the Propel type provided.
getPeerClass
in file PropelPager.php, method PropelPager::getPeerClass()
    Return the Peer Classname.
getPeerCountMethod
in file PropelPager.php, method PropelPager::getPeerCountMethod()
    Return the Peer count method.
getPeerMethod
in file PropelPager.php, method PropelPager::getPeerMethod()
    Return the Peer select method.
getPeerSelectMethod
in file PropelPager.php, method PropelPager::getPeerSelectMethod()
    Return the Peer select method.
getPrev
in file PropelPager.php, method PropelPager::getPrev()
    get previous id
getPrevLinks
in file PropelPager.php, method PropelPager::getPrevLinks()
    get an array of previous id's
getResult
in file PropelPager.php, method PropelPager::getResult()
    Get the paged resultset
getRightColumn
in file Criteria.php, method Join::getRightColumn()
getRightColumnName
in file Criteria.php, method Join::getRightColumnName()
getRightTableName
in file Criteria.php, method Join::getRightTableName()
getRowsPerPage
in file PropelPager.php, method PropelPager::getRowsPerPage()
    Get number of rows per page.
getSelectColumns
in file Criteria.php, method Criteria::getSelectColumns()
    Get select columns.
getSelectModifiers
in file Criteria.php, method Criteria::getSelectModifiers()
    Get select modifiers.
getTable
in file Criteria.php, method Criterion::getTable()
    Get the table name.
getTableForAlias
in file Criteria.php, method Criteria::getTableForAlias()
    Returns the table name associated with an alias.
getTableName
in file Criteria.php, method Criteria::getTableName()
    Method to return a String table name.
getTablesColumns
in file Criteria.php, method Criteria::getTablesColumns()
    Shortcut method to get an array of columns indexed by table.
getTotalPages
in file PropelPager.php, method PropelPager::getTotalPages()
    get total pages
getTotalRecordCount
in file PropelPager.php, method PropelPager::getTotalRecordCount()
    Gets the total number of (un-LIMITed) records.
getValidator
in file BasePeer.php, method BasePeer::getValidator()
    This function searches for the given validator $name under propel/validator/$name.php, imports and caches it.
getValue
in file Criteria.php, method Criteria::getValue()
    Method to return the value that was added to Criteria.
getValue
in file Criteria.php, method Criterion::getValue()
    Get the value.
GREATER_EQUAL
in file Criteria.php, class constant Criteria::GREATER_EQUAL
    Comparison type.
GREATER_THAN
in file Criteria.php, class constant Criteria::GREATER_THAN
    Comparison type.
top

h

hasChildren
in file NodePeer.php, method NodePeer::hasChildren()
    Tests if $node has children
hashCode
in file Criteria.php, method Criterion::hashCode()
    Returns a hash code value for the object.
hasNextSibling
in file NodePeer.php, method NodePeer::hasNextSibling()
    Tests if $node has next sibling
hasParent
in file NodePeer.php, method NodePeer::hasParent()
    Tests if $node has an ancestor
hasPrevSibling
in file NodePeer.php, method NodePeer::hasPrevSibling()
    Tests if $node has prev sibling
top

i

ILIKE
in file Criteria.php, class constant Criteria::ILIKE
    PostgreSQL comparison type
IN
in file Criteria.php, class constant Criteria::IN
    Comparison type.
incrementNestedTransactionCount
in file PropelPDO.php, method PropelPDO::incrementNestedTransactionCount()
    Increments the current transaction depth by one.
init
in file Criteria.php, method Criterion::init()
    Init some properties with the help of outer class
INNER_JOIN
in file Criteria.php, class constant Criteria::INNER_JOIN
    "INNER JOIN" SQL statement
insertAsFirstChildOf
in file NodePeer.php, method NodePeer::insertAsFirstChildOf()
    Inserts $child as first child of destination node $parent
insertAsLastChildOf
in file NodePeer.php, method NodePeer::insertAsLastChildOf()
    Inserts $child as last child of destination node $parent
insertAsNextSiblingOf
in file NodePeer.php, method NodePeer::insertAsNextSiblingOf()
    Inserts $sibling as next sibling to destination node $node
insertAsParentOf
in file NodePeer.php, method NodePeer::insertAsParentOf()
    Inserts $parent as parent of given $node.
insertAsPrevSiblingOf
in file NodePeer.php, method NodePeer::insertAsPrevSiblingOf()
    Inserts $sibling as previous sibling to destination node $node
insertRoot
in file NodePeer.php, method NodePeer::insertRoot()
    Inserts $node as root node
INTEGER
in file PropelColumnTypes.php, class constant PropelColumnTypes::INTEGER
isChildOf
in file NodePeer.php, method NodePeer::isChildOf()
    Tests if $child is a child of $parent
isEqualTo
in file NodePeer.php, method NodePeer::isEqualTo()
    Tests if $node1 is equal to $node2
isIgnoreCase
in file Criteria.php, method Criterion::isIgnoreCase()
    Is ignore case on or off?
isIgnoreCase
in file Criteria.php, method Criteria::isIgnoreCase()
    Is ignore case on or off?
isInTransaction
in file PropelPDO.php, method PropelPDO::isInTransaction()
    Is this PDO connection currently in-transaction? This is equivalent to asking whether the current nested transaction count is greater than 0.
isLastPageComplete
in file PropelPager.php, method PropelPager::isLastPageComplete()
    Returns whether last page is complete
isLeaf
in file NodePeer.php, method NodePeer::isLeaf()
    Tests if node is a leaf
ISNOTNULL
in file Criteria.php, class constant Criteria::ISNOTNULL
    "IS NOT NULL" null comparison
ISNULL
in file Criteria.php, class constant Criteria::ISNULL
    "IS NULL" null comparison
isRoot
in file NodePeer.php, method NodePeer::isRoot()
    Tests if node is a root
isSingleRecord
in file Criteria.php, method Criteria::isSingleRecord()
    Is single record?
isUseTransaction
in file Criteria.php, method Criteria::isUseTransaction()
    Whether the sql command specified by this criteria must be wrapped in a transaction.
isValid
in file NodePeer.php, method NodePeer::isValid()
    Tests if node is valid
top

j

Join
in file Criteria.php, class Join
    Data object to describe a join between two tables, for example
JOIN
in file Criteria.php, class constant Criteria::JOIN
    Comparison type.
top

k

key
in file Criteria.php, method CriterionIterator::key()
keys
in file Criteria.php, method Criteria::keys()
    Get the keys for the criteria map.
top

l

LEFT_JOIN
in file Criteria.php, class constant Criteria::LEFT_JOIN
    "LEFT JOIN" SQL statement
LESS_EQUAL
in file Criteria.php, class constant Criteria::LESS_EQUAL
    Comparison type.
LESS_THAN
in file Criteria.php, class constant Criteria::LESS_THAN
    Comparison type.
LIKE
in file Criteria.php, class constant Criteria::LIKE
    Comparison type.
LONGVARBINARY
in file PropelColumnTypes.php, class constant PropelColumnTypes::LONGVARBINARY
LONGVARCHAR
in file PropelColumnTypes.php, class constant PropelColumnTypes::LONGVARCHAR
top

m

$max
in file PropelPager.php, variable PropelPager::$max
moveToFirstChildOf
in file NodePeer.php, method NodePeer::moveToFirstChildOf()
    Moves $child to be first child of $parent
moveToLastChildOf
in file NodePeer.php, method NodePeer::moveToLastChildOf()
    Moves $node to be last child of $dest
moveToNextSiblingOf
in file NodePeer.php, method NodePeer::moveToNextSiblingOf()
    Moves $node to be next sibling to $dest
moveToPrevSiblingOf
in file NodePeer.php, method NodePeer::moveToPrevSiblingOf()
    Moves $node to be prev sibling to $dest
top

n

$nestedTransactionCount
in file PropelPDO.php, variable PropelPDO::$nestedTransactionCount
    The current transaction depth.
newInstance
in file PropelDateTime.php, method PropelDateTime::newInstance()
    Convenience method to enable a more fluent API.
next
in file Criteria.php, method CriterionIterator::next()
NodePeer
in file NodePeer.php, class NodePeer
    This is a utility interface for all generated NodePeer classes in the system.
NOT_EQUAL
in file Criteria.php, class constant Criteria::NOT_EQUAL
    Comparison type.
NOT_ILIKE
in file Criteria.php, class constant Criteria::NOT_ILIKE
    PostgreSQL comparison type
NOT_IN
in file Criteria.php, class constant Criteria::NOT_IN
    Comparison type.
NOT_LIKE
in file Criteria.php, class constant Criteria::NOT_LIKE
    Comparison type.
NUMERIC
in file PropelColumnTypes.php, class constant PropelColumnTypes::NUMERIC
NodePeer.php
procedural page NodePeer.php
top

o

ODER
in file Criteria.php, class constant Criterion::ODER
top

p

prepare
in file PropelPDO.php, method PropelPDO::prepare()
    Overrides PDO::prepare() to add logging.
PropelColumnTypes
in file PropelColumnTypes.php, class PropelColumnTypes
    Enumeration of Propel types.
PropelDateTime
in file PropelDateTime.php, class PropelDateTime
    DateTime subclass which supports serialization.
PropelPager
in file PropelPager.php, class PropelPager
    PropelPager
PropelPDO
in file PropelPDO.php, class PropelPDO
    PDO connection subclass that provides some enhanced functionality needed by Propel.
put
in file Criteria.php, method Criteria::put()
    Overrides Hashtable put, so that this object is returned instead of the value previously in the Criteria object.
putAll
in file Criteria.php, method Criteria::putAll()
    Copies all of the mappings from the specified Map to this Criteria These mappings will replace any mappings that this Criteria had for any of the keys currently in the specified Map.
PropelColumnTypes.php
procedural page PropelColumnTypes.php
PropelDateTime.php
procedural page PropelDateTime.php
PropelPager.php
procedural page PropelPager.php
PropelPDO.php
procedural page PropelPDO.php
top

r

REAL
in file PropelColumnTypes.php, class constant PropelColumnTypes::REAL
remove
in file Criteria.php, method Criteria::remove()
    Remove an object from the criteria.
retrieveBranch
in file NodePeer.php, method NodePeer::retrieveBranch()
    Retrieves the entire tree from parent $node
retrieveChildren
in file NodePeer.php, method NodePeer::retrieveChildren()
    Gets direct children for the node
retrieveDescendants
in file NodePeer.php, method NodePeer::retrieveDescendants()
    Gets all descendants for the node
retrieveFirstChild
in file NodePeer.php, method NodePeer::retrieveFirstChild()
    Gets first child for the given node if it exists
retrieveLastChild
in file NodePeer.php, method NodePeer::retrieveLastChild()
    Gets last child for the given node if it exists
retrieveNextSibling
in file NodePeer.php, method NodePeer::retrieveNextSibling()
    Gets next sibling for the given node if it exists
retrieveParent
in file NodePeer.php, method NodePeer::retrieveParent()
    Gets ancestor for the given node if it exists
retrievePrevSibling
in file NodePeer.php, method NodePeer::retrievePrevSibling()
    Gets prev sibling for the given node if it exists
retrieveRoot
in file NodePeer.php, method NodePeer::retrieveRoot()
    Returns the root node for a given scope id
retrieveSiblings
in file NodePeer.php, method NodePeer::retrieveSiblings()
    Gets all siblings for the node
retrieveTree
in file NodePeer.php, method NodePeer::retrieveTree()
    Retrieves the entire tree from root
rewind
in file Criteria.php, method CriterionIterator::rewind()
RIGHT_JOIN
in file Criteria.php, class constant Criteria::RIGHT_JOIN
    "RIGHT JOIN" SQL statement
rollback
in file PropelPDO.php, method PropelPDO::rollback()
    Overrides PDO::rollback() to only rollback the transaction if we are in the outermost transaction nesting level.
top

s

$start
in file PropelPager.php, variable PropelPager::$start
setAll
in file Criteria.php, method Criteria::setAll()
    Adds "ALL" modifier to the SQL statement.
setCriteria
in file PropelPager.php, method PropelPager::setCriteria()
    Set the criteria for this pager.
setDB
in file Criteria.php, method Criterion::setDB()
    Set the value of db.
setDbName
in file Criteria.php, method Criteria::setDbName()
    Set the DatabaseMap name. If
  1. null
is supplied, uses value provided by
.
setDistinct
in file Criteria.php, method Criteria::setDistinct()
    Adds "DISTINCT" modifier to the SQL statement.
setIgnoreCase
in file Criteria.php, method Criterion::setIgnoreCase()
    Sets ignore case.
setIgnoreCase
in file Criteria.php, method Criteria::setIgnoreCase()
    Sets ignore case.
setLimit
in file Criteria.php, method Criteria::setLimit()
    Set limit.
setMax
in file PropelPager.php, method PropelPager::setMax()
    Sets max rows (limit).
setNestedTransactionCount
in file PropelPDO.php, method PropelPDO::setNestedTransactionCount()
    Set the current transaction depth.
setOffset
in file Criteria.php, method Criteria::setOffset()
    Set offset.
setPage
in file PropelPager.php, method PropelPager::setPage()
    Set the current page number (First page is 1).
setPeerClass
in file PropelPager.php, method PropelPager::setPeerClass()
    Set the Peer Classname
setPeerCountMethod
in file PropelPager.php, method PropelPager::setPeerCountMethod()
    Sets the Count method.
setPeerMethod
in file PropelPager.php, method PropelPager::setPeerMethod()
    Set the Peer select method.
setPeerSelectMethod
in file PropelPager.php, method PropelPager::setPeerSelectMethod()
    Set the Peer select method.
setRowsPerPage
in file PropelPager.php, method PropelPager::setRowsPerPage()
    Set the number of rows per page.
setSingleRecord
in file Criteria.php, method Criteria::setSingleRecord()
    Set single record? Set this to
  1. true
if you expect the query
setStart
in file PropelPager.php, method PropelPager::setStart()
    Sets the start row or offset.
setTable
in file Criteria.php, method Criterion::setTable()
    Set the table name.
setUseTransaction
in file Criteria.php, method Criteria::setUseTransaction()
    Will force the sql represented by this criteria to be executed within a transaction. This is here primarily to support the oid type in postgresql. Though it can be used to require any single sql statement to use a transaction.
size
in file Criteria.php, method Criteria::size()
    Returns the size (count) of this criteria.
SMALLINT
in file PropelColumnTypes.php, class constant PropelColumnTypes::SMALLINT
top

t

TIME
in file PropelColumnTypes.php, class constant PropelColumnTypes::TIME
TIMESTAMP
in file PropelColumnTypes.php, class constant PropelColumnTypes::TIMESTAMP
TINYINT
in file PropelColumnTypes.php, class constant PropelColumnTypes::TINYINT
toString
in file Criteria.php, method Join::toString()
    returns a String representation of the class,
toString
in file Criteria.php, method Criteria::toString()
    Build a string representation of the Criteria.
translateFieldname
in file BasePeer.php, method BasePeer::translateFieldname()
TYPE_COLNAME
in file BasePeer.php, class constant BasePeer::TYPE_COLNAME
    column (peer) name type
TYPE_FIELDNAME
in file BasePeer.php, class constant BasePeer::TYPE_FIELDNAME
    column fieldname type
TYPE_NUM
in file BasePeer.php, class constant BasePeer::TYPE_NUM
    num type
TYPE_PHPNAME
in file BasePeer.php, class constant BasePeer::TYPE_PHPNAME
    phpname type
TYPE_STUDLYPHPNAME
in file BasePeer.php, class constant BasePeer::TYPE_STUDLYPHPNAME
    studlyphpname type
top

u

UND
in file Criteria.php, class constant Criterion::UND
top

v

valid
in file Criteria.php, method CriterionIterator::valid()
VARBINARY
in file PropelColumnTypes.php, class constant PropelColumnTypes::VARBINARY
VARCHAR
in file PropelColumnTypes.php, class constant PropelColumnTypes::VARCHAR
top

Documentation generated on Thu, 22 Nov 2007 03:33:18 +0000 by phpDocumentor 1.4.0