All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gruelbox.transactionoutbox.SQLAction Maven / Gradle / Ivy

There is a newer version: 6.0.553
Show newest version
package com.gruelbox.transactionoutbox;

import java.sql.Connection;
import java.sql.SQLException;

@FunctionalInterface
interface SQLAction {
  void doAction(Connection connection) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy