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 AlterTableAlterColumnParser.parseAlterTableAddColumn(String tableName, Schema schema, boolean ifTableExists) private AlterTableAlterColumnParser.parseAlterTableAlterColumnDataType(Schema schema, String tableName, String columnName, boolean ifTableExists, boolean ifExists) private AlterTableAlterColumnParser.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 voidParser.parseAlterColumnUsingIf(AlterTableAlterColumn command)