API Reference | OSGeo FDO Provider for MySQL |
#include <MySqlOvGeometricColumn.h>
Inherits FdoRdbmsOvGeometricColumn.
Inheritance diagram for FdoMySQLOvGeometricColumn:
Definition at line 26 of file MySqlOvGeometricColumn.h.
Public Member Functions | |
virtual void | _writeXmlContents (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
Serialize provider-specific parts of this override to XML. | |
virtual void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
DOXYGEN-IGNORE XML serialization functions, not part of the API. Initialize this element from its XML attributes | |
Static Public Member Functions | |
FDOMYSQL_OV_API FdoMySQLOvGeometricColumn * | Create (FdoString *name) |
Constructs an instance of an FdoMySQLOvGeometricColumn using the specified arguments. | |
FDOMYSQL_OV_API FdoMySQLOvGeometricColumn * | Create () |
Constructs a default of an FdoMySQLOvGeometricColumn. | |
Protected Member Functions | |
virtual void | Dispose () |
FdoMySQLOvGeometricColumn (FdoString *name) | |
FdoMySQLOvGeometricColumn () | |
| |
virtual | ~FdoMySQLOvGeometricColumn () |
|
|
|
|
|
|
|
Serialize provider-specific parts of this override to XML.
Reimplemented from FdoRdbmsOvGeometricColumn. |
|
Constructs an instance of an FdoMySQLOvGeometricColumn using the specified arguments.
|
|
Constructs a default of an FdoMySQLOvGeometricColumn.
|
|
|
|
DOXYGEN-IGNORE XML serialization functions, not part of the API. Initialize this element from its XML attributes
|
Comments? |