| Modifier and Type | Class and Description |
|---|---|
class |
Table
A table.
|
| Modifier and Type | Method and Description |
|---|---|
FromItem |
Merge.getFromItem() |
FromItem |
Merge.getFromItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
Merge.setFromItem(FromItem fromItem) |
void |
Merge.setFromItem(FromItem fromItem) |
Merge |
Merge.withFromItem(FromItem fromItem) |
Merge |
Merge.withFromItem(FromItem fromItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
LateralSubSelect
lateral sub select
|
class |
ParenthesedFromItem |
class |
ParenthesedSelect |
class |
TableFunction |
class |
WithItem |
| Modifier and Type | Method and Description |
|---|---|
<E extends FromItem> |
ParenthesedFromItem.getFromItem(Class<E> type) |
<E extends FromItem> |
PlainSelect.getFromItem(Class<E> type) |
<E extends FromItem> |
PlainSelect.getFromItem(Class<E> type) |
<E extends FromItem> |
ParenthesedFromItem.getFromItem(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
FromItem |
ParenthesedFromItem.addJoins(Join... joins) |
FromItem |
ParenthesedFromItem.addJoins(Join... joins) |
FromItem |
Join.getFromItem() |
FromItem |
ParenthesedFromItem.getFromItem() |
FromItem |
PlainSelect.getFromItem() |
FromItem |
PlainSelect.getFromItem() |
FromItem |
ParenthesedFromItem.getFromItem() |
FromItem |
Join.getFromItem() |
FromItem |
Join.getRightItem()
Returns the right item of the join
|
FromItem |
Join.getRightItem()
Returns the right item of the join
|
default FromItem |
FromItem.withAlias(Alias alias) |
default FromItem |
FromItem.withAlias(Alias alias) |
FromItem |
ParenthesedFromItem.withJoins(List<Join> joins) |
FromItem |
ParenthesedFromItem.withJoins(List<Join> joins) |
default FromItem |
FromItem.withPivot(Pivot pivot) |
default FromItem |
FromItem.withPivot(Pivot pivot) |
default FromItem |
FromItem.withUnPivot(UnPivot unpivot) |
default FromItem |
FromItem.withUnPivot(UnPivot unpivot) |
| Modifier and Type | Method and Description |
|---|---|
Join |
Join.setFromItem(FromItem fromItem) |
void |
ParenthesedFromItem.setFromItem(FromItem fromItem) |
void |
PlainSelect.setFromItem(FromItem item) |
void |
PlainSelect.setFromItem(FromItem item) |
void |
ParenthesedFromItem.setFromItem(FromItem fromItem) |
Join |
Join.setFromItem(FromItem fromItem) |
void |
Join.setRightItem(FromItem item) |
void |
Join.setRightItem(FromItem item) |
ParenthesedFromItem |
ParenthesedFromItem.withFromItem(FromItem fromItem) |
PlainSelect |
PlainSelect.withFromItem(FromItem item) |
PlainSelect |
PlainSelect.withFromItem(FromItem item) |
ParenthesedFromItem |
ParenthesedFromItem.withFromItem(FromItem fromItem) |
Join |
Join.withRightItem(FromItem item)
Deprecated.
|
Join |
Join.withRightItem(FromItem item)
Deprecated.
|
| Constructor and Description |
|---|
ParenthesedFromItem(FromItem fromItem) |
ParenthesedFromItem(FromItem fromItem) |
| Modifier and Type | Method and Description |
|---|---|
<E extends FromItem> |
Update.getFromItem(Class<E> type) |
<E extends FromItem> |
Update.getFromItem(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
FromItem |
Update.getFromItem() |
FromItem |
Update.getFromItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
Update.setFromItem(FromItem fromItem) |
void |
Update.setFromItem(FromItem fromItem) |
Update |
Update.withFromItem(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) |
protected void |
AbstractValidator.validateOptionalFromItem(FromItem fromItem,
SelectValidator v) |
protected void |
AbstractValidator.validateOptionalFromItem(FromItem fromItem,
SelectValidator v) |
protected void |
AbstractValidator.validateOptionalFromItems(FromItem... fromItems) |
protected void |
AbstractValidator.validateOptionalFromItems(FromItem... fromItems) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractValidator.validateOptionalFromItems(List<? extends FromItem> fromItems) |
protected void |
AbstractValidator.validateOptionalFromItems(List<? extends FromItem> fromItems) |
Copyright © 2004–2024 JSQLParser. All rights reserved.