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 boolean
Parser.parseCreateSequenceOption
(CreateSequence command) private boolean
Parser.parseSequenceOptions
(SequenceOptions options, CreateSequence command, boolean allowDataType, boolean forAlterColumn)