Uses of Class
org.pgcodekeeper.core.schema.AbstractColumn
Packages that use AbstractColumn
Package
Description
-
Uses of AbstractColumn in org.pgcodekeeper.core.loader.jdbc
Methods in org.pgcodekeeper.core.loader.jdbc with parameters of type AbstractColumnModifier and TypeMethodDescriptionvoidJdbcLoaderBase.setPrivileges(AbstractColumn column, AbstractTable t, String aclItemsArrayAsString, String schemaName) -
Uses of AbstractColumn in org.pgcodekeeper.core.model.difftree
Method parameters in org.pgcodekeeper.core.model.difftree with type arguments of type AbstractColumnModifier and TypeMethodDescriptionstatic voidDiffTree.addColumns(List<AbstractColumn> left, List<AbstractColumn> right, TreeElement parent, List<TreeElement> list) Deprecated.this method is deprecated -
Uses of AbstractColumn in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return AbstractColumnModifier and TypeMethodDescriptionFinds column according to specified columnname.AbstractColumn.shallowCopy()Methods in org.pgcodekeeper.core.schema that return types with arguments of type AbstractColumnMethods in org.pgcodekeeper.core.schema with parameters of type AbstractColumnModifier and TypeMethodDescriptionvoidAbstractTable.addColumn(AbstractColumn column) Adds a column to the table.Method parameters in org.pgcodekeeper.core.schema with type arguments of type AbstractColumnModifier and TypeMethodDescriptionstatic booleanStatementUtils.isColumnsOrderChanged(List<AbstractColumn> newColumns, List<AbstractColumn> oldColumns) Checks if the order of the table columns has changed. -
Uses of AbstractColumn in org.pgcodekeeper.core.schema.ch
Subclasses of AbstractColumn in org.pgcodekeeper.core.schema.chModifier and TypeClassDescriptionfinal classRepresents a ClickHouse database column with ClickHouse-specific properties.Methods in org.pgcodekeeper.core.schema.ch with parameters of type AbstractColumnModifier and TypeMethodDescriptionvoidChDictionary.addColumn(AbstractColumn column) Adds a column to this dictionary. -
Uses of AbstractColumn in org.pgcodekeeper.core.schema.ms
Subclasses of AbstractColumn in org.pgcodekeeper.core.schema.msModifier and TypeClassDescriptionfinal classRepresents a Microsoft SQL table column with its properties and constraints.Methods in org.pgcodekeeper.core.schema.ms with parameters of type AbstractColumnModifier and TypeMethodDescriptionvoidMsTable.setPeriodEndCol(AbstractColumn periodEndCol) voidMsTable.setPeriodStartCol(AbstractColumn periodStartCol) -
Uses of AbstractColumn in org.pgcodekeeper.core.schema.pg
Subclasses of AbstractColumn in org.pgcodekeeper.core.schema.pgMethods in org.pgcodekeeper.core.schema.pg that return AbstractColumnModifier and TypeMethodDescriptionReturns an attribute by name.PgColumn.getParentCol(AbstractPgTable tbl) Returns the parent column for given column or null if given column hasn't parent column.Methods in org.pgcodekeeper.core.schema.pg that return types with arguments of type AbstractColumnModifier and TypeMethodDescriptionPgCompositeType.getAttrs()Returns an unmodifiable list of all attributes.Methods in org.pgcodekeeper.core.schema.pg with parameters of type AbstractColumnModifier and TypeMethodDescriptionvoidPgCompositeType.addAttr(AbstractColumn attr) Adds an attribute to this composite type.