Uses of Class
org.opendaylight.ovsdb.lib.operations.Where
-
Packages that use Where Package Description org.opendaylight.ovsdb.lib.operations -
-
Uses of Where in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return Where Modifier and Type Method Description Where
Where. and(Condition condition)
Where
Where. and(ColumnSchema column, Function function, Object value)
Where
Where. condition(Condition condition)
Where
Where. condition(ColumnSchema column, Function function, Object value)
Where
Delete. where(Condition condition)
Where
Mutate. where(Condition condition)
Where
Select. where(Condition condition)
Where
Update. where(Condition condition)
-