|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jsqlparser.statement.truncate.Truncate
public class Truncate
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 |
---|
private Table table
Constructor Detail |
---|
public Truncate()
Method Detail |
---|
public void accept(StatementVisitor statementVisitor)
accept
in interface Statement
public Table getTable()
public void setTable(Table table)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |