FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Go to the source code of this file.
Functions | |
ResequenceAuthorTablePKey ($dbManager, $authorColumn) | |
Drop all sequence and constrains and resequence the author table and build them again. More... | |
ResequenceCopyrightTablePKey ($dbManager, $copyrightColumn) | |
Drop primary key constrains and resequence the copyright table and build them again. More... | |
CleanAuthorTable ($dbManager, $authorColumn) | |
Remove redundant entries from author table. More... | |
CleanCopyrightTable ($dbManager, $copyrightColumn) | |
Remove invalid entries from copyright table. More... | |
Variables | |
$result | |
Resequence the author and copyright table, remove duplicates in author table, remove dependency of author table on copyright sequence.
Definition in file resequence_author_table.php.
CleanAuthorTable | ( | $dbManager, | |
$authorColumn | |||
) |
Remove redundant entries from author table.
DbManager | $dbManager | DB Manager to be used |
string | $authorColumn | Primary column name |
Definition at line 115 of file resequence_author_table.php.
CleanCopyrightTable | ( | $dbManager, | |
$copyrightColumn | |||
) |
Remove invalid entries from copyright table.
DbManager | $dbManager | DB Manager to be used |
string | $copyrightColumn | Primary column name |
Definition at line 150 of file resequence_author_table.php.
ResequenceAuthorTablePKey | ( | $dbManager, | |
$authorColumn | |||
) |
Drop all sequence and constrains and resequence the author table and build them again.
DbManager | $dbManager | DB Manager to be used |
string | $authorColumn | Primary column name |
Definition at line 20 of file resequence_author_table.php.
ResequenceCopyrightTablePKey | ( | $dbManager, | |
$copyrightColumn | |||
) |
Drop primary key constrains and resequence the copyright table and build them again.
DbManager | $dbManager | DB Manager to be used |
string | $copyrightColumn | Primary column name |
Definition at line 74 of file resequence_author_table.php.
$result |
Definition at line 169 of file resequence_author_table.php.