Class DataStructureTableConstraintForeignKeyModel
java.lang.Object
org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintForeignKeyModel
public class DataStructureTableConstraintForeignKeyModel extends DataStructureTableConstraintModel
The Data Structure Table Constraint Foreign Key Model.
-
Constructor Summary
Constructors Constructor Description DataStructureTableConstraintForeignKeyModel() -
Method Summary
Modifier and Type Method Description String[]getReferencedColumns()Gets the referenced columns.StringgetReferencedTable()Gets the referenced table.voidsetReferencedColumns(String[] referencedColumns)Sets the referenced columns.voidsetReferencedTable(String referencedTable)Sets the referenced table.Methods inherited from class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
getColumns, getModifiers, getName, setColumns, setModifiers, setName
-
Constructor Details
-
DataStructureTableConstraintForeignKeyModel
public DataStructureTableConstraintForeignKeyModel()
-
-
Method Details
-
getReferencedTable
Gets the referenced table.- Returns:
- the referenced table
-
setReferencedTable
Sets the referenced table.- Parameters:
referencedTable- the new referenced table
-
getReferencedColumns
Gets the referenced columns.- Returns:
- the referenced columns
-
setReferencedColumns
Sets the referenced columns.- Parameters:
referencedColumns- the new referenced columns
-