Package | Description |
---|---|
org.opendaylight.ovsdb.lib.notation.json | |
org.opendaylight.ovsdb.lib.operations | |
org.opendaylight.ovsdb.lib.schema |
Modifier and Type | Method and Description |
---|---|
void |
ConditionSerializer.serialize(Condition condition,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
List<Condition> |
Update.getWhere() |
List<Condition> |
Select.getWhere() |
List<Condition> |
Mutate.getWhere() |
List<Condition> |
Delete.getWhere() |
Modifier and Type | Method and Description |
---|---|
void |
Update.addCondition(Condition condition) |
void |
Select.addCondition(Condition condition) |
void |
Mutate.addCondition(Condition condition) |
void |
ConditionalOperation.addCondition(Condition condition) |
void |
Delete.addCondition(Condition condition) |
Where |
Where.and(Condition condition) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
Update.setWhere(List<Condition> where) |
void |
Select.setWhere(List<Condition> where) |
void |
Mutate.setWhere(List<Condition> where) |
void |
Delete.setWhere(List<Condition> where) |
Modifier and Type | Method and Description |
---|---|
Condition |
ColumnSchema.opEqual(D data) |
Condition |
ColumnSchema.opExcludes(D data) |
Condition |
ColumnSchema.opGreaterThan(D data) |
Condition |
ColumnSchema.opIncludes(D data) |
Condition |
ColumnSchema.opLesserThan(D data) |
Condition |
ColumnSchema.opLesserThanOrEquals(D data) |
Copyright © 2018 OpenDaylight. All rights reserved.