Uses of Class
org.h2.command.ddl.AlterTableAlterColumn
Packages that use AlterTableAlterColumn
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
-
Uses of AlterTableAlterColumn in org.h2.command
Methods in org.h2.command that return AlterTableAlterColumnModifier and TypeMethodDescriptionprivate AlterTableAlterColumn
Parser.parseAlterTableAddColumn
(String tableName, Schema schema, boolean ifTableExists) private AlterTableAlterColumn
Parser.parseAlterTableAlterColumnDataType
(Schema schema, String tableName, String columnName, boolean ifTableExists, boolean ifExists) private AlterTableAlterColumn
Parser.parseAlterTableAlterColumnType
(Schema schema, String tableName, String columnName, boolean ifTableExists, boolean ifExists, boolean preserveNotNull) Methods in org.h2.command with parameters of type AlterTableAlterColumnModifier and TypeMethodDescriptionprivate void
Parser.parseAlterColumnUsingIf
(AlterTableAlterColumn command)