API Reference | OSGeo FDO Provider for ODBC |
#include <SqlServerOvPhysicalSchemaMapping.h>
Inherits FdoRdbmsOvPhysicalSchemaMapping.
Inheritance diagram for FdoSqlServerOvPhysicalSchemaMapping:
Definition at line 29 of file SqlServerOvPhysicalSchemaMapping.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. | |
FDOSQLSERVER_OV_API FdoSqlServerOvClassCollection * | GetClasses () |
Gets the classes. | |
FDOSQLSERVER_OV_API FdoString * | GetDatabase () |
Gets the database. | |
FDOSQLSERVER_OV_API FdoString * | GetIndexFilegroup () |
Gets the index Filegroup. | |
FDOSQLSERVER_OV_API FdoString * | GetOwner () |
Gets the owner. | |
virtual FDOSQLSERVER_OV_API FdoString * | GetProvider (void) |
Gets the provider name. | |
FDOSQLSERVER_OV_API FdoString * | GetTableFilegroup () |
Gets the table Filegroup. | |
FDOSQLSERVER_OV_API FdoString * | GetTextFilegroup () |
Gets the text Filegroup. | |
FDOSQLSERVER_OV_API SqlServerOvTextInRowOption | GetTextInRow () |
Gets the text-in-row option. | |
virtual void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
Initialize this element from its XML attributes. | |
FDOSQLSERVER_OV_API void | SetDatabase (FdoString *database) |
Sets the database. | |
FDOSQLSERVER_OV_API void | SetIndexFilegroup (FdoString *indexFilegroup) |
Sets the index Filegroup. | |
FDOSQLSERVER_OV_API void | SetOwner (FdoString *owner) |
Sets the owner. | |
FDOSQLSERVER_OV_API void | SetTableFilegroup (FdoString *tableFilegroup) |
Sets the table Filegroup. | |
FDOSQLSERVER_OV_API void | SetTextFilegroup (FdoString *textFilegroup) |
Sets the text Filegroup. | |
FDOSQLSERVER_OV_API void | SetTextInRow (SqlServerOvTextInRowOption textInRow) |
Sets the text-in-row option. | |
Static Public Member Functions | |
FDOSQLSERVER_OV_API FdoSqlServerOvPhysicalSchemaMapping * | Create (FdoString *name) |
Constructs an instance of an FdoSqlServerOvPhysicalSchemaMapping using the specified arguments. | |
FDOSQLSERVER_OV_API FdoSqlServerOvPhysicalSchemaMapping * | Create () |
Constructs a default of an FdoSqlServerOvPhysicalSchemaMapping. | |
Protected Member Functions | |
virtual void | AddClass (FdoRdbmsOvClassDefinition *pClass) |
Add the given class override to this schema override set. | |
virtual FdoRdbmsOvClassDefinition * | CreateClass (FdoXmlSaxContext *context, FdoXmlAttributeCollection *atts) |
Create a class override from XML attributes. | |
virtual void | Dispose () |
FdoSqlServerOvPhysicalSchemaMapping (FdoString *name) | |
FdoSqlServerOvPhysicalSchemaMapping () | |
| |
void | Init () |
Common initializer for all constructors:. | |
virtual | ~FdoSqlServerOvPhysicalSchemaMapping () |
|
|
|
|
|
|
|
DOXYGEN-IGNORE XML Serialization functions, not part of API. Serialize this property to XML.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
Add the given class override to this schema override set.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
Constructs an instance of an FdoSqlServerOvPhysicalSchemaMapping using the specified arguments.
|
|
Constructs a default of an FdoSqlServerOvPhysicalSchemaMapping.
|
|
Create a class override from XML attributes.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
|
|
Gets the classes.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
Gets the database.
|
|
Gets the index Filegroup.
|
|
Gets the owner.
|
|
Gets the provider name.
|
|
Gets the table Filegroup.
|
|
Gets the text Filegroup.
|
|
Gets the text-in-row option.
|
|
Common initializer for all constructors:.
|
|
Initialize this element from its XML attributes.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
Sets the database.
|
|
Sets the index Filegroup.
|
|
Sets the owner.
|
|
Sets the table Filegroup.
|
|
Sets the text Filegroup.
|
|
Sets the text-in-row option.
|
Comments? |