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