Class DdlParserListener.DatabaseAlteredEvent

    • Field Detail

      • previousDatabaseName

        private final String previousDatabaseName
    • Constructor Detail

      • DatabaseAlteredEvent

        public DatabaseAlteredEvent​(String databaseName,
                                    String previousDatabaseName,
                                    String ddlStatement)
    • Method Detail

      • previousDatabaseName

        public String previousDatabaseName()
        If the table was renamed, then get the old identifier of the table before it was renamed.
        Returns:
        the table's previous identifier; may be null if the alter did not affect the table's identifier