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

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

public interface ForeignKeyRecord
extends ColumnSetRecord

ForeignKeyRecord


Nested Class Summary
static interface ForeignKeyRecord.ForeignKeyRecordProperties
          Constants for perperties stored on a ForeignKeyRecord
 
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.lang.Object getUniqueKeyID()
          Get a primary key identifier in the table
 
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

getUniqueKeyID

java.lang.Object getUniqueKeyID()
Get a primary key identifier in the table

Returns:
an identifier for the primary key


Copyright © 2009. All Rights Reserved.