Package com.wisecoders.dbs.schema.store
Class ForeignKeyCollector.InternalFk
java.lang.Object
com.wisecoders.dbs.diagram.model.AbstractUnit
com.wisecoders.dbs.schema.ForeignKey
com.wisecoders.dbs.schema.store.ForeignKeyCollector.InternalFk
- All Implemented Interfaces:
Relation<AbstractTable>,TreeUnit,Unit,DbUnit,Comparable<AbstractUnit>
- Enclosing class:
- ForeignKeyCollector
-
Field Summary
Fields inherited from class com.wisecoders.dbs.schema.ForeignKey
FOREIGN_KEY_ICONFields inherited from interface com.wisecoders.dbs.diagram.model.Relation
MANY_TO_MANY, SOURCE_MANDATORY, TARGET_MANDATORY -
Method Summary
Methods inherited from class com.wisecoders.dbs.schema.ForeignKey
addColumns, clearAllAttributes, compareLists, getCascadeText, getColumnAt, getColumnCount, getColumnsName, getDbId, getDeleteAction, getEntity, getLastSourceAttribute, getLastTargetAttribute, getLogical, getLogicalRangeFrom, getLogicalRangeTo, getOptions, getParentEntity, getRelationCardinality, getRelationType, getSchema, getSourceAttributes, getSymbolicGlyph, getSymbolicIcon, getSymbolicName, getTargetAttributes, getTargetColumnFor, getTargetEntity, getUpdateAction, hasFlag, isAutoReference, isDeduced, isLogicalMandatory, listAttributes, refresh, resetFlag, resolveLogical, resolveManyToMany, sameAs, setDeduced, setDeleteAction, setFlag, setLogical, setLogicalMandatory, setLogicalRangeFrom, setLogicalRangeTo, setOptions, setRelationCardinality, setRelationType, setTargetEntity, setTargetEntity, setUpdateAction, usesSameColumnsMethods inherited from class com.wisecoders.dbs.diagram.model.AbstractUnit
compareTo, fixNull, getByName, getByName, getChildAt, getChildrenCount, getComment, getCommentNotNull, getCommentTag, getCommentTags, getDefaultKey, getDisplayName, getKey, getName, getPlainName, getPropertyAddOnFolder, getString, getSyncFolders, getTickId, getTouchId, getUnitProperty, has, is, is, isMarkedForDeletion, isVirtual, markForDeletion, matches, ref, removeUnitProperty, rename, sameAs, setComment, setCommentTag, setCommentTags, setTouchId, setUnitProperty, setVirtual, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.wisecoders.dbs.diagram.model.Unit
getComment, getCommentTag, getCommentTags, getDisplayName, is, isMarkedForDeletion, markForDeletion, ref, setComment, setCommentTag, setCommentTags
-
Method Details
-
getParent
- Specified by:
getParentin interfaceTreeUnit- Overrides:
getParentin classForeignKey
-
addColumns
-