程序包 | 说明 |
---|---|
com.sh.common.parser.sql.parser | |
com.sh.common.parser.sql.schema | |
com.sh.common.parser.sql.statement.select |
限定符和类型 | 方法和说明 |
---|---|
FromItem |
CCShParser.FromItem() |
FromItem |
CCShParser.SubJoin() |
限定符和类型 | 类和说明 |
---|---|
class |
Table
Description: A table.
|
限定符和类型 | 类和说明 |
---|---|
class |
SubJoin
Description: A table created by "(tab1 join tab2)".
|
class |
SubSelect
Description: A subselect followed by an optional alias.
|
限定符和类型 | 方法和说明 |
---|---|
FromItem |
PlainSelect.getFromItem()
The
FromItem in this query |
FromItem |
SubJoin.getLeft() |
FromItem |
Join.getRightItem()
Returns the right item of the join
|
限定符和类型 | 方法和说明 |
---|---|
void |
PlainSelect.setFromItem(FromItem item) |
void |
SubJoin.setLeft(FromItem l) |
void |
Join.setRightItem(FromItem item) |