Module net.sf.jsqlparser
Class AllowedTypesValidation
- java.lang.Object
-
- net.sf.jsqlparser.util.validation.allowedtypes.AllowedTypesValidation
-
- All Implemented Interfaces:
ValidationCapability
public class AllowedTypesValidation extends Object implements ValidationCapability
-
-
Constructor Summary
Constructors Constructor Description AllowedTypesValidation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidvalidate(ValidationContext context, Consumer<ValidationException> errorConsumer)Validate and addValidationException's to given consumer.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jsqlparser.util.validation.ValidationCapability
toError, toError
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public void validate(ValidationContext context, Consumer<ValidationException> errorConsumer)
Description copied from interface:ValidationCapabilityValidate and addValidationException's to given consumer.- Specified by:
validatein interfaceValidationCapability
-
getName
public String getName()
- Specified by:
getNamein interfaceValidationCapability- Returns:
- a name of this
ValidationCapability
-
-