示例#1
0
文件: Column.php 项目: ketheriel/ETVA
 /**
  * Utility method to know whether column needs Blob/Lob handling.
  * @return		 boolean
  */
 public function isLobType()
 {
     return PropelTypes::isLobType($this->getType());
 }
示例#2
0
 /**
  * Utility method to know whether column needs Blob/Lob handling.
  * @return     boolean
  */
 public function isLob()
 {
     return PropelTypes::isLobType($this->propelType);
 }