Uses of Class
org.teiid.language.Limit
-
Packages that use Limit Package Description org.teiid.language org.teiid.language.visitor -
-
Uses of Limit in org.teiid.language
Methods in org.teiid.language that return Limit Modifier and Type Method Description LimitQueryExpression. getLimit()Get LIMIT clause, may be null.Methods in org.teiid.language with parameters of type Limit Modifier and Type Method Description SetQueryLanguageFactory. createSetOp(SetQuery.Operation operation, boolean all, QueryExpression leftQuery, QueryExpression rightQuery, OrderBy orderBy, Limit limit)voidQueryExpression. setLimit(Limit limit)Set LIMIT clause, may be null. -
Uses of Limit in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type Limit Modifier and Type Method Description voidAbstractLanguageVisitor. visit(Limit obj)voidLanguageObjectVisitor. visit(Limit obj)voidSQLStringVisitor. visit(Limit obj)
-