public class RelationshipImpl extends Object implements Relationship
Constructor and Description |
---|
RelationshipImpl(String name,
Table fromTable,
Table toTable,
int flags,
int numCols) |
Modifier and Type | Method and Description |
---|---|
boolean |
cascadeDeletes() |
boolean |
cascadeUpdates() |
int |
getFlags() |
List<Column> |
getFromColumns() |
Table |
getFromTable() |
String |
getName() |
List<Column> |
getToColumns() |
Table |
getToTable() |
boolean |
hasReferentialIntegrity() |
boolean |
isLeftOuterJoin() |
boolean |
isOneToOne() |
boolean |
isRightOuterJoin() |
String |
toString() |
public String getName()
getName
in interface Relationship
public Table getFromTable()
getFromTable
in interface Relationship
public List<Column> getFromColumns()
getFromColumns
in interface Relationship
public Table getToTable()
getToTable
in interface Relationship
public List<Column> getToColumns()
getToColumns
in interface Relationship
public int getFlags()
public boolean isOneToOne()
isOneToOne
in interface Relationship
public boolean hasReferentialIntegrity()
hasReferentialIntegrity
in interface Relationship
public boolean cascadeUpdates()
cascadeUpdates
in interface Relationship
public boolean cascadeDeletes()
cascadeDeletes
in interface Relationship
public boolean isLeftOuterJoin()
isLeftOuterJoin
in interface Relationship
public boolean isRightOuterJoin()
isRightOuterJoin
in interface Relationship
Copyright © 2005–2018. All rights reserved.