public class TableStatement extends Select
| Constructor and Description |
|---|
TableStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SelectVisitor selectVisitor) |
StringBuilder |
appendSelectBodyTo(StringBuilder builder) |
StringBuilder |
appendTo(StringBuilder builder) |
Table |
getTable() |
void |
setTable(Table table) |
accept, accept, addOrderByElements, addOrderByElements, addWithItemsList, addWithItemsList, appendStringListTo, as, getFetch, getForClause, getFormattedList, getFormattedList, getIsolation, getLimit, getLimitBy, getOffset, getOrderByElements, getPlainSelect, getSelectBody, getSetOperationList, getStringList, getStringList, getValues, getWithItemsList, isOracleSiblings, orderByToString, orderByToString, setFetch, setForClause, setIsolation, setLimit, setLimitBy, setOffset, setOracleSiblings, setOrderByElements, setWithItemsList, toString, withFetch, withIsolation, withLimit, withLimitBy, withOffset, withOracleSiblings, withOrderByElements, withWithItemsListpublic Table getTable()
public void setTable(Table table)
public StringBuilder appendSelectBodyTo(StringBuilder builder)
appendSelectBodyTo in class Selectpublic StringBuilder appendTo(StringBuilder builder)
public void accept(SelectVisitor selectVisitor)
Copyright © 2004–2024 JSQLParser. All rights reserved.