API Reference | OSGeo FDO Provider for MySQL |
#include <SqlServerOvTable.h>
Inherits FdoRdbmsOvTable.
Inheritance diagram for FdoSqlServerOvTable:
Definition at line 28 of file SqlServerOvTable.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. | |
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. | |
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. | |
void | Init () |
Common initializer for all constructors:. | |
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. | |
void | SetParent (FdoPhysicalElementMapping *value) |
Sets the parent of this object. Not part of the API. | |
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 FdoSqlServerOvTable * | Create (FdoString *name) |
Constructs an instance of an FdoSqlServerOvTable using the specified arguments. | |
FDOSQLSERVER_OV_API FdoSqlServerOvTable * | Create () |
Constructs a default of an FdoSqlServerOvTable. | |
Protected Member Functions | |
virtual void | Dispose () |
FdoSqlServerOvTable (FdoString *name) | |
FdoSqlServerOvTable () | |
| |
virtual | ~FdoSqlServerOvTable () |
|
|
|
|
|
|
|
DOXYGEN-IGNORE XML Serialization functions, not part of the API. Serialize this property to XML.
Reimplemented from FdoRdbmsOvTable. |
|
Constructs an instance of an FdoSqlServerOvTable using the specified arguments.
|
|
Constructs a default of an FdoSqlServerOvTable.
|
|
|
|
Gets the database.
|
|
Gets the index filegroup.
|
|
Gets the owner.
|
|
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 FdoRdbmsOvTable. |
|
Sets the database.
|
|
Sets the index filegroup.
|
|
Sets the owner.
|
|
Sets the parent of this object. Not part of the API.
Reimplemented from FdoRdbmsOvTable. |
|
Sets the table filegroup.
|
|
Sets the text filegroup.
|
|
Sets the text-in-row option.
|
Comments? |