API Reference | OSGeo FDO Provider for SDF |
#include <IExtendedSelect.h>
Public Member Functions | |
virtual void | ClearOrderingOptions ()=0 |
Clears the internal list of property/ordering option list and re-sets the ordering option for all the ordering properties to the default FdoOrderingOption_Ascending or to the ordering option specified by the FdoIBaseSelect interface. | |
virtual SdfIScrollableFeatureReader * | ExecuteScrollable (const wchar_t *sdfCacheFile, FdoDataPropertyDefinitionCollection *extendedProps, FdoPropertyValueCollection *extendedDefaults)=0 |
Returns a SdfIScrollableFeatureReader object. | |
virtual SdfIScrollableFeatureReader * | ExecuteScrollable ()=0 |
Returns a SdfIScrollableFeatureReader object. | |
virtual FdoOrderingOption | GetOrderingOption (FdoString *propertyName)=0 |
Returns the ordering option. | |
virtual void | SetCompareHandler (SdfCompareHandler *handler)=0 |
The compare handle that should be derived from the SdfCompareHandler class. | |
virtual void | SetOrderingOption (FdoString *propertyName, FdoOrderingOption option)=0 |
FdoOrderingOption_Ascending is the default value. |
|
Clears the internal list of property/ordering option list and re-sets the ordering option for all the ordering properties to the default FdoOrderingOption_Ascending or to the ordering option specified by the FdoIBaseSelect interface.
|
|
Returns a SdfIScrollableFeatureReader object. Both collections have to be in-sync otherwise an exception will be thrown.
|
|
Returns a SdfIScrollableFeatureReader object.
|
|
Returns the ordering option.
|
|
The compare handle that should be derived from the SdfCompareHandler class.
|
|
FdoOrderingOption_Ascending is the default value. Is the ordering option and should be set to one of FdoOrderingOption_Ascending or FdoOrderingOption_Descending. |
Comments? |