public class Delete extends SqlPart
| Modifier and Type | Method and Description |
|---|---|
void |
collectParameterValues(List<Object> values) |
void |
collectSqlFragment(CodeWriter writer) |
QueryCriteria |
getCriteria() |
String |
getTable() |
Select |
setPretty(boolean pretty) |
Delete |
where(String criteria,
Object... value) |
getParameterValues, getSqlFragment, isPretty, printSqlParts, toStringpublic Delete(String table)
public String getTable()
public QueryCriteria getCriteria()
public void collectSqlFragment(CodeWriter writer)
collectSqlFragment in class SqlPartpublic void collectParameterValues(List<Object> values)
collectParameterValues in class SqlPartCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.