Uses of Class
org.pgcodekeeper.core.schema.pg.PgColumn
Packages that use PgColumn
-
Uses of PgColumn in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg with parameters of type PgColumnModifier and TypeMethodDescriptionbooleanPgColumn.isJoinable(PgColumn newColumn) Checks if this column can be joined with another column in a single ALTER statement.voidPgColumn.joinAction(StringBuilder sb, PgColumn newColumn, boolean isNeedAlterTable, boolean isLastColumn, ISettings settings) Generates SQL for joining column changes in a single ALTER statement.