thrownewPropelException("'$name' could not be found in the field names of type '$fromType'. These are: ".print_r(ParametroConfiguracionPeer::$fieldKeys[$fromType],true));
}
return$toNames[$key];
}
/**
* Returns an array of field names.
*
* @param string $type The type of fieldnames to return:
* One of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME
thrownewPropelException('Method getFieldNames() expects the parameter $type to be one of the class constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME, BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. '.$type.' was given.');
$e=newPropelException("Invalid value passed to removeInstanceFromPool(). Expected primary key or ParametroConfiguracion object; got ".(is_object($value)?get_class($value).' object.':var_export($value,true)));
* @method ParametroConfiguracionQuery orderByPcoId($order = Criteria::ASC) Order by the pco_id column
* @method ParametroConfiguracionQuery orderByPcoNombre($order = Criteria::ASC) Order by the pco_nombre column
* @method ParametroConfiguracionQuery orderByPcoValor($order = Criteria::ASC) Order by the pco_valor column
* @method ParametroConfiguracionQuery orderByPcoDescripcion($order = Criteria::ASC) Order by the pco_descripcion column
*
* @method ParametroConfiguracionQuery groupByPcoId() Group by the pco_id column
* @method ParametroConfiguracionQuery groupByPcoNombre() Group by the pco_nombre column
* @method ParametroConfiguracionQuery groupByPcoValor() Group by the pco_valor column
* @method ParametroConfiguracionQuery groupByPcoDescripcion() Group by the pco_descripcion column
*
* @method ParametroConfiguracionQuery leftJoin($relation) Adds a LEFT JOIN clause to the query
* @method ParametroConfiguracionQuery rightJoin($relation) Adds a RIGHT JOIN clause to the query
* @method ParametroConfiguracionQuery innerJoin($relation) Adds a INNER JOIN clause to the query
*
* @method ParametroConfiguracion findOne(PropelPDO $con = null) Return the first ParametroConfiguracion matching the query
* @method ParametroConfiguracion findOneOrCreate(PropelPDO $con = null) Return the first ParametroConfiguracion matching the query, or a new ParametroConfiguracion object populated from the query conditions when no match is found
*
* @method ParametroConfiguracion findOneByPcoNombre(string $pco_nombre) Return the first ParametroConfiguracion filtered by the pco_nombre column
* @method ParametroConfiguracion findOneByPcoValor(string $pco_valor) Return the first ParametroConfiguracion filtered by the pco_valor column
* @method ParametroConfiguracion findOneByPcoDescripcion(string $pco_descripcion) Return the first ParametroConfiguracion filtered by the pco_descripcion column
*
* @method array findByPcoId(int $pco_id) Return ParametroConfiguracion objects filtered by the pco_id column
* @method array findByPcoNombre(string $pco_nombre) Return ParametroConfiguracion objects filtered by the pco_nombre column
* @method array findByPcoValor(string $pco_valor) Return ParametroConfiguracion objects filtered by the pco_valor column
* @method array findByPcoDescripcion(string $pco_descripcion) Return ParametroConfiguracion objects filtered by the pco_descripcion column