Interface DBAction<T>


  • public interface DBAction<T>
    Action with database functions.
    • Method Detail

      • run

        @Nullable
        T run​(@NotNull
              DBFunctions dbf)
        throws DBException
        Parameters:
        dbf - database helper object (within a connection).
        Returns:
        execution result of generic type.
        Throws:
        DBException - when exception occured. All SQL exceptions should be converted into DB ones, see SQLExceptionConvertor.