lib-model-om
[ class tree: lib-model-om ] [ index: lib-model-om ] [ all elements ]

Class: EtvaServerPeer

Source Location: /EtvaServerPeer.php

Class Overview

BaseEtvaServerPeer
   |
   --EtvaServerPeer

Base static class for performing query and update operations on the 'server' table.


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: BaseEtvaServerPeer

BaseEtvaServerPeer::addInstanceToPool()
Adds an object to the instance pool.
BaseEtvaServerPeer::addSelectColumns()
Add all the columns needed to create a new object.
BaseEtvaServerPeer::alias()
Convenience method which changes table.column to alias.column.
BaseEtvaServerPeer::clearInstancePool()
Clear the instance pool.
BaseEtvaServerPeer::doCount()
Returns the number of rows matching criteria.
BaseEtvaServerPeer::doCountJoinAll()
Returns the number of rows matching criteria, joining all related tables
BaseEtvaServerPeer::doCountJoinAllExceptEtvaLogicalvolume()
Returns the number of rows matching criteria, joining the related EtvaLogicalvolume table
BaseEtvaServerPeer::doCountJoinAllExceptEtvaNode()
Returns the number of rows matching criteria, joining the related EtvaNode table
BaseEtvaServerPeer::doCountJoinAllExceptsfGuardGroup()
Returns the number of rows matching criteria, joining the related sfGuardGroup table
BaseEtvaServerPeer::doCountJoinEtvaLogicalvolume()
Returns the number of rows matching criteria, joining the related EtvaLogicalvolume table
BaseEtvaServerPeer::doCountJoinEtvaNode()
Returns the number of rows matching criteria, joining the related EtvaNode table
BaseEtvaServerPeer::doCountJoinsfGuardGroup()
Returns the number of rows matching criteria, joining the related sfGuardGroup table
BaseEtvaServerPeer::doDelete()
Method perform a DELETE on the database, given a EtvaServer or Criteria object OR a primary key value.
BaseEtvaServerPeer::doDeleteAll()
Method to DELETE all rows from the server table.
BaseEtvaServerPeer::doInsert()
Method perform an INSERT on the database, given a EtvaServer or Criteria object.
BaseEtvaServerPeer::doSelect()
Method to do selects.
BaseEtvaServerPeer::doSelectJoinAll()
Selects a collection of EtvaServer objects pre-filled with all related objects.
BaseEtvaServerPeer::doSelectJoinAllExceptEtvaLogicalvolume()
Selects a collection of EtvaServer objects pre-filled with all related objects except EtvaLogicalvolume.
BaseEtvaServerPeer::doSelectJoinAllExceptEtvaNode()
Selects a collection of EtvaServer objects pre-filled with all related objects except EtvaNode.
BaseEtvaServerPeer::doSelectJoinAllExceptsfGuardGroup()
Selects a collection of EtvaServer objects pre-filled with all related objects except sfGuardGroup.
BaseEtvaServerPeer::doSelectJoinEtvaLogicalvolume()
Selects a collection of EtvaServer objects pre-filled with their EtvaLogicalvolume objects.
BaseEtvaServerPeer::doSelectJoinEtvaNode()
Selects a collection of EtvaServer objects pre-filled with their EtvaNode objects.
BaseEtvaServerPeer::doSelectJoinsfGuardGroup()
Selects a collection of EtvaServer objects pre-filled with their sfGuardGroup objects.
BaseEtvaServerPeer::doSelectOne()
Method to select one object from the DB.
BaseEtvaServerPeer::doSelectStmt()
Prepares the Criteria object and uses the parent doSelect() method to execute a PDOStatement.
BaseEtvaServerPeer::doUpdate()
Method perform an UPDATE on the database, given a EtvaServer or Criteria object.
BaseEtvaServerPeer::doValidate()
Validates all modified columns of given EtvaServer object.
BaseEtvaServerPeer::getFieldNames()
Returns an array of field names.
BaseEtvaServerPeer::getInstanceFromPool()
Retrieves a string version of the primary key from the DB resultset row that can be used to uniquely identify a row in this table.
BaseEtvaServerPeer::getMapBuilder()
Get a (singleton) instance of the MapBuilder for this peer class.
BaseEtvaServerPeer::getOMClass()
The class that the Peer will make instances of.
BaseEtvaServerPeer::getPrimaryKeyHashFromRow()
Retrieves a string version of the primary key from the DB resultset row that can be used to uniquely identify a row in this table.
BaseEtvaServerPeer::getTableMap()
Returns the TableMap related to this peer.
BaseEtvaServerPeer::getUniqueColumnNames()
BaseEtvaServerPeer::populateObjects()
The returned array will contain objects of the default type or objects that inherit from the default.
BaseEtvaServerPeer::removeInstanceFromPool()
Removes an object from the instance pool.
BaseEtvaServerPeer::retrieveByPK()
Retrieve a single object by pkey.
BaseEtvaServerPeer::retrieveByPKs()
Retrieve multiple objects by pkey.
BaseEtvaServerPeer::translateFieldName()
Translates a fieldname to another type

Class Details

[line 3]
Base static class for performing query and update operations on the 'server' table.

This class was autogenerated by Propel 1.3.0-dev on:

Thu Jun 25 10:03:34 2009




[ Top ]


Class Methods


static method doSelectJoinGroup [line 19]

static void doSelectJoinGroup( $c, [ $con = null])



Tags:

access:  public


Parameters:

Criteria   $c  
   $con  

[ Top ]

static method getServers [line 5]

static void getServers( [ $criteria = null])



Tags:

access:  public


Parameters:

Criteria   $criteria  

[ Top ]


Documentation generated on Mon, 29 Jun 2009 15:10:28 +0100 by phpDocumentor 1.4.2