All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sqlproc.engine.validation.package-info Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
/**
 * 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