Package | Description |
---|---|
org.alfresco.util.schemacomp.model |
Constructor and 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
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.