/**
  * Obtain DBMS specific SQL to be used to create time fields in statements
  * like CREATE TABLE.
  *
  * @param array $fieldDeclaration
  * @return string
  */
 public function getTimeTypeDeclarationSql(array $fieldDeclaration)
 {
     throw DoctrineException::getTimeTypeDeclarationNotSupported($this);
 }