Uses of Class
org.teiid.metadata.KeyRecord

Packages that use KeyRecord
org.teiid.metadata   
 

Uses of KeyRecord in org.teiid.metadata
 

Subclasses of KeyRecord in org.teiid.metadata
 class ForeignKey
          ForeignKeyRecordImpl
 

Methods in org.teiid.metadata that return KeyRecord
 KeyRecord MetadataFactory.addAccessPattern(java.lang.String name, java.util.List<java.lang.String> columnNames, Table table)
          Adds an access pattern to the given table.
 KeyRecord MetadataFactory.addIndex(java.lang.String name, boolean nonUnique, java.util.List<java.lang.String> columnNames, Table table)
          Adds an index to the given table.
 KeyRecord MetadataFactory.addPrimaryKey(java.lang.String name, java.util.List<java.lang.String> columnNames, Table table)
          Adds a primary key to the given table.
 KeyRecord Table.getPrimaryKey()
           
 KeyRecord ForeignKey.getPrimaryKey()
           
 

Methods in org.teiid.metadata that return types with arguments of type KeyRecord
 java.util.List<KeyRecord> Table.getAccessPatterns()
           
 java.util.Collection<KeyRecord> Table.getAllKeys()
           
 java.util.List<KeyRecord> Table.getIndexes()
           
 java.util.List<KeyRecord> Table.getUniqueKeys()
           
 

Methods in org.teiid.metadata with parameters of type KeyRecord
 void Table.setPrimaryKey(KeyRecord primaryKey)
           
 void ForeignKey.setPrimaryKey(KeyRecord primaryKey)
           
 

Method parameters in org.teiid.metadata with type arguments of type KeyRecord
 void Table.setAccessPatterns(java.util.List<KeyRecord> accessPatterns)
           
 void Table.setIndexes(java.util.List<KeyRecord> indexes)
           
 void Table.setUniqueKeys(java.util.List<KeyRecord> uniqueKeys)
           
 



Copyright © 2011. All Rights Reserved.