Uses of Class
org.teiid.metadata.AbstractMetadataRecord

Packages that use AbstractMetadataRecord
org.teiid.deployers   
org.teiid.dqp.internal.process   
org.teiid.language   
org.teiid.language.visitor   
org.teiid.metadata   
org.teiid.metadata.index   
 

Uses of AbstractMetadataRecord in org.teiid.deployers
 

Methods in org.teiid.deployers with parameters of type AbstractMetadataRecord
protected  void PgCatalogMetadataStore.setUUID(AbstractMetadataRecord record)
           
 

Uses of AbstractMetadataRecord in org.teiid.dqp.internal.process
 

Methods in org.teiid.dqp.internal.process that return AbstractMetadataRecord
static AbstractMetadataRecord DataTierManagerImpl.getByUuid(CompositeMetadataStore metadata, String uuid)
           
 

Methods in org.teiid.dqp.internal.process that return types with arguments of type AbstractMetadataRecord
static Collection<AbstractMetadataRecord> DataTierManagerImpl.getAllPropertiedObjects(CompositeMetadataStore metadata, Collection<Schema> schemas)
           
 

Uses of AbstractMetadataRecord in org.teiid.language
 

Classes in org.teiid.language with type parameters of type AbstractMetadataRecord
 interface MetadataReference<T extends AbstractMetadataRecord>
          This interface is used to mark language objects as having a reference to a MetadataID.
 

Uses of AbstractMetadataRecord in org.teiid.language.visitor
 

Methods in org.teiid.language.visitor with parameters of type AbstractMetadataRecord
protected  String SQLStringVisitor.getName(AbstractMetadataRecord object)
          Gets the name of a group or element from the RuntimeMetadata
 

Uses of AbstractMetadataRecord in org.teiid.metadata
 

Classes in org.teiid.metadata with type parameters of type AbstractMetadataRecord
 class ColumnSet<T extends AbstractMetadataRecord>
           
 

Subclasses of AbstractMetadataRecord in org.teiid.metadata
 class BaseColumn
           
 class Column
          ColumnRecordImpl
 class ColumnSet<T extends AbstractMetadataRecord>
           
 class Datatype
           
 class ForeignKey
          ForeignKeyRecordImpl
 class FunctionMethod
          This class represents information about a particular function signature.
 class KeyRecord
           
 class Procedure
          ProcedureRecordImpl
 class ProcedureParameter
          ProcedureParameterRecordImpl
 class Schema
           
 class Table
           
 

Methods in org.teiid.metadata that return AbstractMetadataRecord
 AbstractMetadataRecord AbstractMetadataRecord.getParent()
           
 AbstractMetadataRecord Column.getParent()
           
 

Methods in org.teiid.metadata with parameters of type AbstractMetadataRecord
 LinkedHashMap<String,String> MetadataRepository.getProperties(String vdbName, int vdbVersion, AbstractMetadataRecord record)
          Get the extension metadata for a given record.
 void MetadataRepository.setProperty(String vdbName, int vdbVersion, AbstractMetadataRecord record, String name, String value)
          Set an extension metadata property for a given record.
protected  void MetadataFactory.setUUID(AbstractMetadataRecord record)
           
 

Uses of AbstractMetadataRecord in org.teiid.metadata.index
 

Subclasses of AbstractMetadataRecord in org.teiid.metadata.index
 class TransformationRecordImpl
          TransformationRecordImpl
 

Methods in org.teiid.metadata.index that return AbstractMetadataRecord
protected  AbstractMetadataRecord RecordFactory.getMetadataRecord(char[] record)
          Return the AbstractMetadataRecord instances for specified IEntryResult.
 

Methods in org.teiid.metadata.index that return types with arguments of type AbstractMetadataRecord
 List<AbstractMetadataRecord> RecordFactory.getMetadataRecord(IEntryResult[] queryResult)
          Return a collection of AbstractMetadataRecord instances for the result obtained from executing queryEntriesMatching
 



Copyright © 2012. All Rights Reserved.