Uses of Interface
org.pgcodekeeper.core.database.api.schema.IColumn
Packages that use IColumn
Package
Description
-
Uses of IColumn in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return IColumnMethods in org.pgcodekeeper.core.database.api.schema that return types with arguments of type IColumn -
Uses of IColumn in org.pgcodekeeper.core.database.base.schema
Method parameters in org.pgcodekeeper.core.database.base.schema with type arguments of type IColumnModifier and TypeMethodDescriptionstatic booleanStatementUtils.isColumnsOrderChanged(List<? extends IColumn> newColumns, List<? extends IColumn> oldColumns) Checks if the order of the table columns has changed. -
Uses of IColumn in org.pgcodekeeper.core.database.ch.schema
Classes in org.pgcodekeeper.core.database.ch.schema that implement IColumnModifier and TypeClassDescriptionclassRepresents a ClickHouse database column with ClickHouse-specific properties.Methods in org.pgcodekeeper.core.database.ch.schema that return types with arguments of type IColumn -
Uses of IColumn in org.pgcodekeeper.core.database.ms.schema
Classes in org.pgcodekeeper.core.database.ms.schema that implement IColumnModifier and TypeClassDescriptionclassRepresents a Microsoft SQL table column with its properties and constraints.Methods in org.pgcodekeeper.core.database.ms.schema that return types with arguments of type IColumn -
Uses of IColumn in org.pgcodekeeper.core.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement IColumnMethods in org.pgcodekeeper.core.database.pg.schema that return types with arguments of type IColumn -
Uses of IColumn in org.pgcodekeeper.core.model.difftree
Method parameters in org.pgcodekeeper.core.model.difftree with type arguments of type IColumnModifier and TypeMethodDescriptionstatic voidDiffTree.addColumns(Collection<IColumn> left, Collection<IColumn> right, TreeElement parent, List<TreeElement> list) Deprecated.this method is deprecated