
org.sqlproc.engine.validation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql-processor Show documentation
Show all versions of sql-processor Show documentation
SQL Processor - Data Driven Queries
/**
* The validator is used to validate input values in INSERT or UPDATE statements. To prevent the SQL Processor dependency
* on some specific validator library, the set of interfaces in this package are very general ones.
*
* For more information please see {@link org.sqlproc.engine.validation.SqlValidator}.
*
* @author Vladimir Hudec
*/
package org.sqlproc.engine.validation;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy