Autodesk FDO Provider for SQL Server API Reference

SQLServer Provider API

API Reference Autodesk FDO Provider for SQL Server

FdoSqlServerOvTable Class Reference

#include <SqlServerOvTable.h>

Inherits FdoRdbmsOvTable, and FdoRdbmsOvTable.

Inheritance diagram for FdoSqlServerOvTable:

Inheritance graph
[legend]
List of all members.

Detailed Description

Concrete class defining physical schema overrides for a table.

Definition at line 39 of file SqlServer/SqlServerOvTable.h.

Public Member Functions

FDOSQLSERVER_OV_API FdoString * GetDatabase ()
 Gets the database.
FDOSQLSERVER_OV_API FdoString * GetDatabase ()
 Gets the database.
FDOSQLSERVER_OV_API FdoString * GetIndexFilegroup ()
 Gets the index filegroup.
FDOSQLSERVER_OV_API FdoString * GetIndexFilegroup ()
 Gets the index filegroup.
FDOSQLSERVER_OV_API FdoString * GetOwner ()
 Gets the owner.
FDOSQLSERVER_OV_API FdoString * GetOwner ()
 Gets the owner.
FDOSQLSERVER_OV_API FdoString * GetTableFilegroup ()
 Gets the table filegroup.
FDOSQLSERVER_OV_API FdoString * GetTableFilegroup ()
 Gets the table filegroup.
FDOSQLSERVER_OV_API FdoString * GetTextFilegroup ()
 Gets the text filegroup.
FDOSQLSERVER_OV_API FdoString * GetTextFilegroup ()
 Gets the text filegroup.
FDOSQLSERVER_OV_API SqlServerOvTextInRowOption GetTextInRow ()
 Gets the text-in-row option.
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 SetDatabase (FdoString *database)
 Sets the database.
FDOSQLSERVER_OV_API void SetIndexFilegroup (FdoString *indexFilegroup)
 Sets the index filegroup.
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 SetOwner (FdoString *owner)
 Sets the owner.
FDOSQLSERVER_OV_API void SetTableFilegroup (FdoString *tableFilegroup)
 Sets the table filegroup.
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 SetTextFilegroup (FdoString *textFilegroup)
 Sets the text filegroup.
FDOSQLSERVER_OV_API void SetTextInRow (SqlServerOvTextInRowOption textInRow)
 Sets the text-in-row option.
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.
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 ()
virtual void Dispose ()
 FdoSqlServerOvTable (FdoString *name)
 FdoSqlServerOvTable ()
 FdoSqlServerOvTable (FdoString *name)
 FdoSqlServerOvTable ()
virtual ~FdoSqlServerOvTable ()
virtual ~FdoSqlServerOvTable ()

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