public class AllTableColumns extends ASTNodeAccessImpl implements SelectItem
| Constructor and Description |
|---|
AllTableColumns() |
AllTableColumns(Table tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SelectItemVisitor selectItemVisitor) |
Table |
getTable() |
void |
setTable(Table table) |
String |
toString() |
AllTableColumns |
withTable(Table table) |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic AllTableColumns()
public AllTableColumns(Table tableName)
public Table getTable()
public void setTable(Table table)
public void accept(SelectItemVisitor selectItemVisitor)
accept in interface SelectItempublic AllTableColumns withTable(Table table)
Copyright © 2004–2021 JSQLParser. All rights reserved.