Package net.sf.jsqlparser.util.validation
package net.sf.jsqlparser.util.validation
-
ClassDescriptionthe context key - a ValidationCapability should define constants of expected context - values needed for validation.package - private class for
Validation
to parse the statements within it's ownValidationCapability
wraps aJSQLParserException
to add to the errors collected by validationcan be used on unexpected errors during validationParses the given statement list withParseCapability
and performs validation with configuredValidationCapability
's.Validator<S>