Interface ScanQualifier
- All Superinterfaces:
Qualifier
- All Known Implementing Classes:
GenericScanQualifier
ScanQualifier provides additional methods for the Language layer on
top of Qualifier.
-
Field Summary
Fields inherited from interface org.apache.derby.iapi.store.access.Qualifier
CONSTANT, QUERY_INVARIANT, SCAN_INVARIANT, VARIANT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setQualifier
(int columnId, DataValueDescriptor orderable, int operator, boolean negateCR, boolean orderedNulls, boolean unknownRV) Set the info in a ScanQualifierMethods inherited from interface org.apache.derby.iapi.store.access.Qualifier
clearOrderableCache, getColumnId, getOperator, getOrderable, getOrderedNulls, getUnknownRV, negateCompareResult, reinitialize
-
Method Details
-
setQualifier
void setQualifier(int columnId, DataValueDescriptor orderable, int operator, boolean negateCR, boolean orderedNulls, boolean unknownRV) Set the info in a ScanQualifier
-