Interface DBActionNoResults
-
public interface DBActionNoResultsAction with database functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(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.
-
-