File: phpbb/db/extractor/mssql_extractor.php
Unmodified
Added
Modified
Removed
Line 21 | Line 21 |
---|
* Writes closing line(s) to database backup * * @return null
|
* Writes closing line(s) to database backup * * @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()
|
*/ public function write_end() {
| */ public function write_end() {
|
Line 195 | Line 195 |
---|
* * @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_mssqlnative($table_name) {
| */ protected function write_data_mssqlnative($table_name) {
|
Line 311 | Line 311 |
---|
* * @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_odbc($table_name) {
| */ protected function write_data_odbc($table_name) {
|