API Reference | OSGeo FDO Provider for MySQL |
#include <MySqlOvTable.h>
Inherits FdoRdbmsOvTable.
Inheritance diagram for FdoMySQLOvTable:
Definition at line 27 of file MySqlOvTable.h.
Public Member Functions | |
virtual void | _writeXmlContents (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
DOXYGEN-IGNORE XML Serialization functions, not part of the API. Serialize this property to XML. | |
FDOMYSQL_OV_API FdoString * | GetDatabase () |
Gets the database. | |
FDOMYSQL_OV_API FdoString * | GetDataDirectory () |
Gets the directory where table data is stored. | |
FDOMYSQL_OV_API FdoString * | GetIndexDirectory () |
Gets the directory where indexes are stored. | |
FDOMYSQL_OV_API MySQLOvStorageEngineType | GetStorageEngine () |
Gets the storage engine type. | |
virtual void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
Initialize this element from its XML attributes. | |
FDOMYSQL_OV_API void | SetDatabase (FdoString *database) |
Sets the database. | |
FDOMYSQL_OV_API void | SetDataDirectory (FdoString *dataDirectory) |
Sets the directory where table data is stored. | |
FDOMYSQL_OV_API void | SetIndexDirectory (FdoString *indexDirectory) |
Sets the directory where indexes are stored. | |
void | SetParent (FdoPhysicalElementMapping *value) |
Sets the parent of this object. Not part of the API. | |
FDOMYSQL_OV_API void | SetStorageEngine (MySQLOvStorageEngineType storageEngine) |
Sets the storage engine type. | |
Static Public Member Functions | |
FDOMYSQL_OV_API FdoMySQLOvTable * | Create (FdoString *name) |
Constructs an instance of an FdoMySQLOvTable using the specified arguments. | |
FDOMYSQL_OV_API FdoMySQLOvTable * | Create () |
Constructs a default of an FdoMySQLOvTable. | |
Protected Member Functions | |
virtual void | Dispose () |
FdoMySQLOvTable (FdoString *name) | |
FdoMySQLOvTable () | |
| |
void | Init () |
Common initializer for all constructors:. | |
virtual | ~FdoMySQLOvTable () |
|
|
|
|
|
|
|
DOXYGEN-IGNORE XML Serialization functions, not part of the API. Serialize this property to XML.
Reimplemented from FdoRdbmsOvTable. |
|
Constructs an instance of an FdoMySQLOvTable using the specified arguments.
|
|
Constructs a default of an FdoMySQLOvTable.
|
|
|
|
Gets the database.
|
|
Gets the directory where table data is stored.
|
|
Gets the directory where indexes are stored.
|
|
Gets the storage engine type.
|
|
Common initializer for all constructors:.
|
|
Initialize this element from its XML attributes.
Reimplemented from FdoRdbmsOvTable. |
|
Sets the database.
|
|
Sets the directory where table data is stored.
|
|
Sets the directory where indexes are stored.
|
|
Sets the parent of this object. Not part of the API.
Reimplemented from FdoRdbmsOvTable. |
|
Sets the storage engine type.
|
Comments? |