Uses of Class
org.alfresco.util.schemacomp.model.Table
-
Packages that use Table Package Description org.alfresco.util.schemacomp.model -
-
Uses of Table in org.alfresco.util.schemacomp.model
Constructors in org.alfresco.util.schemacomp.model with parameters of type Table Constructor Description Column(Table table, String name, String type, boolean nullable)Construct a Column.ForeignKey(Table table, String fkName, String localColumn, String targetTable, String targetColumn)Constructor.Index(Table table, String name, List<String> columnNames)PrimaryKey(Table table, String name, List<String> columnNames, List<Integer> columnOrders)Constructor
-