File: phpbb/db/extractor/mysql_extractor.php
Unmodified
Added
Modified
Removed
Line 87 | Line 87 |
---|
* * @param string $table_name name of the database table * @return null
|
* * @param string $table_name name of the database table * @return null
|
* @throws \phpbb\db\extractor\exception\extractor_not_initialized_exception when calling this function before init_extractor()
| * @throws extractor_not_initialized_exception when calling this function before init_extractor()
|
*/ protected function write_data_mysqli($table_name) {
| */ protected function write_data_mysqli($table_name) {
|
Line 177 | Line 177 |
---|
* * @param string $table_name name of the database table * @return null
|
* * @param string $table_name name of the database table * @return null
|
* @throws \phpbb\db\extractor\exception\extractor_not_initialized_exception when calling this function before init_extractor()
| * @throws extractor_not_initialized_exception when calling this function before init_extractor()
|
*/ protected function new_write_table($table_name) {
| */ protected function new_write_table($table_name) {
|
Line 202 | Line 202 |
---|
* * @param string $table_name name of the database table * @return null
|
* * @param string $table_name name of the database table * @return null
|
* @throws \phpbb\db\extractor\exception\extractor_not_initialized_exception when calling this function before init_extractor()
| * @throws extractor_not_initialized_exception when calling this function before init_extractor()
|
*/ protected function old_write_table($table_name) {
| */ protected function old_write_table($table_name) {
|