Interface IConnectionHandler

All Known Implementing Classes:
ChangeCatalogConnectionHandler

public interface IConnectionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    after(Connection connection)
     
    void
    before(Connection connection)
     
  • Method Details