public class ParsingJdbcChecker extends sqlj.semantics.SQLCheckerBuilder implements sqlj.framework.checker.SQLChecker
Implementation of a parsing SQLChecker that uses JDBC.
This SQLChecker relies on a database connection. It is built on top of an
implementation of the SimpleChecker interface.