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() |
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 SelectItemCopyright © 2004–2019 JSQLParser. All rights reserved.