.NET API Reference OSGeo FDO Provider for ODBC
Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | File Members

OvTable Class Reference

#include <mgOvTable.h>

List of all members.


Detailed Description

<summary>Abstract class defining physical schema overrides for a table.</summary>

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 ()
__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 ()
 <summary>Constructs a default of an FdoSqlServerOvTable</summary>
 OvTable (System::String *name)
 OvTable ()
__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)

Constructor & Destructor Documentation

OvTable::OvTable System::IntPtr  unmanaged,
System::Boolean  autoDelete
[protected]
 

OvTable::OvTable  ) 
 

summary>Constructs an instance of an FdoOdbcOvTable using the specified arguments</summary> <param name="name">Input name</param> <returns>Returns FdoOdbcOvTable</returns>

OvTable::OvTable System::String *  name  ) 
 

OvTable::OvTable  ) 
 

<summary>Constructs a default of an FdoSqlServerOvTable</summary>

summary>Constructs an instance of an FdoSqlServerOvTable using the specified arguments</summary> <param name="name">Input name</param>

OvTable::OvTable System::String *  name  ) 
 

summary>Gets the table filegroup</summary> <returns>Returns the table filegroup</returns>


Member Function Documentation

__property System::String* OvTable::get_Database  ) 
 

summary>Sets the database</summary> <returns>Returns nothing</returns>

__property System::String* OvTable::get_IndexFilegroup  ) 
 

summary>Sets the index filegroup</summary> <returns>Returns nothing</returns>

__property System::String* OvTable::get_Owner  ) 
 

summary>Sets the owner</summary> <returns>Returns nothing</returns>

__property System::String* OvTable::get_PKeyName  ) 
 

summary>Sets the primary key name</summary> <param name="keyName">Input the primary key name</param> returns>Returns nothing</returns>

__property System::String* OvTable::get_TableFilegroup  ) 
 

summary>Sets the table filegroup</summary> <returns>Returns nothing</returns>

__property System::String* OvTable::get_TextFilegroup  ) 
 

summary>Sets the text filegroup</summary> <returns>Returns nothing</returns>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvTextInRowOption OvTable::get_TextInRow  ) 
 

summary>Sets the text-in-row option</summary> <returns>Returns nothing</returns>

__property System::Void OvTable::set_Database System::String *  database  ) 
 

summary>Gets the owner</summary> <returns>Returns the owner</returns>

__property System::Void OvTable::set_IndexFilegroup System::String *  indexFileGroup  ) 
 

summary>Gets the text-in-row option</summary> <returns>Returns the text-in-row option</returns>

__property System::Void OvTable::set_Owner System::String *  owner  ) 
 

__property System::Void OvTable::set_Parent NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *  value  ) 
 

__property System::Void OvTable::set_PKeyName System::String *  keyName  ) 
 

__property System::Void OvTable::set_TableFilegroup System::String *  tableFileGroup  ) 
 

summary>Gets the text filegroup</summary> <returns>Returns the text filegroup</returns>

__property System::Void OvTable::set_TextFilegroup System::String *  textFileGroup  ) 
 

summary>Gets the index filegroup</summary> <returns>Returns the index filegroup</returns>

__property System::Void OvTable::set_TextInRow NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvTextInRowOption  textInRow  ) 
 

summary>Gets the database</summary> <returns>Returns the database</returns>


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