API Reference | Autodesk FDO Provider for Oracle |
FdoOracleOvTable Class Reference
#include <OracleOvTable.h>
Inherits FdoRdbmsOvTable.
Inheritance diagram for FdoOracleOvTable:
Detailed Description
Concrete class defining physical schema overrides for a table.
Definition at line 37 of file OracleOvTable.h.
Public Member Functions | |
FDOORACLE_OV_API FdoString * | GetDatabase () |
Gets the database. | |
FDOORACLE_OV_API FdoString * | GetOwner () |
Gets the owner. | |
FDOORACLE_OV_API FdoString * | GetTablespace () |
Gets the tablespace. | |
FDOORACLE_OV_API void | SetDatabase (FdoString *database) |
Sets the database. | |
FDOORACLE_OV_API void | SetOwner (FdoString *owner) |
Sets the owner. | |
FDOORACLE_OV_API void | SetTablespace (FdoString *tablespace) |
Sets the tablespace. | |
Static Public Member Functions | |
static FDOORACLE_OV_API FdoOracleOvTable * | Create (FdoString *name) |
Constructs an instance of an FdoOracleOvTable using the specified arguments. | |
static FDOORACLE_OV_API FdoOracleOvTable * | Create () |
Constructs a default of an FdoOracleOvTable. | |
Protected Member Functions | |
virtual void | Dispose () |
FdoOracleOvTable (FdoString *name) | |
FdoOracleOvTable () | |
virtual | ~FdoOracleOvTable () |
The documentation for this class was generated from the following file:
Comments? |