Class BatchSQLStatementsCheck

All Implemented Interfaces:
JavaCheck, JavaFileScanner

public class BatchSQLStatementsCheck extends AbstractMethodDetection
The rule checks for the use of "execute", "executeQuery" and "executeUpdate" methods on a Statement inside a loop or a "forEach" on Iterables, Maps and Streams.