Uses of Class
org.teiid.client.plan.Annotation
-
Packages that use Annotation Package Description 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 Modifier and Type Method Description Collection<Annotation>
ResultsMessage. getAnnotations()
Method parameters in org.teiid.client with type arguments of type Annotation Modifier and Type Method Description void
ResultsMessage. setAnnotations(Collection<Annotation> collection)
-
Uses of Annotation in org.teiid.jdbc
Methods in org.teiid.jdbc that return types with arguments of type Annotation Modifier and Type Method Description Collection<Annotation>
ConnectionImpl. getAnnotations()
Collection<Annotation>
StatementImpl. getAnnotations()
Collection<Annotation>
TeiidStatement. getAnnotations()
Deprecated.use show statementMethod parameters in org.teiid.jdbc with type arguments of type Annotation Modifier and Type Method Description void
ConnectionImpl. setAnnotations(Collection<Annotation> annotations)
-