Abstract Class BaseConfFeedPeer

Description
  • abstract:

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


	
			
Direct descendents
Class Description
 class ConfFeedPeer Subclass for performing query and update operations on the 'conf_feed' table.
Class Constant Summary
 CLASS_DEFAULT = 'lib.model.ConfFeed'
 COUNT = 'COUNT(conf_feed.ID_CONF_FEED)'
 COUNT_DISTINCT = 'COUNT(DISTINCT conf_feed.ID_CONF_FEED)'
 DATABASE_NAME = 'propel'
 ID_CONF_FEED = 'conf_feed.ID_CONF_FEED'
 NUMERO_ENTRADAS = 'conf_feed.NUMERO_ENTRADAS'
 TABLE_NAME = 'conf_feed'
 VELOCIDAD_LECTURA = 'conf_feed.VELOCIDAD_LECTURA'
 VOZ = 'conf_feed.VOZ'
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 ( $pk, [ $con = null])
 static void retrieveByPKs ( $pks, [ $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 268)
  • access: public
void doDelete ( $values, [ $con = null])
  • $values
  • $con
static doDeleteAll (line 251)
  • 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 230)
  • access: public
void doUpdate ( $values, [ $con = null])
  • $values
  • $con
static doValidate (line 299)
  • 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 334)
  • access: public
void retrieveByPK ( $pk, [ $con = null])
  • $pk
  • $con
static retrieveByPKs (line 351)
  • access: public
void retrieveByPKs ( $pks, [ $con = null])
  • $pks
  • $con
static translateFieldName (line 75)
  • access: public
void translateFieldName ( $name,  $fromType,  $toType)
  • $name
  • $fromType
  • $toType
Class Constants
CLASS_DEFAULT = 'lib.model.ConfFeed' (line 13)
COUNT = 'COUNT(conf_feed.ID_CONF_FEED)' (line 115)
COUNT_DISTINCT = 'COUNT(DISTINCT conf_feed.ID_CONF_FEED)' (line 116)
DATABASE_NAME = 'propel' (line 7)
ID_CONF_FEED = 'conf_feed.ID_CONF_FEED' (line 23)
NUMERO_ENTRADAS = 'conf_feed.NUMERO_ENTRADAS' (line 32)
NUM_COLUMNS = 4 (line 16)
NUM_LAZY_LOAD_COLUMNS = 0 (line 19)
TABLE_NAME = 'conf_feed' (line 10)
VELOCIDAD_LECTURA = 'conf_feed.VELOCIDAD_LECTURA' (line 29)
VOZ = 'conf_feed.VOZ' (line 26)

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