API Reference | OSGeo FDO Provider for ODBC |
FdoSqlServerOvTable Class Reference
#include <SqlServerOvTable.h>
Inherits FdoRdbmsOvTable.
Inheritance diagram for FdoSqlServerOvTable:
Detailed Description
Concrete class defining physical schema overrides for a table.
Definition at line 28 of file SqlServerOvTable.h.
Public Member Functions | |
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. | |
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 FdoSqlServerOvTable * | Create (FdoString *name) |
Constructs an instance of an FdoSqlServerOvTable using the specified arguments. | |
static FDOSQLSERVER_OV_API FdoSqlServerOvTable * | Create () |
Constructs a default of an FdoSqlServerOvTable. | |
Protected Member Functions | |
virtual void | Dispose () |
FdoSqlServerOvTable (FdoString *name) | |
FdoSqlServerOvTable () | |
virtual | ~FdoSqlServerOvTable () |
The documentation for this class was generated from the following file:
Comments? |