net.sf.jsqlparser.statement.truncate
Class Truncate

java.lang.Object
  extended by net.sf.jsqlparser.statement.truncate.Truncate
All Implemented Interfaces:
Statement

public class Truncate
extends java.lang.Object
implements Statement

A TRUNCATE TABLE statement


Field Summary
private  Table table
           
 
Constructor Summary
Truncate()
           
 
Method Summary
 void accept(StatementVisitor statementVisitor)
           
 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

Truncate

public Truncate()
Method Detail

accept

public void accept(StatementVisitor statementVisitor)
Specified by:
accept in interface Statement

getTable

public Table getTable()

setTable

public void setTable(Table table)

toString

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