t_RelationalDatabaseUpgrade_RenameIndex
RenameIndex
Rename an existing table index.
Properties
description : stringOperation description.
name : indexNameOld index name, as specified in the data source: [<owner>.]<table>.<index>
Valid values based on“string”. [A-Za-z][_A-Za-z\d]*(\.[A-Za-z][_A-Za-z\d]*){0,2} to : indexNameNew index name, as specified in the data source: [<owner>.]<table>.<index>
Valid values based on“string”. [A-Za-z][_A-Za-z\d]*(\.[A-Za-z][_A-Za-z\d]*){0,2}
Parents
t_Upgrade_RelationalDatabaseUpgrade - The set of Relational Upgrade steps to describe what schema changes took place in this version
Parent topic: t_Upgrade_RelationalDatabaseUpgrade