Package | Description |
---|---|
org.sqlite.parser.ast |
Modifier and Type | Field | Description |
---|---|---|
SelectTable |
FromClause.select |
|
SelectTable |
JoinedSelectTable.select |
Modifier and Type | Method | Description |
---|---|---|
static SelectTable |
SelectTable.select(Select select,
As as) |
|
static SelectTable |
SelectTable.sub(FromClause from,
As as) |
|
static SelectTable |
SelectTable.table(QualifiedName tblName,
As as,
Indexed indexed) |
|
static SelectTable |
SelectTable.tableCall(QualifiedName tblName,
List<Expr> exprs,
As as) |
Modifier and Type | Method | Description |
---|---|---|
static FromClause |
FromClause.from(FromClause from,
SelectTable select,
JoinConstraint constraint) |
Constructor | Description |
---|---|
FromClause(SelectTable select,
List<JoinedSelectTable> joins) |
|
JoinedSelectTable(JoinOperator operator,
SelectTable select,
JoinConstraint constraint) |
Copyright © 2018. All rights reserved.