Class ExecutionHelper


  • public final class ExecutionHelper
    extends Object
    The ExecutionHelper is a cache for the current SQL-execution-error.
    This will be used in the DatabaseController and shows after all executions the resulted errors if some exists in a gui component.
    • Method Detail

      • removeThrowableMsg

        public String removeThrowableMsg​(String sql)
      • clearThrowableMsg

        public void clearThrowableMsg()
      • getMapOfExecutionExceptions

        public Map<String,​String> getMapOfExecutionExceptions()
      • removeExecutionCount

        public Integer removeExecutionCount​(String sql)
      • clearExecutionCount

        public void clearExecutionCount()
      • getMapOfExecutionCount

        public Map<String,​Integer> getMapOfExecutionCount()