Abstract Class BaseFeedsSistemaPeer

Description
  • abstract:

Located in /model/om/BaseFeedsSistemaPeer.php (line 4)


	
			
Direct descendents
Class Description
 class FeedsSistemaPeer Subclass for performing query and update operations on the 'feeds_sistema' table.
Class Constant Summary
 CATEGORIAS_ID = 'feeds_sistema.CATEGORIAS_ID'
 CLASS_DEFAULT = 'lib.model.FeedsSistema'
 CONF_FEED_ID = 'feeds_sistema.CONF_FEED_ID'
 COUNT = 'COUNT(feeds_sistema.USUARIOS_ID)'
 COUNT_DISTINCT = 'COUNT(DISTINCT feeds_sistema.USUARIOS_ID)'
 DATABASE_NAME = 'propel'
 FEEDS_ID = 'feeds_sistema.FEEDS_ID'
 TABLE_NAME = 'feeds_sistema'
 USUARIOS_ID = 'feeds_sistema.USUARIOS_ID'
Method Summary
 static void addSelectColumns ( $criteria)
 static void alias ( $alias,  $column)
 static void doCount ( $criteria, [ $distinct = false], [ $con = null])
 static void doDelete ( $values, [ $con = null])
 static void doDeleteAll ([ $con = null])
 static void doInsert ( $values, [ $con = null])
 static void doSelect ( $criteria, [ $con = null])
 static void doSelectOne ( $criteria, [ $con = null])
 static void doSelectRS ( $criteria, [ $con = null])
 static void doUpdate ( $values, [ $con = null])
 static void doValidate ( $obj, [ $cols = null])
 static void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
 static void getMapBuilder ()
 static void getOMClass ()
 static void getPhpNameMap ()
 static void getTableMap ()
 static void populateObjects ( $rs)
 static void retrieveByPK ( $usuarios_id,  $categorias_id,  $feeds_id, [ $con = null])
 static void translateFieldName ( $name,  $fromType,  $toType)
Methods
static addSelectColumns (line 102)
  • access: public
void addSelectColumns ( $criteria)
  • Criteria $criteria
static alias (line 96)
  • access: public
void alias ( $alias,  $column)
  • $alias
  • $column
static doCount (line 119)
  • access: public
void doCount ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static doDelete (line 273)
  • access: public
void doDelete ( $values, [ $con = null])
  • $values
  • $con
static doDeleteAll (line 256)
  • access: public
void doDeleteAll ([ $con = null])
  • $con
static doInsert (line 203)
  • access: public
void doInsert ( $values, [ $con = null])
  • $values
  • $con
static doSelect (line 154)
  • access: public
void doSelect ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static doSelectOne (line 143)
  • access: public
void doSelectOne ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static doSelectRS (line 159)
  • access: public
void doSelectRS ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static doUpdate (line 229)
  • access: public
void doUpdate ( $values, [ $con = null])
  • $values
  • $con
static doValidate (line 319)
  • access: public
void doValidate ( $obj, [ $cols = null])
static getFieldNames (line 87)
  • access: public
void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
  • $type
static getMapBuilder (line 55)
  • access: public
void getMapBuilder ()
static getOMClass (line 197)
  • access: public
void getOMClass ()
static getPhpNameMap (line 61)
  • access: public
void getPhpNameMap ()
static getTableMap (line 191)
  • access: public
void getTableMap ()
static populateObjects (line 175)
  • access: public
void populateObjects ( $rs)
  • ResultSet $rs
static retrieveByPK (line 354)
  • access: public
void retrieveByPK ( $usuarios_id,  $categorias_id,  $feeds_id, [ $con = null])
  • $usuarios_id
  • $categorias_id
  • $feeds_id
  • $con
static translateFieldName (line 75)
  • access: public
void translateFieldName ( $name,  $fromType,  $toType)
  • $name
  • $fromType
  • $toType
Class Constants
CATEGORIAS_ID = 'feeds_sistema.CATEGORIAS_ID' (line 26)
CLASS_DEFAULT = 'lib.model.FeedsSistema' (line 13)
CONF_FEED_ID = 'feeds_sistema.CONF_FEED_ID' (line 29)
COUNT = 'COUNT(feeds_sistema.USUARIOS_ID)' (line 115)
COUNT_DISTINCT = 'COUNT(DISTINCT feeds_sistema.USUARIOS_ID)' (line 116)
DATABASE_NAME = 'propel' (line 7)
FEEDS_ID = 'feeds_sistema.FEEDS_ID' (line 32)
NUM_COLUMNS = 4 (line 16)
NUM_LAZY_LOAD_COLUMNS = 0 (line 19)
TABLE_NAME = 'feeds_sistema' (line 10)
USUARIOS_ID = 'feeds_sistema.USUARIOS_ID' (line 23)

Documentation generated on Fri, 02 May 2008 19:24:26 +0200 by phpDocumentor 1.4.2