Uses of Class
net.sf.jsqlparser.util.validation.feature.H2Version
-
Packages that use H2Version Package Description net.sf.jsqlparser.util.validation.feature -
-
Uses of H2Version in net.sf.jsqlparser.util.validation.feature
Methods in net.sf.jsqlparser.util.validation.feature that return H2Version Modifier and Type Method Description static H2Version
H2Version. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static H2Version[]
H2Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-