public interface Restrictions extends Restriction
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasIN()
Checks if any of the underlying restriction is an IN.
|
boolean |
hasOnlyEqualityRestrictions()
Checks if all of the underlying restrictions are EQ or IN restrictions.
|
boolean |
isEmpty()
Checks if this
PrimaryKeyRestrictionSet is empty or not. |
int |
size()
Returns the number of columns that have a restriction.
|
addFunctionsTo, addRowFilterTo, getColumnDefs, getFirstColumn, getLastColumn, hasSupportingIndex, isOnTokenboolean isEmpty()
PrimaryKeyRestrictionSet is empty or not.true if this PrimaryKeyRestrictionSet is empty, false otherwise.int size()
boolean hasIN()
true if any of the underlying restriction is an IN, false otherwiseboolean hasOnlyEqualityRestrictions()
true if all of the underlying restrictions are EQ or IN restrictions,
false otherwiseCopyright © 2017 The Apache Software Foundation