| API Reference | OSGeo FDO Provider for ArcSDE |
#include <FdoArcSDEPropertyMapping.h>
Definition at line 31 of file FdoArcSDEPropertyMapping.h.
Public Member Functions | |
| FDOSDE_API void | Dispose (void) |
| Dispose this object. | |
| FDOSDE_API FdoString * | GetColumnName () |
| Returns the ArcSDE column name override for this property. | |
| FDOSDE_API LONG | GetColumnType () |
| Returns the ArcSDE column type override for this property. Returns -1 if no override is currently set. | |
| virtual FDOSDE_API void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
| Initialize this element from its XML attributes. | |
| FDOSDE_API void | SetColumnName (FdoString *) |
| Sets the ArcSDE column name override for this property. | |
| FDOSDE_API void | SetColumnType (LONG sde_type) |
| Sets the ArcSDE column type override for this property. Set to -1 if no override is desired. | |
| virtual FDOSDE_API FdoBoolean | XmlEndElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname) |
| Handle the end of a sub-element. | |
| virtual FDOSDE_API FdoXmlSaxHandler * | XmlStartElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname, FdoXmlAttributeCollection *atts) |
| Handle the start of a sub-element. | |
| virtual FDOSDE_API | ~ArcSDEPropertyMapping (void) |
| The destructor for the ArcSDEPropertyMapping class. | |
Static Public Member Functions | |
| static FDOSDE_API ArcSDEPropertyMapping * | Create (void) |
| Creates a new instance of the ArcSDEPropertyMapping class.
/ returns a new instance of the ArcSDEPropertyMapping class. | |
Protected Member Functions | |
| FDOSDE_API | ArcSDEPropertyMapping (void) |
| The constructor for the ArcSDEPropertyMapping class. | |
Protected Attributes | |
| FdoStringP | m_ColumnName |
| The ArcSDE column name override for this property. | |
| LONG | m_ColumnType |
| The ArcSDE column type override for this property. | |
| Comments? |