Uses of Class
org.alfresco.util.schemacomp.model.Column
-
Packages that use Column Package Description org.alfresco.util.schemacomp.model -
-
Uses of Column in org.alfresco.util.schemacomp.model
Methods in org.alfresco.util.schemacomp.model that return types with arguments of type Column Modifier and Type Method Description java.util.List<Column>Table. getColumns()Method parameters in org.alfresco.util.schemacomp.model with type arguments of type Column Modifier and Type Method Description voidTable. setColumns(java.util.Collection<Column> columns)Constructor parameters in org.alfresco.util.schemacomp.model with type arguments of type Column Constructor Description Table(java.lang.String name, java.util.Collection<Column> columns, PrimaryKey primaryKey, java.util.Collection<ForeignKey> foreignKeys, java.util.Collection<Index> indexes)Table(Schema parentSchema, java.lang.String name, java.util.Collection<Column> columns, PrimaryKey primaryKey, java.util.Collection<ForeignKey> foreignKeys, java.util.Collection<Index> indexes)
-