Package | Description |
---|---|
org.tinygroup.jsqlparser.parser | |
org.tinygroup.jsqlparser.schema | |
org.tinygroup.jsqlparser.statement.select | |
org.tinygroup.jsqlparser.statement.update |
Modifier and Type | Method and Description |
---|---|
FromItem |
CCJSqlParser.FromItem() |
FromItem |
CCJSqlParser.SubJoin() |
FromItem |
CCJSqlParser.ValuesList() |
Modifier and Type | Class and Description |
---|---|
class |
Table
A table.
|
Modifier and Type | Class and Description |
---|---|
class |
LateralSubSelect
A lateral subselect followed by an alias.
|
class |
SubJoin
A table created by "(tab1 join tab2)".
|
class |
SubSelect
A subselect followed by an optional alias.
|
class |
ValuesList
This is a container for a values item within a select statement.
|
Modifier and Type | Method and Description |
---|---|
FromItem |
PlainSelect.getFromItem()
The
FromItem in this query |
FromItem |
SubJoin.getLeft() |
FromItem |
Join.getRightItem()
Returns the right item of the join
|
Modifier and Type | Method and Description |
---|---|
void |
PlainSelect.setFromItem(FromItem item) |
void |
SubJoin.setLeft(FromItem l) |
void |
Join.setRightItem(FromItem item) |
Modifier and Type | Method and Description |
---|---|
FromItem |
Update.getFromItem() |
Modifier and Type | Method and Description |
---|---|
void |
Update.setFromItem(FromItem fromItem) |
Copyright © 2006–2018 TinyGroup. All rights reserved.