Exemplo n.º 1
0
 /**
  * Sets the given charset on the current connection.
  *
  * @param string $charset The charset to set.
  */
 public function setCharset($charset)
 {
     $this->executeUpdate($this->_platform->getSetCharsetSQL($charset));
 }