public class Delete<E extends TableSchema<E>> extends Operation<E> implements ConditionalOperation
| Constructor and Description | 
|---|
Delete(TableSchema<E> schema)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addCondition(Condition condition)  | 
Integer | 
getCount()  | 
List<Condition> | 
getWhere()  | 
Delete<E> | 
on(TableSchema schema)  | 
void | 
setCount(Integer count)  | 
void | 
setWhere(List<Condition> where)  | 
Where | 
where(Condition condition)  | 
getOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toStringpublic static final String DELETE
public Delete(TableSchema<E> schema)
public Delete<E> on(TableSchema schema)
public void addCondition(Condition condition)
addCondition in interface ConditionalOperationpublic Integer getCount()
public void setCount(Integer count)
Copyright © 2018 OpenDaylight. All rights reserved.