Class BaseConversionFactorPeer

Description
  • abstract:

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


	
			
Direct descendents
Class Description
ConversionFactorPeer
Class Constant Summary
 CLASS_DEFAULT = 'lib.model.ConversionFactor'
 CONVERSION_FACTOR = 'conversion_factor.CONVERSION_FACTOR'
 COUNT = 'COUNT(conversion_factor.ID)'
 COUNT_DISTINCT = 'COUNT(DISTINCT conversion_factor.ID)'
 DATABASE_NAME = 'propel'
 DESTINY_ID = 'conversion_factor.DESTINY_ID'
 ID = 'conversion_factor.ID'
 ORIGIN_ID = 'conversion_factor.ORIGIN_ID'
 TABLE_NAME = 'conversion_factor'
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 doCountJoinAllExceptUnitRelatedByDestinyId ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinAllExceptUnitRelatedByOriginId ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinUnitRelatedByDestinyId ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinUnitRelatedByOriginId ( $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 doSelectJoinAllExceptUnitRelatedByDestinyId ( $c, [ $con = null])
static void doSelectJoinAllExceptUnitRelatedByOriginId ( $c, [ $con = null])
static void doSelectJoinUnitRelatedByDestinyId ( $c, [ $con = null])
static void doSelectJoinUnitRelatedByOriginId ( $c, [ $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 method addSelectColumns (line 102)
  • access: public
static void addSelectColumns ( $criteria)
  • Criteria $criteria
static method alias (line 96)
  • access: public
static void alias ( $alias,  $column)
  • $alias
  • $column
static method doCount (line 119)
  • access: public
static void doCount ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAll (line 342)
  • access: public
static void doCountJoinAll ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAllExceptUnitRelatedByDestinyId (line 484)
  • access: public
static void doCountJoinAllExceptUnitRelatedByDestinyId ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAllExceptUnitRelatedByOriginId (line 458)
  • access: public
static void doCountJoinAllExceptUnitRelatedByOriginId ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinUnitRelatedByDestinyId (line 220)
  • access: public
static void doCountJoinUnitRelatedByDestinyId ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinUnitRelatedByOriginId (line 192)
  • access: public
static void doCountJoinUnitRelatedByOriginId ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doDelete (line 646)
  • access: public
static void doDelete ( $values, [ $con = null])
  • $values
  • $con
static method doDeleteAll (line 629)
  • access: public
static void doDeleteAll ([ $con = null])
  • $con
static method doInsert (line 581)
  • access: public
static void doInsert ( $values, [ $con = null])
  • $values
  • $con
static method doSelect (line 154)
  • access: public
static void doSelect ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectJoinAll (line 372)
  • access: public
static void doSelectJoinAll ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinAllExceptUnitRelatedByDestinyId (line 540)
  • access: public
static void doSelectJoinAllExceptUnitRelatedByDestinyId ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinAllExceptUnitRelatedByOriginId (line 510)
  • access: public
static void doSelectJoinAllExceptUnitRelatedByOriginId ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinUnitRelatedByDestinyId (line 295)
  • access: public
static void doSelectJoinUnitRelatedByDestinyId ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinUnitRelatedByOriginId (line 248)
  • access: public
static void doSelectJoinUnitRelatedByOriginId ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectOne (line 143)
  • access: public
static void doSelectOne ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectRS (line 159)
  • access: public
static void doSelectRS ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doUpdate (line 608)
  • access: public
static void doUpdate ( $values, [ $con = null])
  • $values
  • $con
static method doValidate (line 677)
  • access: public
static void doValidate ( $obj, [ $cols = null])
static method getFieldNames (line 87)
  • access: public
static void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
  • $type
static method getMapBuilder (line 55)
  • access: public
static void getMapBuilder ()
static method getOMClass (line 575)
  • access: public
static void getOMClass ()
static method getPhpNameMap (line 61)
  • access: public
static void getPhpNameMap ()
static method getTableMap (line 569)
  • access: public
static void getTableMap ()
static method populateObjects (line 175)
  • access: public
static void populateObjects ( $rs)
  • ResultSet $rs
static method retrieveByPK (line 712)
  • access: public
static void retrieveByPK ( $pk, [ $con = null])
  • $pk
  • $con
static method retrieveByPKs (line 729)
  • access: public
static void retrieveByPKs ( $pks, [ $con = null])
  • $pks
  • $con
static method translateFieldName (line 75)
  • access: public
static void translateFieldName ( $name,  $fromType,  $toType)
  • $name
  • $fromType
  • $toType
Class Constants
CLASS_DEFAULT = 'lib.model.ConversionFactor' (line 13)
CONVERSION_FACTOR = 'conversion_factor.CONVERSION_FACTOR' (line 32)
COUNT = 'COUNT(conversion_factor.ID)' (line 115)
COUNT_DISTINCT = 'COUNT(DISTINCT conversion_factor.ID)' (line 116)
DATABASE_NAME = 'propel' (line 7)
DESTINY_ID = 'conversion_factor.DESTINY_ID' (line 29)
ID = 'conversion_factor.ID' (line 23)
NUM_COLUMNS = 4 (line 16)
NUM_LAZY_LOAD_COLUMNS = 0 (line 19)
ORIGIN_ID = 'conversion_factor.ORIGIN_ID' (line 26)
TABLE_NAME = 'conversion_factor' (line 10)

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