| Modifier and Type | Method and Description |
|---|---|
Select |
AnyComparisonExpression.getSelect() |
Select |
AnyComparisonExpression.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
static OracleHint |
OracleHint.getHintFromSelectBody(Select selectBody) |
static OracleHint |
OracleHint.getHintFromSelectBody(Select selectBody) |
void |
ExpressionVisitor.visit(Select selectBody) |
void |
ExpressionVisitorAdapter.visit(Select selectBody) |
void |
ExpressionVisitorAdapter.visit(Select selectBody) |
void |
ExpressionVisitor.visit(Select selectBody) |
| Constructor and Description |
|---|
AnyComparisonExpression(AnyType anyType,
Select select) |
AnyComparisonExpression(AnyType anyType,
Select select) |
| Modifier and Type | Method and Description |
|---|---|
Select |
ExplainStatement.getStatement() |
Select |
ExplainStatement.getStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExplainStatement.setStatement(Select select) |
void |
ExplainStatement.setStatement(Select select) |
void |
StatementVisitor.visit(Select select) |
void |
StatementVisitorAdapter.visit(Select select) |
void |
StatementVisitorAdapter.visit(Select select) |
void |
StatementVisitor.visit(Select select) |
| Constructor and Description |
|---|
ExplainStatement(Select select) |
ExplainStatement(Select select) |
| Modifier and Type | Method and Description |
|---|---|
Select |
CreateTable.getSelect() |
Select |
CreateTable.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTable.setSelect(Select select,
boolean parenthesis) |
void |
CreateTable.setSelect(Select select,
boolean parenthesis) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Select> |
AlterView.getSelectBody(Class<E> type) |
<E extends Select> |
AlterView.getSelectBody(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
Select |
AlterView.getSelect() |
Select |
CreateView.getSelect() |
Select |
CreateView.getSelect() |
Select |
AlterView.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterView.setSelect(Select select) |
void |
CreateView.setSelect(Select select) |
void |
CreateView.setSelect(Select select) |
void |
AlterView.setSelect(Select select) |
AlterView |
AlterView.withSelect(Select select) |
CreateView |
CreateView.withSelect(Select select) |
CreateView |
CreateView.withSelect(Select select) |
AlterView |
AlterView.withSelect(Select select) |
| Modifier and Type | Method and Description |
|---|---|
Select |
Insert.getSelect() |
Select |
Insert.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
Insert.setSelect(Select select) |
void |
Insert.setSelect(Select select) |
Insert |
Insert.withSelect(Select select) |
Insert |
Insert.withSelect(Select select) |
| Modifier and Type | Class and Description |
|---|---|
class |
LateralSubSelect
lateral sub select
|
class |
ParenthesedSelect |
class |
PlainSelect |
class |
SetOperationList |
class |
TableStatement |
class |
Values |
class |
WithItem |
| Modifier and Type | Method and Description |
|---|---|
<E extends Select> |
Select.as(Class<E> type) |
<E extends Select> |
Select.as(Class<E> type) |
<E extends Select> |
PivotXml.getInSelect(Class<E> type) |
<E extends Select> |
PivotXml.getInSelect(Class<E> type) |
<E extends Select> |
Select.withLimitBy(Class<E> type,
Limit limitBy) |
<E extends Select> |
Select.withLimitBy(Class<E> type,
Limit limitBy) |
| Modifier and Type | Method and Description |
|---|---|
List<Select> |
SetOperationList.getSelects() |
List<Select> |
SetOperationList.getSelects() |
| Modifier and Type | Method and Description |
|---|---|
SetOperationList |
SetOperationList.addSelects(Select... selects) |
SetOperationList |
SetOperationList.addSelects(Select... selects) |
void |
PivotXml.setInSelect(Select inSelect) |
void |
PivotXml.setInSelect(Select inSelect) |
void |
ParenthesedSelect.setSelect(Select select) |
void |
ParenthesedSelect.setSelect(Select select) |
PivotXml |
PivotXml.withInSelect(Select inSelect) |
PivotXml |
PivotXml.withInSelect(Select inSelect) |
LateralSubSelect |
LateralSubSelect.withSelect(Select select) |
ParenthesedSelect |
ParenthesedSelect.withSelect(Select selectBody) |
ParenthesedSelect |
ParenthesedSelect.withSelect(Select selectBody) |
LateralSubSelect |
LateralSubSelect.withSelect(Select select) |
| Modifier and Type | Method and Description |
|---|---|
SetOperationList |
SetOperationList.addSelects(Collection<? extends Select> selects) |
SetOperationList |
SetOperationList.addSelects(Collection<? extends Select> selects) |
void |
SetOperationList.setBracketsOpsAndSelects(List<Select> select,
List<SetOperation> ops) |
void |
SetOperationList.setBracketsOpsAndSelects(List<Select> select,
List<SetOperation> ops) |
void |
SetOperationList.setSelects(List<Select> selects) |
void |
SetOperationList.setSelects(List<Select> selects) |
SetOperationList |
SetOperationList.withSelects(List<Select> selects) |
SetOperationList |
SetOperationList.withSelects(List<Select> selects) |
| Modifier and Type | Method and Description |
|---|---|
Select |
Update.getSelect()
Deprecated.
|
Select |
Update.getSelect()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Update.setSelect(Select select)
Deprecated.
|
void |
Update.setSelect(Select select)
Deprecated.
|
Update |
Update.withSelect(Select select) |
Update |
Update.withSelect(Select select) |
| Modifier and Type | Method and Description |
|---|---|
Select |
Upsert.getSelect() |
Select |
Upsert.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
Upsert.setSelect(Select select) |
void |
Upsert.setSelect(Select select) |
Upsert |
Upsert.withSelect(Select select) |
Upsert |
Upsert.withSelect(Select select) |
| Modifier and Type | Method and Description |
|---|---|
static Select |
SelectUtils.buildSelectFromTable(Table table)
Builds select * from table.
|
static Select |
SelectUtils.buildSelectFromTable(Table table)
Builds select * from table.
|
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
Expression... expr) |
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
Expression... expr) |
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
String... expr) |
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
String... expr) |
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SelectUtils.addExpression(Select select,
Expression expr)
Adds an expression to select statements.
|
static void |
SelectUtils.addExpression(Select select,
Expression expr)
Adds an expression to select statements.
|
static void |
SelectUtils.addGroupBy(Select select,
Expression expr)
Adds group by to a plain select statement.
|
static void |
SelectUtils.addGroupBy(Select select,
Expression expr)
Adds group by to a plain select statement.
|
static Join |
SelectUtils.addJoin(Select select,
Table table,
Expression onExpression)
Adds a simple join to a select statement.
|
static Join |
SelectUtils.addJoin(Select select,
Table table,
Expression onExpression)
Adds a simple join to a select statement.
|
void |
TablesNamesFinder.visit(Select select) |
void |
TablesNamesFinder.visit(Select select) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDeParser.visit(Select selectBody) |
void |
StatementDeParser.visit(Select select) |
void |
StatementDeParser.visit(Select select) |
void |
ExpressionDeParser.visit(Select selectBody) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.visit(Select selectBody) |
void |
StatementValidator.visit(Select select) |
void |
StatementValidator.visit(Select select) |
void |
ExpressionValidator.visit(Select selectBody) |
Copyright © 2004–2024 JSQLParser. All rights reserved.