org.apache.derby.iapi.sql.execute
Interface ScanQualifier
- All Superinterfaces:
- Qualifier
- All Known Implementing Classes:
- GenericScanQualifier
public interface ScanQualifier
- extends Qualifier
ScanQualifier provides additional methods for the Language layer on
top of Qualifier.
Method Summary |
void |
setQualifier(int columnId,
DataValueDescriptor orderable,
int operator,
boolean negateCR,
boolean orderedNulls,
boolean unknownRV)
Set the info in a ScanQualifier |
setQualifier
void setQualifier(int columnId,
DataValueDescriptor orderable,
int operator,
boolean negateCR,
boolean orderedNulls,
boolean unknownRV)
- Set the info in a ScanQualifier
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.