IndexRename constructor

IndexRename(
  1. dynamic table,
  2. dynamic oldName,
  3. dynamic newName,
  4. dynamic options,
)

Implementation

IndexRename(table, oldName, newName, options)
    : super([table, oldName, newName], options);