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.NullConstraintType
Parser. parseNotNullCompatibility(Parser.NullConstraintType nullConstraint)
private Parser.NullConstraintType
Parser. parseNotNullConstraint()
private Parser.NullConstraintType
Parser. parseNotNullConstraint(Parser.NullConstraintType nullConstraint)
static Parser.NullConstraintType
Parser.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.NullConstraintType
Parser. parseNotNullCompatibility(Parser.NullConstraintType nullConstraint)
private Parser.NullConstraintType
Parser. parseNotNullConstraint(Parser.NullConstraintType nullConstraint)
-