Uses of Enum
org.h2.command.Parser.NullConstraintType
Packages that use Parser.NullConstraintType
Package
Description
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.NullConstraintTypeModifier and TypeMethodDescriptionprivate Parser.NullConstraintTypeParser.parseNotNullCompatibility(Parser.NullConstraintType nullConstraint) private Parser.NullConstraintTypeParser.parseNotNullConstraint()private Parser.NullConstraintTypeParser.parseNotNullConstraint(Parser.NullConstraintType nullConstraint) static Parser.NullConstraintTypeReturns 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.NullConstraintTypeModifier and TypeMethodDescriptionprivate Parser.NullConstraintTypeParser.parseNotNullCompatibility(Parser.NullConstraintType nullConstraint) private Parser.NullConstraintTypeParser.parseNotNullConstraint(Parser.NullConstraintType nullConstraint)