.NET API Reference | OSGeo FDO Provider for ODBC |
OvTable Class Reference
#include <mgOvTable.h>
Detailed Description
Abstract class defining physical schema overrides for a table.
Definition at line 30 of file mgOvTable.h.
Public Member Functions | |
__property System::String * | get_Database () |
__property System::String * | get_IndexFilegroup () |
__property System::String * | get_Owner () |
__property System::String * | get_PKeyName () |
Gets the primary key nane. | |
__property System::String * | get_TableFilegroup () |
__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 FdoSqlServerOvTable. | |
OvTable (System::String *name) | |
OvTable () | |
Constructs a default of an FdoOdbcOvTable. | |
__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_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_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? |