Modifier and Type | Method and Description |
---|---|
Limit |
QueryExpression.getLimit()
Get LIMIT clause, may be null.
|
Modifier and Type | Method and Description |
---|---|
SetQuery |
LanguageFactory.createSetOp(SetQuery.Operation operation,
boolean all,
QueryExpression leftQuery,
QueryExpression rightQuery,
OrderBy orderBy,
Limit limit) |
void |
QueryExpression.setLimit(Limit limit)
Set LIMIT clause, may be null.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(Limit obj) |
void |
LanguageObjectVisitor.visit(Limit obj) |
void |
AbstractLanguageVisitor.visit(Limit obj) |
Modifier and Type | Method and Description |
---|---|
void |
N1QLVisitor.visit(Limit limit) |
Modifier and Type | Method and Description |
---|---|
void |
ExcelQueryVisitor.visit(Limit obj) |
Modifier and Type | Method and Description |
---|---|
List<?> |
ImpalaExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
List<?> |
BaseHiveExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IckleConversionVisitor.visit(Limit obj) |
Modifier and Type | Method and Description |
---|---|
List<?> |
JDBCExecutionFactory.translateLimit(Limit limit,
ExecutionContext context)
Return a List of translated parts (
LanguageObject s and Objects), or null
if to rely on the default translation. |
Modifier and Type | Method and Description |
---|---|
List<?> |
BaseDB2ExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
DerbyExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
HanaExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
Ingres93ExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
List<?> |
IngresExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
NetezzaExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
PIExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
PostgreSQLExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
SQLServerExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
BaseSybaseExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MongoDBSelectVisitor.visit(Limit obj) |
Modifier and Type | Method and Description |
---|---|
void |
ODataSQLVisitor.visit(Limit obj) |
Modifier and Type | Method and Description |
---|---|
void |
ODataSQLVisitor.visit(Limit obj) |
Modifier and Type | Method and Description |
---|---|
List<?> |
PhoenixExecutionFactory.translateLimit(Limit limit,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SelectVisitor.visit(Limit obj) |
Modifier and Type | Method and Description |
---|---|
void |
SolrSQLHierarchyVistor.visit(Limit obj) |
Copyright © 2019. All rights reserved.