Home
last modified time | relevance | path

Searched refs:fetch_charset_collation (Results 1 – 7 of 7) sorted by relevance

/dports/www/mybb/mybb-mybb_1829/inc/
H A Ddb_mysql_pdo.php610 public function fetch_charset_collation($charset) function in MysqlPdoDbDriver
664 $collation = $this->fetch_charset_collation($this->db_encoding);
H A Ddb_base.php436 function fetch_charset_collation($charset); function
H A Ddb_mysql.php1557 function fetch_charset_collation($charset) function in DB_MySQL
1616 $collation = $this->fetch_charset_collation($this->db_encoding);
H A Ddb_mysqli.php1538 function fetch_charset_collation($charset) function in DB_MySQLi
1597 $collation = $this->fetch_charset_collation($this->db_encoding);
H A Ddb_pgsql_pdo.php614 public function fetch_charset_collation($charset) function in PostgresPdoDbDriver
H A Ddb_pgsql.php1536 function fetch_charset_collation($charset) function in DB_PgSQL
H A Ddb_sqlite.php1527 function fetch_charset_collation($charset) function in DB_SQLite