Package | Description |
---|---|
org.sqlite.parser | |
org.sqlite.parser.ast |
Modifier and Type | Field | Description |
---|---|---|
Select |
InSelectExpr.rhs |
|
Select |
AsSelect.select |
|
Select |
CommonTableExpr.select |
|
Select |
CreateView.select |
|
Select |
Insert.select |
|
Select |
InsertTriggerCmd.select |
|
Select |
SelectTable.select |
|
Select |
ExistsExpr.subquery |
|
Select |
SubqueryExpr.subquery |
Modifier and Type | Method | Description |
---|---|---|
static Select |
Select.from(OneSelect oneSelect) |
|
static Select |
Select.from(SelectBody body) |
Modifier and Type | Method | Description |
---|---|---|
static FromClause |
FromClause.from(Select subSelect) |
|
static SelectTable |
SelectTable.select(Select select,
As as) |
Constructor | Description |
---|---|
AsSelect(Select select) |
|
CommonTableExpr(String tblName,
List<IndexedColumn> columns,
Select select) |
|
CreateView(boolean temporary,
boolean ifNotExists,
QualifiedName viewName,
List<IndexedColumn> columns,
Select select) |
|
ExistsExpr(Select subquery) |
|
InSelectExpr(Expr lhs,
boolean not,
Select rhs) |
|
Insert(With with,
ResolveType orConflict,
QualifiedName tblName,
List<String> columns,
Select select,
Upsert upsert) |
|
InsertTriggerCmd(ResolveType orConflict,
String tblName,
List<String> columns,
Select select,
Upsert upsert) |
|
SubqueryExpr(Select subquery) |
Copyright © 2018. All rights reserved.