Exemple #1
0
 /**
  * Utility method to know whether column needs Blob/Lob handling.
  * @return		 boolean
  */
 public function isLobType()
 {
     return PropelTypes::isLobType($this->getType());
 }
Exemple #2
0
 /**
  * Utility method to know whether column needs Blob/Lob handling.
  * @return     boolean
  */
 public function isLob()
 {
     return PropelTypes::isLobType($this->propelType);
 }