public class Delete extends Object implements Statement
Constructor and Description |
---|
Delete() |
Modifier and Type | Method and Description |
---|---|
void |
accept(StatementVisitor statementVisitor) |
Table |
getTable() |
Expression |
getWhere() |
void |
setTable(Table name) |
void |
setWhere(Expression expression) |
String |
toString() |
public void accept(StatementVisitor statementVisitor)
public Table getTable()
public void setTable(Table name)
public Expression getWhere()
public void setWhere(Expression expression)
Copyright © 2006–2018 TinyGroup. All rights reserved.