API Reference OSGeo FDO Provider for MySQL
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

FdoMySQLOvTable Class Reference

#include <MySqlOvTable.h>

Inherits FdoRdbmsOvTable.

Inheritance diagram for FdoMySQLOvTable:

[legend]
List of all members.

Detailed Description

Concrete class defining physical schema overrides for a table.

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 FdoMySQLOvTableCreate (FdoString *name)
 Constructs an instance of an FdoMySQLOvTable using the specified arguments.
FDOMYSQL_OV_API FdoMySQLOvTableCreate ()
 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 ()

Constructor & Destructor Documentation

FdoMySQLOvTable::FdoMySQLOvTable  )  [protected]
 

FdoMySQLOvTable::FdoMySQLOvTable FdoString *  name  )  [protected]
 

virtual FdoMySQLOvTable::~FdoMySQLOvTable  )  [protected, virtual]
 


Member Function Documentation

virtual void FdoMySQLOvTable::_writeXmlContents FdoXmlWriter *  xmlWriter,
const FdoXmlFlags *  flags
[virtual]
 

DOXYGEN-IGNORE XML Serialization functions, not part of the API. Serialize this property to XML.

Reimplemented from FdoRdbmsOvTable.

FDOMYSQL_OV_API FdoMySQLOvTable* FdoMySQLOvTable::Create FdoString *  name  )  [static]
 

Constructs an instance of an FdoMySQLOvTable using the specified arguments.

Parameters:
name Input name
Returns:
Returns FdoMySQLOvTable

FDOMYSQL_OV_API FdoMySQLOvTable* FdoMySQLOvTable::Create  )  [static]
 

Constructs a default of an FdoMySQLOvTable.

Returns:
Returns FdoMySQLOvTable

virtual void FdoMySQLOvTable::Dispose  )  [protected, virtual]
 

FDOMYSQL_OV_API FdoString* FdoMySQLOvTable::GetDatabase  ) 
 

Gets the database.

Returns:
Returns the database

FDOMYSQL_OV_API FdoString* FdoMySQLOvTable::GetDataDirectory  ) 
 

Gets the directory where table data is stored.

Returns:
Returns the directory where table data is stored

FDOMYSQL_OV_API FdoString* FdoMySQLOvTable::GetIndexDirectory  ) 
 

Gets the directory where indexes are stored.

Returns:
Returns the directory where indexes are stored

FDOMYSQL_OV_API MySQLOvStorageEngineType FdoMySQLOvTable::GetStorageEngine  ) 
 

Gets the storage engine type.

Returns:
Returns the storage engine type

void FdoMySQLOvTable::Init  )  [protected]
 

Common initializer for all constructors:.

virtual void FdoMySQLOvTable::InitFromXml FdoXmlSaxContext *  pContext,
FdoXmlAttributeCollection *  attrs
[virtual]
 

Initialize this element from its XML attributes.

Reimplemented from FdoRdbmsOvTable.

FDOMYSQL_OV_API void FdoMySQLOvTable::SetDatabase FdoString *  database  ) 
 

Sets the database.

Returns:
Returns nothing

FDOMYSQL_OV_API void FdoMySQLOvTable::SetDataDirectory FdoString *  dataDirectory  ) 
 

Sets the directory where table data is stored.

Returns:
Returns nothing

FDOMYSQL_OV_API void FdoMySQLOvTable::SetIndexDirectory FdoString *  indexDirectory  ) 
 

Sets the directory where indexes are stored.

Returns:
Returns nothing

void FdoMySQLOvTable::SetParent FdoPhysicalElementMapping *  value  ) 
 

Sets the parent of this object. Not part of the API.

Reimplemented from FdoRdbmsOvTable.

FDOMYSQL_OV_API void FdoMySQLOvTable::SetStorageEngine MySQLOvStorageEngineType  storageEngine  ) 
 

Sets the storage engine type.

Returns:
Returns nothing

The documentation for this class was generated from the following file:
Comments?