Uses of Class
org.teiid.client.plan.Annotation

Packages that use Annotation
org.teiid.client   
org.teiid.jdbc   
 

Uses of Annotation in org.teiid.client
 

Methods in org.teiid.client that return types with arguments of type Annotation
 java.util.Collection<Annotation> ResultsMessage.getAnnotations()
           
 

Method parameters in org.teiid.client with type arguments of type Annotation
 void ResultsMessage.setAnnotations(java.util.Collection<Annotation> collection)
           
 

Uses of Annotation in org.teiid.jdbc
 

Methods in org.teiid.jdbc that return types with arguments of type Annotation
 java.util.Collection<Annotation> TeiidStatement.getAnnotations()
          Get collection of annotations from the query planner from the last command executed on the Statement
 java.util.Collection<Annotation> StatementImpl.getAnnotations()
          Get annotations
 



Copyright © 2010. All Rights Reserved.