alias abstract method

List<QualifiedTablename> alias(
  1. ChangeNotification notification
)

And we provide a helper method to alias changes in the form {attachedDbName, tablenames} to aliasedTablenames.

Implementation

List<QualifiedTablename> alias(ChangeNotification notification);