Interface DBActionNoResults
-
public interface DBActionNoResults
Action with database functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(DBFunctions dbf)
-
-
-
Method Detail
-
run
void run(@NotNull DBFunctions dbf) throws DBException
- Parameters:
dbf
- database helper object (within a connection).- Throws:
DBException
- when exception occured. All SQL exceptions should be converted into DB ones, seeSQLExceptionConvertor
.
-
-