Package sqlline

Interface SqlLineSignalHandler

  • All Known Implementing Classes:
    SunSignalHandler

    public interface SqlLineSignalHandler
    A signal handler interface for SQLLine. The interface is decoupled from the implementation since signal handlers are not portable across JVMs, so we use dynamic class-loading.
    • Method Detail

      • setCallback

        void setCallback​(DispatchCallback dispatchCallback)
        Sets the dispatchCallback to be alerted of by signals.
        Parameters:
        dispatchCallback - statement affected