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

FdoMySQLOvPhysicalSchemaMapping Class Reference

#include <MySqlOvPhysicalSchemaMapping.h>

Inherits FdoRdbmsOvPhysicalSchemaMapping.

Inheritance diagram for FdoMySQLOvPhysicalSchemaMapping:

[legend]
List of all members.

Detailed Description

Concrete class offering schema overrides for the MySQL Provider.

Definition at line 28 of file MySqlOvPhysicalSchemaMapping.h.


Public Member Functions

virtual void _writeXmlAttributes (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags)
 DOXYGEN-IGNORE XML Serialization functions, not part of API. Serialize this property to XML.
FDOMYSQL_OV_API FdoMySQLOvClassCollectionGetClasses ()
 Gets the classes.
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.
virtual FDOMYSQL_OV_API FdoString * GetProvider (void)
 Gets the provider name.
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.
FDOMYSQL_OV_API void SetStorageEngine (MySQLOvStorageEngineType storageEngine)
 Sets the storage engine type.

Static Public Member Functions

FDOMYSQL_OV_API FdoMySQLOvPhysicalSchemaMappingCreate (FdoString *name)
 Constructs an instance of an FdoMySQLOvPhysicalSchemaMapping using the specified arguments.
FDOMYSQL_OV_API FdoMySQLOvPhysicalSchemaMappingCreate ()
 Constructs a default of an FdoMySQLOvPhysicalSchemaMapping.

Protected Member Functions

virtual void AddClass (FdoRdbmsOvClassDefinition *pClass)
 Add the given class override to this schema override set.
virtual FdoRdbmsOvClassDefinitionCreateClass (FdoXmlSaxContext *context, FdoXmlAttributeCollection *atts)
 Create a class override from XML attributes.
virtual void Dispose ()
 FdoMySQLOvPhysicalSchemaMapping (FdoString *name)
 FdoMySQLOvPhysicalSchemaMapping ()
 
void Init ()
 common initializer for all constructors:
virtual ~FdoMySQLOvPhysicalSchemaMapping ()

Constructor & Destructor Documentation

FdoMySQLOvPhysicalSchemaMapping::FdoMySQLOvPhysicalSchemaMapping  )  [protected]
 

FdoMySQLOvPhysicalSchemaMapping::FdoMySQLOvPhysicalSchemaMapping FdoString *  name  )  [protected]
 

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


Member Function Documentation

virtual void FdoMySQLOvPhysicalSchemaMapping::_writeXmlAttributes FdoXmlWriter *  xmlWriter,
const FdoXmlFlags *  flags
[virtual]
 

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

Reimplemented from FdoRdbmsOvPhysicalSchemaMapping.

virtual void FdoMySQLOvPhysicalSchemaMapping::AddClass FdoRdbmsOvClassDefinition pClass  )  [protected, virtual]
 

Add the given class override to this schema override set.

Reimplemented from FdoRdbmsOvPhysicalSchemaMapping.

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

Constructs an instance of an FdoMySQLOvPhysicalSchemaMapping using the specified arguments.

Parameters:
name Input name
Returns:
Returns FdoMySQLOvPhysicalSchemaMapping

FDOMYSQL_OV_API FdoMySQLOvPhysicalSchemaMapping* FdoMySQLOvPhysicalSchemaMapping::Create  )  [static]
 

Constructs a default of an FdoMySQLOvPhysicalSchemaMapping.

Returns:
Returns FdoMySQLOvPhysicalSchemaMapping

virtual FdoRdbmsOvClassDefinition* FdoMySQLOvPhysicalSchemaMapping::CreateClass FdoXmlSaxContext *  context,
FdoXmlAttributeCollection *  atts
[protected, virtual]
 

Create a class override from XML attributes.

Reimplemented from FdoRdbmsOvPhysicalSchemaMapping.

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

FDOMYSQL_OV_API FdoMySQLOvClassCollection* FdoMySQLOvPhysicalSchemaMapping::GetClasses  ) 
 

Gets the classes.

Returns:
Returns the classes

Reimplemented from FdoRdbmsOvPhysicalSchemaMapping.

FDOMYSQL_OV_API FdoString* FdoMySQLOvPhysicalSchemaMapping::GetDatabase  ) 
 

Gets the database.

Returns:
Returns the database

FDOMYSQL_OV_API FdoString* FdoMySQLOvPhysicalSchemaMapping::GetDataDirectory  ) 
 

Gets the directory where table data is stored.

Returns:
Returns the directory where table data is stored

FDOMYSQL_OV_API FdoString* FdoMySQLOvPhysicalSchemaMapping::GetIndexDirectory  ) 
 

Gets the directory where indexes are stored.

Returns:
Returns the directory where indexes are stored

virtual FDOMYSQL_OV_API FdoString* FdoMySQLOvPhysicalSchemaMapping::GetProvider void   )  [virtual]
 

Gets the provider name.

Returns:
Returns the provider name

FDOMYSQL_OV_API MySQLOvStorageEngineType FdoMySQLOvPhysicalSchemaMapping::GetStorageEngine  ) 
 

Gets the storage engine type.

Returns:
Returns the storage engine type

void FdoMySQLOvPhysicalSchemaMapping::Init  )  [protected]
 

common initializer for all constructors:

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

Initialize this element from its XML attributes.

Reimplemented from FdoRdbmsOvPhysicalSchemaMapping.

FDOMYSQL_OV_API void FdoMySQLOvPhysicalSchemaMapping::SetDatabase FdoString *  database  ) 
 

Sets the database.

Returns:
Returns nothing

FDOMYSQL_OV_API void FdoMySQLOvPhysicalSchemaMapping::SetDataDirectory FdoString *  dataDirectory  ) 
 

Sets the directory where table data is stored.

Returns:
Returns nothing

FDOMYSQL_OV_API void FdoMySQLOvPhysicalSchemaMapping::SetIndexDirectory FdoString *  indexDirectory  ) 
 

Sets the directory where indexes are stored.

Returns:
Returns nothing

FDOMYSQL_OV_API void FdoMySQLOvPhysicalSchemaMapping::SetStorageEngine MySQLOvStorageEngineType  storageEngine  ) 
 

Sets the storage engine type.

Returns:
Returns nothing

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