Uses of Interface
net.sf.jsqlparser.util.validation.feature.Version
Packages that use Version
-
Uses of Version in net.sf.jsqlparser.util.validation.feature
Classes in net.sf.jsqlparser.util.validation.feature that implement VersionModifier and TypeClassDescriptionenum
The DatabaseType is named like the identifier used within the jdbc-connection-url (upper case), this may change in future, therefore useDatabaseType.get(String)
to retrieve theDatabaseType
.enum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Enum containing the ANSI SQL Standard Versions - features are not guaranteed to be complete, just add them if you are sure they are part of the standard :)Fields in net.sf.jsqlparser.util.validation.feature declared as VersionConstructors in net.sf.jsqlparser.util.validation.feature with parameters of type VersionModifierConstructorDescriptionprivate
DatabaseType
(String name, Version... versions) private
DatabaseType
(Version... versions)