Uses of Class
org.h2.command.Parser.NullConstraintType
-
Packages that use Parser.NullConstraintType Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements. -
-
Uses of Parser.NullConstraintType in org.h2.command
Methods in org.h2.command that return Parser.NullConstraintType Modifier and Type Method Description private Parser.NullConstraintTypeParser. parseNotNullCompatibility(Parser.NullConstraintType nullConstraint)private Parser.NullConstraintTypeParser. parseNotNullConstraint()private Parser.NullConstraintTypeParser. parseNotNullConstraint(Parser.NullConstraintType nullConstraint)static Parser.NullConstraintTypeParser.NullConstraintType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Parser.NullConstraintType[]Parser.NullConstraintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.h2.command with parameters of type Parser.NullConstraintType Modifier and Type Method Description private Parser.NullConstraintTypeParser. parseNotNullCompatibility(Parser.NullConstraintType nullConstraint)private Parser.NullConstraintTypeParser. parseNotNullConstraint(Parser.NullConstraintType nullConstraint)
-