Uses of Class
org.h2.command.ddl.CreateSequence
Packages that use CreateSequence
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
-
Uses of CreateSequence in org.h2.command
Methods in org.h2.command that return CreateSequenceMethods in org.h2.command with parameters of type CreateSequenceModifier and TypeMethodDescriptionprivate booleanParser.parseCreateSequenceOption(CreateSequence command) private booleanParser.parseSequenceOptions(SequenceOptions options, CreateSequence command, boolean allowDataType, boolean forAlterColumn)