net.sf.jsqlparser.statement.select
Class AllTableColumns

java.lang.Object
  extended by net.sf.jsqlparser.statement.select.AllTableColumns
All Implemented Interfaces:
SelectItem

public class AllTableColumns
extends java.lang.Object
implements SelectItem


Field Summary
private  Table table
           
 
Constructor Summary
AllTableColumns()
           
AllTableColumns(Table tableName)
           
 
Method Summary
 void accept(SelectItemVisitor selectItemVisitor)
           
 Table getTable()
           
 void setTable(Table table)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

table

private Table table
Constructor Detail

AllTableColumns

public AllTableColumns()

AllTableColumns

public AllTableColumns(Table tableName)
Method Detail

getTable

public Table getTable()

setTable

public void setTable(Table table)

accept

public void accept(SelectItemVisitor selectItemVisitor)
Specified by:
accept in interface SelectItem

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object