public class Delete extends SQLStatement<Delete>
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition> |
wheres |
_columnsRefs, connection, dialect, table| Constructor and Description |
|---|
Delete(Connection connection,
Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
Delete |
from(Table table) |
Table |
getFromTable() |
String |
getSQL() |
List<Condition> |
getWheres() |
String |
toString() |
Delete |
where(Condition condition) |
fix, fix, fix, fixCase, fixColumns, getConnection, getDialect, getTable, tablepublic Delete(Connection connection, Dialect dialect)
public Table getFromTable()
public String getSQL()
public void execute()
throws SQLException
SQLExceptionCopyright © 2017–2019 JBoss by Red Hat. All rights reserved.