
org.tinygroup.dbrouterjdbc4.thread.ExecuteUpdateCallBack Maven / Gradle / Ivy
The newest version!
package org.tinygroup.dbrouterjdbc4.thread;
import java.sql.SQLException;
import org.tinygroup.dbrouter.context.RealStatementExecutor;
public class ExecuteUpdateCallBack implements StatementProcessorCallBack {
public Integer callBack(RealStatementExecutor statement)
throws SQLException {
return statement.executeUpdate();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy