|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jsqlparser.statement.delete.Delete
public class Delete
Field Summary | |
---|---|
private Table |
table
|
private Expression |
where
|
Constructor Summary | |
---|---|
Delete()
|
Method Summary | |
---|---|
void |
accept(StatementVisitor statementVisitor)
|
Table |
getTable()
|
Expression |
getWhere()
|
void |
setTable(Table name)
|
void |
setWhere(Expression expression)
|
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
private Expression where
Constructor Detail |
---|
public Delete()
Method Detail |
---|
public void accept(StatementVisitor statementVisitor)
accept
in interface Statement
public Table getTable()
public Expression getWhere()
public void setTable(Table name)
public void setWhere(Expression expression)
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 |