Exemplo n.º 1
0
 /**
  * Returns the column PDO type integer for this column's Propel type.
  * @return		 int The integer value representing PDO type param: e.g. PDO::PARAM_INT
  */
 public function getPDOType()
 {
     return PropelTypes::getPDOType($this->getType());
 }