Home
last modified time | relevance | path

Searched refs:show_create_table (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/mybb/mybb-mybb_1829/admin/modules/tools/
H A Dsystem_health.php224 $table1 = $db->show_create_table($db->escape_string($mybb->input['table']));
285 $table_structure = $db->show_create_table($mybb->input['table']);
387 $table = $db->show_create_table($tablename);
466 $table = $db->show_create_table($tablename);
485 $table = $db->show_create_table($db->escape_string($nexttable));
497 $table = $db->show_create_table($db->escape_string($mybb->input['table']));
603 $table = $db->show_create_table($tablename);
H A Dbackupdb.php220 $structure = $db->show_create_table($table).";\n";
/dports/www/mybb/mybb-mybb_1829/inc/tasks/
H A Dbackupdb.php73 $structure = $db->show_create_table($table).";\n";
/dports/net-mgmt/collectd5/collectd-5.12.0/contrib/collection3/etc/
H A Dcollection.conf452 DSName show_create_table show_create_table
467 … lock_tables optimize rename_table replace revoke select set_option show_create_table show_databas…
491 Color show_create_table 00ff55
/dports/www/mybb/mybb-mybb_1829/inc/
H A Ddb_mysql_pdo.php342 public function show_create_table($table) function in MysqlPdoDbDriver
364 $structure = $this->show_create_table($table);
H A Ddb_base.php278 function show_create_table($table); function
H A Ddb_mysql.php1102 function show_create_table($table) function in DB_MySQL
1135 $structure = $this->show_create_table($table);
H A Ddb_mysqli.php1095 function show_create_table($table) function in DB_MySQLi
1129 $structure = $this->show_create_table($table);
H A Ddb_pgsql_pdo.php299 public function show_create_table($table) function in PostgresPdoDbDriver
H A Ddb_pgsql.php1022 function show_create_table($table) function in DB_PgSQL
H A Ddb_sqlite.php944 function show_create_table($table) function in DB_SQLite
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_show.h79 int show_create_table(THD *thd, TABLE_LIST *table_list, String *packet,
H A Dwsrep_mysqld.cc2741 show_create_table(thd, src_table, &query, NULL, WITH_DB_NAME); in wsrep_create_like_table()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_show.h79 int show_create_table(THD *thd, TABLE_LIST *table_list, String *packet,
H A Dwsrep_mysqld.cc2741 show_create_table(thd, src_table, &query, NULL, WITH_DB_NAME); in wsrep_create_like_table()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_show.h79 int show_create_table(THD *thd, TABLE_LIST *table_list, String *packet,
H A Dwsrep_mysqld.cc2884 show_create_table(thd, src_table, &query, NULL, WITH_DB_NAME); in wsrep_create_like_table()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_show.h79 int show_create_table(THD *thd, TABLE_LIST *table_list, String *packet,
H A Dwsrep_mysqld.cc2884 show_create_table(thd, src_table, &query, NULL, WITH_DB_NAME); in wsrep_create_like_table()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_show.h82 int show_create_table(THD *thd, TABLE_LIST *table_list, String *packet,
H A Dwsrep_mysqld.cc2984 show_create_table(thd, src_table, &query, NULL, WITH_DB_NAME); in wsrep_create_like_table()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_show.h82 int show_create_table(THD *thd, TABLE_LIST *table_list, String *packet,
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DRelation.php839 $show_create_table = $tableObj->showCreate();
840 if ($show_create_table) {
841 $parser = new Parser($show_create_table);
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DRelation.php852 $show_create_table = $tableObj->showCreate();
853 if ($show_create_table) {
854 $parser = new Parser($show_create_table);
/dports/www/e107/e107/e107_handlers/vendor/ifsnop/mysqldump-php/src/Ifsnop/Mysqldump/
H A DMysqldump.php790 $stmt = $this->typeAdapter->show_create_table($tableName);
1577 public function show_create_table($tableName) function in Ifsnop\\Mysqldump\\TypeAdapterFactory
1859 public function show_create_table($tableName) function in Ifsnop\\Mysqldump\\TypeAdapterMysql

12