コード例 #1
0
ファイル: Connection.php プロジェクト: OmondiKevin/ADT_MTRH
 /**
  * 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));
 }