com.metamatrix.modeler.core.metadata.runtime
Interface UniqueKeyRecord

All Superinterfaces:
ColumnSetRecord, MetadataRecord, java.io.Serializable
All Known Implementing Classes:
UniqueKeyRecordImpl

public interface UniqueKeyRecord
extends ColumnSetRecord

UniqueKeyRecord


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.metamatrix.modeler.core.metadata.runtime.ColumnSetRecord
ColumnSetRecord.ColumnSetRecordProperties
 
Nested classes/interfaces inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord
MetadataRecord.MetadataFieldNames, MetadataRecord.MetadataRecordProperties
 
Method Summary
 java.util.List getForeignKeyIDs()
          Get a foreign key identifiers reference by the uniqekey
 
Methods inherited from interface com.metamatrix.modeler.core.metadata.runtime.ColumnSetRecord
getColumnIdEntries, getColumnIDs, getType, isAccessPattern, isIndex, isPrimaryKey, isResultSet, isUniqueKey
 
Methods inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord
getEObject, getFullName, getModelName, getName, getNameInSource, getParentFullName, getParentPathString, getParentUUID, getPath, getPathString, getPropertyValue, getRecordType, getResourcePath, getUUID, setPropertyValue
 

Method Detail

getForeignKeyIDs

java.util.List getForeignKeyIDs()
Get a foreign key identifiers reference by the uniqekey

Returns:
an identifiers for the foreign keys


Copyright © 2009. All Rights Reserved.