Package | Description |
---|---|
net.sf.jsqlparser.parser | |
net.sf.jsqlparser.schema | |
net.sf.jsqlparser.statement.select |
Modifier and Type | Method and Description |
---|---|
FromItem |
CCJSqlParser.FromItem() |
FromItem |
CCJSqlParser.SubJoin() |
Modifier and Type | Class and Description |
---|---|
class |
Table
A table.
|
Modifier and Type | Class and Description |
---|---|
class |
SubJoin
A table created by "(tab1 join tab2)".
|
class |
SubSelect
A subselect followed by an optional alias.
|
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) |
Copyright © 2013. All Rights Reserved.