protected Restriction |
MultiColumnRelation.newContainsRestriction(TableMetadata table,
VariableSpecifications boundNames,
boolean isKey) |
|
protected abstract Restriction |
Relation.newContainsRestriction(TableMetadata table,
VariableSpecifications boundNames,
boolean isKey) |
Creates a new Contains restriction instance.
|
protected Restriction |
SingleColumnRelation.newContainsRestriction(TableMetadata table,
VariableSpecifications boundNames,
boolean isKey) |
|
protected Restriction |
TokenRelation.newContainsRestriction(TableMetadata table,
VariableSpecifications boundNames,
boolean isKey) |
|
protected Restriction |
MultiColumnRelation.newEQRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected abstract Restriction |
Relation.newEQRestriction(TableMetadata table,
VariableSpecifications boundNames) |
Creates a new EQ restriction instance.
|
protected Restriction |
SingleColumnRelation.newEQRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected Restriction |
TokenRelation.newEQRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected Restriction |
MultiColumnRelation.newINRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected abstract Restriction |
Relation.newINRestriction(TableMetadata table,
VariableSpecifications boundNames) |
Creates a new IN restriction instance.
|
protected Restriction |
SingleColumnRelation.newINRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected Restriction |
TokenRelation.newINRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected Restriction |
MultiColumnRelation.newIsNotRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected abstract Restriction |
Relation.newIsNotRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected Restriction |
SingleColumnRelation.newIsNotRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected Restriction |
TokenRelation.newIsNotRestriction(TableMetadata table,
VariableSpecifications boundNames) |
|
protected Restriction |
MultiColumnRelation.newLikeRestriction(TableMetadata table,
VariableSpecifications boundNames,
Operator operator) |
|
protected abstract Restriction |
Relation.newLikeRestriction(TableMetadata table,
VariableSpecifications boundNames,
Operator operator) |
|
protected Restriction |
SingleColumnRelation.newLikeRestriction(TableMetadata table,
VariableSpecifications boundNames,
Operator operator) |
|
protected Restriction |
TokenRelation.newLikeRestriction(TableMetadata table,
VariableSpecifications boundNames,
Operator operator) |
|
protected Restriction |
MultiColumnRelation.newSliceRestriction(TableMetadata table,
VariableSpecifications boundNames,
Bound bound,
boolean inclusive) |
|
protected abstract Restriction |
Relation.newSliceRestriction(TableMetadata table,
VariableSpecifications boundNames,
Bound bound,
boolean inclusive) |
Creates a new Slice restriction instance.
|
protected Restriction |
SingleColumnRelation.newSliceRestriction(TableMetadata table,
VariableSpecifications boundNames,
Bound bound,
boolean inclusive) |
|
protected Restriction |
TokenRelation.newSliceRestriction(TableMetadata table,
VariableSpecifications boundNames,
Bound bound,
boolean inclusive) |
|
Restriction |
Relation.toRestriction(TableMetadata table,
VariableSpecifications boundNames) |
Converts this Relation into a Restriction .
|