Uses of Class
org.alfresco.util.schemacomp.model.Column
Packages that use Column
-
Uses of Column in org.alfresco.util.schemacomp.model
Methods in org.alfresco.util.schemacomp.model that return types with arguments of type ColumnMethod parameters in org.alfresco.util.schemacomp.model with type arguments of type ColumnConstructor parameters in org.alfresco.util.schemacomp.model with type arguments of type ColumnModifierConstructorDescriptionTable(String name, Collection<Column> columns, PrimaryKey primaryKey, Collection<ForeignKey> foreignKeys, Collection<Index> indexes) Table(Schema parentSchema, String name, Collection<Column> columns, PrimaryKey primaryKey, Collection<ForeignKey> foreignKeys, Collection<Index> indexes)