Exemple #1
0
 /**
  * Set the charset on the current connection
  *
  * @param string    charset
  */
 public function setCharset($charset)
 {
     $this->exec($this->_platform->getSetCharsetSql($charset));
 }