Modifier and Type | Method and Description |
---|---|
void |
AliasGenerator.visit(Select obj) |
Modifier and Type | Method and Description |
---|---|
Select |
SQLParser.select(ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
static void |
QueryRewriter.makeSelectUnique(Select select,
boolean expressionSymbolsOnly) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(Select obj) |
Modifier and Type | Method and Description |
---|---|
Select |
Select.clone()
Return a deep copy of this Select.
|
Select |
Query.getSelect()
Get the select clause for the query.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setSelect(Select select)
Set the select clause for the query.
|
Constructor and Description |
---|
Query(Select select,
From from,
Criteria criteria,
GroupBy groupBy,
Criteria having,
OrderBy orderBy,
Option option)
Constructs an instance of this class given all the clauses
|
Query(Select select,
From from,
Criteria criteria,
OrderBy orderBy,
Option option)
Constructs an instance of this class given the specified clauses
|
Modifier and Type | Method and Description |
---|---|
void |
PreOrPostOrderNavigator.visit(Select obj) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(Select obj) |
void |
ExpressionMappingVisitor.visit(Select obj) |
Modifier and Type | Method and Description |
---|---|
protected void |
ValidationVisitor.validateSelectElements(Select obj) |
void |
ValidationVisitor.visit(Select obj) |
Copyright © 2019. All rights reserved.