Abstract Class BaseCategoriasPeer

Description
  • abstract:

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


	
			
Direct descendents
Class Description
 class CategoriasPeer Subclass for performing query and update operations on the 'categorias' table.
Class Constant Summary
 CLASS_DEFAULT = 'lib.model.Categorias'
 COUNT = 'COUNT(categorias.ID_CATEGORIA)'
 COUNT_DISTINCT = 'COUNT(DISTINCT categorias.ID_CATEGORIA)'
 DATABASE_NAME = 'propel'
 DESCRIPCION = 'categorias.DESCRIPCION'
 ID_CATEGORIA = 'categorias.ID_CATEGORIA'
 SISTEMA = 'categorias.SISTEMA'
 TABLE_NAME = 'categorias'
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 99)
  • access: public
void addSelectColumns ( $criteria)
  • Criteria $criteria
static alias (line 93)
  • access: public
void alias ( $alias,  $column)
  • $alias
  • $column
static doCount (line 114)
  • access: public
void doCount ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static doDelete (line 263)
  • access: public
void doDelete ( $values, [ $con = null])
  • $values
  • $con
static doDeleteAll (line 246)
  • access: public
void doDeleteAll ([ $con = null])
  • $con
static doInsert (line 198)
  • access: public
void doInsert ( $values, [ $con = null])
  • $values
  • $con
static doSelect (line 149)
  • access: public
void doSelect ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static doSelectOne (line 138)
  • access: public
void doSelectOne ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static doSelectRS (line 154)
  • access: public
void doSelectRS ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static doUpdate (line 225)
  • access: public
void doUpdate ( $values, [ $con = null])
  • $values
  • $con
static doValidate (line 294)
  • access: public
void doValidate ( $obj, [ $cols = null])
static getFieldNames (line 84)
  • access: public
void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
  • $type
static getMapBuilder (line 52)
  • access: public
void getMapBuilder ()
static getOMClass (line 192)
  • access: public
void getOMClass ()
static getPhpNameMap (line 58)
  • access: public
void getPhpNameMap ()
static getTableMap (line 186)
  • access: public
void getTableMap ()
static populateObjects (line 170)
  • access: public
void populateObjects ( $rs)
  • ResultSet $rs
static retrieveByPK (line 329)
  • access: public
void retrieveByPK ( $pk, [ $con = null])
  • $pk
  • $con
static retrieveByPKs (line 346)
  • access: public
void retrieveByPKs ( $pks, [ $con = null])
  • $pks
  • $con
static translateFieldName (line 72)
  • access: public
void translateFieldName ( $name,  $fromType,  $toType)
  • $name
  • $fromType
  • $toType
Class Constants
CLASS_DEFAULT = 'lib.model.Categorias' (line 13)
COUNT = 'COUNT(categorias.ID_CATEGORIA)' (line 110)
COUNT_DISTINCT = 'COUNT(DISTINCT categorias.ID_CATEGORIA)' (line 111)
DATABASE_NAME = 'propel' (line 7)
DESCRIPCION = 'categorias.DESCRIPCION' (line 26)
ID_CATEGORIA = 'categorias.ID_CATEGORIA' (line 23)
NUM_COLUMNS = 3 (line 16)
NUM_LAZY_LOAD_COLUMNS = 0 (line 19)
SISTEMA = 'categorias.SISTEMA' (line 29)
TABLE_NAME = 'categorias' (line 10)

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