API Reference | OSGeo FDO Provider for MySQL |
#include <MySqlOvColumn.h>
Inherits FdoRdbmsOvColumn.
Inheritance diagram for FdoMySQLOvColumn:
Definition at line 26 of file MySqlOvColumn.h.
Public Member Functions | |
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 FdoMySQLOvColumn * | Create (FdoString *name) |
Constructs an instance of an FdoMySQLOvColumn using the specified arguments. | |
FDOMYSQL_OV_API FdoMySQLOvColumn * | Create () |
Constructs a default of an FdoMySQLOvColumn. | |
Protected Member Functions | |
virtual void | _writeXmlContents (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
Serialize this property to XML. | |
virtual void | Dispose () |
FdoMySQLOvColumn (FdoString *name) | |
FdoMySQLOvColumn () | |
| |
virtual | ~FdoMySQLOvColumn () |
|
|
|
|
|
|
|
Serialize this property to XML.
Reimplemented from FdoRdbmsOvColumn. |
|
Constructs an instance of an FdoMySQLOvColumn using the specified arguments.
|
|
Constructs a default of an FdoMySQLOvColumn.
|
|
|
|
DOXYGEN-IGNORE XML serialization functions, not part of the API. Initialize this element from its XML attributes
Reimplemented from FdoRdbmsOvColumn. |
Comments? |