コード例 #1
0
ファイル: Column.php プロジェクト: ketheriel/ETVA
 /**
  * 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());
 }