Class TestDatabaseEventListener.Init

    • Constructor Detail

      • Init

        public Init()
    • Method Detail

      • init

        public void init​(java.lang.String url)
        Description copied from interface: DatabaseEventListener
        This method is called just after creating the object. This is done when opening the database if the listener is specified in the database URL, but may be later if the listener is set at runtime with the SET SQL statement.
        Specified by:
        init in interface DatabaseEventListener
        Parameters:
        url - - the database URL
      • opened

        public void opened()
        Description copied from interface: DatabaseEventListener
        This method is called after the database has been opened. It is safe to connect to the database and execute statements at this point.
        Specified by:
        opened in interface DatabaseEventListener