示例#1
0
 /**
  * Obtain DBMS specific SQL code portion needed to set the CHARACTER SET
  * of a field declaration to be used in statements like CREATE TABLE.
  *
  * @param string $charset   name of the charset
  * @return string  DBMS specific SQL code portion needed to set the CHARACTER SET
  *                 of a field declaration.
  */
 public function getCharsetFieldDeclaration($charset)
 {
     throw DoctrineException::getCharsetFieldDeclarationNotSupported($this);
 }