Class BaseUnitTypePeer

Description
  • abstract:

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


	
			
Direct descendents
Class Description
UnitTypePeer
Class Constant Summary
 CLASS_DEFAULT = 'lib.model.UnitType'
 COUNT = 'COUNT(unit_type.ID)'
 COUNT_DISTINCT = 'COUNT(DISTINCT unit_type.ID)'
 DATABASE_NAME = 'propel'
 GLOBAL_DESCRIPTION = 'unit_type.GLOBAL_DESCRIPTION'
 ID = 'unit_type.ID'
 TABLE_NAME = 'unit_type'
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 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 96)
  • access: public
static void addSelectColumns ( $criteria)
  • Criteria $criteria
static method alias (line 90)
  • access: public
static void alias ( $alias,  $column)
  • $alias
  • $column
static method doCount (line 109)
  • access: public
static void doCount ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doDelete (line 306)
  • access: public
static void doDelete ( $values, [ $con = null])
  • $values
  • $con
static method doDeleteAll (line 289)
  • access: public
static void doDeleteAll ([ $con = null])
  • $con
static method doInsert (line 241)
  • access: public
static void doInsert ( $values, [ $con = null])
  • $values
  • $con
static method doSelect (line 144)
  • access: public
static void doSelect ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectOne (line 133)
  • access: public
static void doSelectOne ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectRS (line 149)
  • access: public
static void doSelectRS ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectWithI18n (line 182)
  • access: public
static void doSelectWithI18n ( $c, [ $culture = null], [ $con = null])
  • Criteria $c
  • $culture
  • $con
static method doUpdate (line 268)
  • access: public
static void doUpdate ( $values, [ $con = null])
  • $values
  • $con
static method doValidate (line 337)
  • access: public
static void doValidate ( $obj, [ $cols = null])
static method getFieldNames (line 81)
  • access: public
static void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
  • $type
static method getMapBuilder (line 49)
  • access: public
static void getMapBuilder ()
static method getOMClass (line 235)
  • access: public
static void getOMClass ()
static method getPhpNameMap (line 55)
  • access: public
static void getPhpNameMap ()
static method getTableMap (line 229)
  • access: public
static void getTableMap ()
static method populateObjects (line 165)
  • access: public
static void populateObjects ( $rs)
  • ResultSet $rs
static method retrieveByPK (line 372)
  • access: public
static void retrieveByPK ( $pk, [ $con = null])
  • $pk
  • $con
static method retrieveByPKs (line 389)
  • access: public
static void retrieveByPKs ( $pks, [ $con = null])
  • $pks
  • $con
static method translateFieldName (line 69)
  • access: public
static void translateFieldName ( $name,  $fromType,  $toType)
  • $name
  • $fromType
  • $toType
Class Constants
CLASS_DEFAULT = 'lib.model.UnitType' (line 13)
COUNT = 'COUNT(unit_type.ID)' (line 105)
COUNT_DISTINCT = 'COUNT(DISTINCT unit_type.ID)' (line 106)
DATABASE_NAME = 'propel' (line 7)
GLOBAL_DESCRIPTION = 'unit_type.GLOBAL_DESCRIPTION' (line 26)
ID = 'unit_type.ID' (line 23)
NUM_COLUMNS = 2 (line 16)
NUM_LAZY_LOAD_COLUMNS = 0 (line 19)
TABLE_NAME = 'unit_type' (line 10)

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