API Reference | OSGeo FDO Provider for ODBC |
FdoSqlServerOvPhysicalSchemaMapping Class Reference
#include <SqlServerOvPhysicalSchemaMapping.h>
Inherits FdoRdbmsOvPhysicalSchemaMapping.
Inheritance diagram for FdoSqlServerOvPhysicalSchemaMapping:
Detailed Description
Concrete class offering schema overrides for the SqlServer Provider.
Definition at line 29 of file SqlServerOvPhysicalSchemaMapping.h.
Public Member Functions | |
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. | |
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 | |
static FDOSQLSERVER_OV_API FdoSqlServerOvPhysicalSchemaMapping * | Create (FdoString *name) |
Constructs an instance of an FdoSqlServerOvPhysicalSchemaMapping using the specified arguments. | |
static 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 () |
The documentation for this class was generated from the following file:
Comments? |