Package | Description |
---|---|
org.opendaylight.ovsdb.lib.operations |
Modifier and Type | Method and Description |
---|---|
Where |
Where.and(ColumnSchema column,
Function function,
Object value) |
Where |
Where.and(Condition condition) |
Where |
Where.condition(ColumnSchema column,
Function function,
Object value) |
Where |
Where.condition(Condition condition) |
Where |
Update.where(Condition condition) |
Where |
Select.where(Condition condition) |
Where |
Mutate.where(Condition condition) |
Where |
Delete.where(Condition condition) |
Copyright © 2018 OpenDaylight. All rights reserved.