Package ru.curs.celesta.dbutils.jdbc
Interface SQLAction
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SQLAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(ResultSet rs)
-
-
-
Method Detail
-
invoke
void invoke(ResultSet rs) throws SQLException
- Throws:
SQLException
-
-