RESULT
- The return value.@FunctionalInterface public interface DBOperation<RESULT>
Modifier and Type | Method and Description |
---|---|
RESULT |
run(Connection conn)
Runs the function with the specified connection without performing commit.
|
RESULT run(Connection conn) throws SQLException
conn
- The JDBC connection.SQLException
- For SQL errors.iizi® is a registered trademark of Mindus SARL. © Copyright 2019 Mindus SARL. All rights reserved.