Autodesk FDO Provider for Oracle .NET API Reference

Autodesk FDO Oracle Provider .NET API

.NET API Reference Autodesk FDO Provider for Oracle

OvTable Class Reference

#include <mgOvTable.h>

List of all members.


Detailed Description

Abstract class defining physical schema overrides for a table.

Definition at line 30 of file OSGeo/FDO/Providers/Rdbms/Override/mgOvTable.h.

Public Member Functions

__property System::String * get_Database ()
__property System::String * get_Database ()
__property System::String * get_IndexFilegroup ()
__property System::String * get_Owner ()
__property System::String * get_Owner ()
__property System::String * get_PKeyName ()
 Gets the primary key nane.
__property System::String * get_TableFilegroup ()
__property System::String * get_Tablespace ()
__property System::String * get_TextFilegroup ()
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvTextInRowOption get_TextInRow ()
 OvTable (System::String *name)
 OvTable ()
 Constructs a default of an OvTable.
 OvTable (System::String *name)
 OvTable ()
 Constructs a default of an FdoSqlServerOvTable.
__property System::Void set_Database (System::String *database)
__property System::Void set_Database (System::String *database)
__property System::Void set_IndexFilegroup (System::String *indexFileGroup)
__property System::Void set_Owner (System::String *owner)
__property System::Void set_Owner (System::String *owner)
__property System::Void set_Parent (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *value)
__property System::Void set_PKeyName (System::String *keyName)
__property System::Void set_TableFilegroup (System::String *tableFileGroup)
__property System::Void set_Tablespace (System::String *tableSpace)
__property System::Void set_TextFilegroup (System::String *textFileGroup)
__property System::Void set_TextInRow (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvTextInRowOption textInRow)

Protected Member Functions

 OvTable (System::IntPtr unmanaged, System::Boolean autoDelete)

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