Uses of Interface
org.teiid.language.TableReference
-
Packages that use TableReference Package Description org.teiid.language -
-
Uses of TableReference in org.teiid.language
Classes in org.teiid.language that implement TableReference Modifier and Type Class Description classCallRepresents a procedural execution (such as a stored procedure).classDerivedTableRepresents a derived table or inline view in the from clause.classJoinclassNamedProcedureCallRepresents a procedure call that returns a table.classNamedTableRepresents a table in the language objects.Methods in org.teiid.language that return TableReference Modifier and Type Method Description TableReferenceJoin. getLeftItem()TableReferenceJoin. getRightItem()Methods in org.teiid.language that return types with arguments of type TableReference Modifier and Type Method Description List<TableReference>Select. getFrom()Get FROM clause, should never be null.Methods in org.teiid.language with parameters of type TableReference Modifier and Type Method Description JoinLanguageFactory. createJoin(Join.JoinType joinType, TableReference leftItem, TableReference rightItem, Condition condition)voidJoin. setLeftItem(TableReference item)voidJoin. setRightItem(TableReference item)Method parameters in org.teiid.language with type arguments of type TableReference Modifier and Type Method Description voidSelect. setFrom(List<TableReference> from)Set FROM clause, should never be null.Constructors in org.teiid.language with parameters of type TableReference Constructor Description Join(TableReference left, TableReference right, Join.JoinType joinType, Condition criteria)
-