[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 301 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mysql_extractor:: (6 methods):
write_start()
write_table()
write_data()
write_data_mysqli()
new_write_table()
old_write_table()
Class: mysql_extractor - X-Ref
write_start($table_prefix) X-Ref |
{@inheritdoc} |
write_table($table_name) X-Ref |
{@inheritdoc} |
write_data($table_name) X-Ref |
{@inheritdoc} |
write_data_mysqli($table_name) X-Ref |
Extracts data from database table (for MySQLi driver) param: string $table_name name of the database table return: null |
new_write_table($table_name) X-Ref |
Extracts database table structure (for MySQLi or MySQL 3.23.20+) param: string $table_name name of the database table return: null |
old_write_table($table_name) X-Ref |
Extracts database table structure (for MySQL versions older than 3.23.20) param: string $table_name name of the database table return: null |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |