| Package | Description |
|---|---|
| org.sqlite.parser.ast |
| Modifier and Type | Field | Description |
|---|---|---|
JoinOperator |
JoinedSelectTable.operator |
| Modifier and Type | Method | Description |
|---|---|---|
static JoinOperator |
JoinOperator.comma() |
|
static JoinOperator |
JoinOperator.from(Token a,
Token b,
Token c) |
|
static JoinOperator |
JoinOperator.typedJoin(boolean natural,
JoinType joinType) |
| Modifier and Type | Method | Description |
|---|---|---|
static FromClause |
FromClause.from(FromClause from,
JoinOperator op) |
| Constructor | Description |
|---|---|
JoinedSelectTable(JoinOperator operator,
SelectTable select,
JoinConstraint constraint) |
Copyright © 2018. All rights reserved.