Class ForeignKeyConstraint
- java.lang.Object
-
- com.databricks.sdk.service.catalog.ForeignKeyConstraint
-
@Generated public class ForeignKeyConstraint extends Object
-
-
Constructor Summary
Constructors Constructor Description ForeignKeyConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<String>getChildColumns()StringgetName()Collection<String>getParentColumns()StringgetParentTable()inthashCode()ForeignKeyConstraintsetChildColumns(Collection<String> childColumns)ForeignKeyConstraintsetName(String name)ForeignKeyConstraintsetParentColumns(Collection<String> parentColumns)ForeignKeyConstraintsetParentTable(String parentTable)StringtoString()
-
-
-
Method Detail
-
setChildColumns
public ForeignKeyConstraint setChildColumns(Collection<String> childColumns)
-
getChildColumns
public Collection<String> getChildColumns()
-
setName
public ForeignKeyConstraint setName(String name)
-
getName
public String getName()
-
setParentColumns
public ForeignKeyConstraint setParentColumns(Collection<String> parentColumns)
-
getParentColumns
public Collection<String> getParentColumns()
-
setParentTable
public ForeignKeyConstraint setParentTable(String parentTable)
-
getParentTable
public String getParentTable()
-
-