Class BaseUnitPeer

Description
  • abstract:

Located in /lib/model/om/BaseUnitPeer.php (line 4)


	
			
Direct descendents
Class Description
UnitPeer
Class Constant Summary
 CLASS_DEFAULT = 'lib.model.Unit'
 COUNT = 'COUNT(unit.ID)'
 COUNT_DISTINCT = 'COUNT(DISTINCT unit.ID)'
 DATABASE_NAME = 'propel'
 ID = 'unit.ID'
 SYMBOL = 'unit.SYMBOL'
 TABLE_NAME = 'unit'
 UNIT_TYPE_ID = 'unit.UNIT_TYPE_ID'
Method Summary
static void addSelectColumns ( $criteria)
static void alias ( $alias,  $column)
static void doCount ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinAll ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinUnitType ( $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 doSelectJoinAll ( $c, [ $con = null])
static void doSelectJoinUnitType ( $c, [ $con = null])
static void doSelectOne ( $criteria, [ $con = null])
static void doSelectRS ( $criteria, [ $con = null])
static void doSelectWithI18n ( $c, [ $culture = null], [ $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 method addSelectColumns (line 99)
  • access: public
static void addSelectColumns ( $criteria)
  • Criteria $criteria
static method alias (line 93)
  • access: public
static void alias ( $alias,  $column)
  • $alias
  • $column
static method doCount (line 114)
  • access: public
static void doCount ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAll (line 262)
  • access: public
static void doCountJoinAll ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinUnitType (line 187)
  • access: public
static void doCountJoinUnitType ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doDelete (line 472)
  • access: public
static void doDelete ( $values, [ $con = null])
  • $values
  • $con
static method doDeleteAll (line 455)
  • access: public
static void doDeleteAll ([ $con = null])
  • $con
static method doInsert (line 407)
  • access: public
static void doInsert ( $values, [ $con = null])
  • $values
  • $con
static method doSelect (line 149)
  • access: public
static void doSelect ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectJoinAll (line 290)
  • access: public
static void doSelectJoinAll ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinUnitType (line 215)
  • access: public
static void doSelectJoinUnitType ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectOne (line 138)
  • access: public
static void doSelectOne ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectRS (line 154)
  • access: public
static void doSelectRS ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectWithI18n (line 348)
  • access: public
static void doSelectWithI18n ( $c, [ $culture = null], [ $con = null])
  • Criteria $c
  • $culture
  • $con
static method doUpdate (line 434)
  • access: public
static void doUpdate ( $values, [ $con = null])
  • $values
  • $con
static method doValidate (line 503)
  • access: public
static void doValidate ( $obj, [ $cols = null])
static method getFieldNames (line 84)
  • access: public
static void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
  • $type
static method getMapBuilder (line 52)
  • access: public
static void getMapBuilder ()
static method getOMClass (line 401)
  • access: public
static void getOMClass ()
static method getPhpNameMap (line 58)
  • access: public
static void getPhpNameMap ()
static method getTableMap (line 395)
  • access: public
static void getTableMap ()
static method populateObjects (line 170)
  • access: public
static void populateObjects ( $rs)
  • ResultSet $rs
static method retrieveByPK (line 538)
  • access: public
static void retrieveByPK ( $pk, [ $con = null])
  • $pk
  • $con
static method retrieveByPKs (line 555)
  • access: public
static void retrieveByPKs ( $pks, [ $con = null])
  • $pks
  • $con
static method translateFieldName (line 72)
  • access: public
static void translateFieldName ( $name,  $fromType,  $toType)
  • $name
  • $fromType
  • $toType
Class Constants
CLASS_DEFAULT = 'lib.model.Unit' (line 13)
COUNT = 'COUNT(unit.ID)' (line 110)
COUNT_DISTINCT = 'COUNT(DISTINCT unit.ID)' (line 111)
DATABASE_NAME = 'propel' (line 7)
ID = 'unit.ID' (line 23)
NUM_COLUMNS = 3 (line 16)
NUM_LAZY_LOAD_COLUMNS = 0 (line 19)
SYMBOL = 'unit.SYMBOL' (line 26)
TABLE_NAME = 'unit' (line 10)
UNIT_TYPE_ID = 'unit.UNIT_TYPE_ID' (line 29)

Documentation generated on Tue, 31 Mar 2009 19:03:22 +0200 by phpDocumentor 1.4.2