/**
  * Gets whether the column allows nulls.
  *
  * @return boolean
  */
 public function getNull()
 {
     return $this->column->getNull();
 }