| Package | Description |
|---|---|
| net.sf.jsqlparser.parser | |
| net.sf.jsqlparser.schema | |
| net.sf.jsqlparser.statement.select | |
| net.sf.jsqlparser.statement.update | |
| net.sf.jsqlparser.util.validation.validator |
| Modifier and Type | Method and Description |
|---|---|
FromItem |
CCJSqlParser.FromItem() |
FromItem |
CCJSqlParser.SubJoin(FromItem fromItem) |
FromItem |
CCJSqlParser.ValuesList() |
| Modifier and Type | Method and Description |
|---|---|
FromItem |
CCJSqlParser.SubJoin(FromItem fromItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
Table
A table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LateralSubSelect
lateral sub select
|
class |
ParenthesisFromItem |
class |
SpecialSubSelect
Special sub selects of the form prefix ( subselect ) e.g. lateral ( select * from mytable ).
|
class |
SubJoin |
class |
SubSelect |
class |
TableFunction |
class |
ValuesList |
| Modifier and Type | Method and Description |
|---|---|
<E extends FromItem> |
ParenthesisFromItem.getFromItem(Class<E> type) |
<E extends FromItem> |
PlainSelect.getFromItem(Class<E> type) |
<E extends FromItem> |
SubJoin.getLeft(Class<E> type) |
<E extends FromItem> |
Join.getRightItem(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
FromItem |
ParenthesisFromItem.getFromItem() |
FromItem |
PlainSelect.getFromItem() |
FromItem |
SubJoin.getLeft() |
FromItem |
Join.getRightItem()
Returns the right item of the join
|
default FromItem |
FromItem.withAlias(Alias alias) |
default FromItem |
FromItem.withPivot(Pivot pivot) |
default FromItem |
FromItem.withUnPivot(UnPivot unpivot) |
| Modifier and Type | Method and Description |
|---|---|
SubJoin |
SubJoin.left(FromItem l) |
void |
ParenthesisFromItem.setFromItem(FromItem fromItem) |
void |
PlainSelect.setFromItem(FromItem item) |
void |
SubJoin.setLeft(FromItem l) |
void |
Join.setRightItem(FromItem item) |
ParenthesisFromItem |
ParenthesisFromItem.withFromItem(FromItem fromItem) |
PlainSelect |
PlainSelect.withFromItem(FromItem item) |
Join |
Join.withRightItem(FromItem item) |
| Constructor and Description |
|---|
ParenthesisFromItem(FromItem fromItem) |
| Modifier and Type | Method and Description |
|---|---|
<E extends FromItem> |
Update.getFromItem(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
FromItem |
Update.getFromItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
Update.setFromItem(FromItem fromItem) |
Update |
Update.withFromItem(FromItem fromItem) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractValidator.validateOptionalFromItem(FromItem fromItem) |
protected void |
AbstractValidator.validateOptionalFromItem(FromItem fromItem,
SelectValidator v) |
protected void |
AbstractValidator.validateOptionalFromItems(FromItem... fromItems) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractValidator.validateOptionalFromItems(List<? extends FromItem> fromItems) |
Copyright © 2004–2021 JSQLParser. All rights reserved.