예제 #1
0
 /**
  * sql type 
  * 
  * @return string
  */
 private function _sqlType()
 {
     return $this->_adapter->typeToSql($this->type, $this->_options);
 }