Uses of Interface
ru.curs.celesta.dbutils.jdbc.SQLActionReturning
-
Packages that use SQLActionReturning Package Description ru.curs.celesta.dbutils.jdbc Utils for SQL execution. -
-
Uses of SQLActionReturning in ru.curs.celesta.dbutils.jdbc
Methods in ru.curs.celesta.dbutils.jdbc with parameters of type SQLActionReturning Modifier and Type Method Description static <T> TSqlUtils. executeQuery(Connection conn, String sql, SQLActionReturning<T> action)Executes query statement on DB connection, returning resultset as a lambda parameter.static <T> TSqlUtils. executeQuery(Connection conn, String sql, SQLActionReturning<T> action, String errMsg)Executes query statement on DB connection, returning resultset as a lambda parameter.
-