Class SQLValidation
- java.lang.Object
-
- software.tnb.db.common.validation.SQLValidation
-
public class SQLValidation extends Object
-
-
Constructor Summary
Constructors Constructor Description SQLValidation(String jdbcConnectionUrl, SQLAccount account)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckQueryResult(String sql, Consumer<ResultSet> check)booleanexecute(String sql)ResultSetexecuteQuery(String sql)
-
-
-
Constructor Detail
-
SQLValidation
public SQLValidation(String jdbcConnectionUrl, SQLAccount account)
-
-