/**
  * Gets whether or not the column is an identity column.
  *
  * @return boolean
  */
 public function getIdentity()
 {
     return $this->column->getIdentity();
 }