.NET API Reference | OSGeo FDO Provider for MySQL |
#include <mgOvTable.h>
Definition at line 30 of file mgOvTable.h.
Public Member Functions | |
__property System::String * | get_Database () |
__property System::String * | get_Database () |
__property System::String * | get_DataDirectory () |
__property System::String * | get_IndexDirectory () |
__property System::String * | get_IndexFilegroup () |
__property System::String * | get_Owner () |
__property System::String * | get_PKeyName () |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvStorageEngineType | get_StorageEngine () |
__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_Database (System::String *database) |
__property System::Void | set_DataDirectory (System::String *dataDirectory) |
__property System::Void | set_IndexDirectory (System::String *indexDirectory) |
__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_StorageEngine (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvStorageEngineType storageEngine) |
__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) |
|
|
|
summary>Constructs an instance of an OvTable using the specified arguments</summary> <param name="name">Input name</param> <returns>Returns OvTable</returns> |
|
summary>Gets the directory where table data is stored</summary> <returns>Returns the directory where table data is stored</returns> |
|
<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> |
|
summary>Gets the table filegroup</summary> <returns>Returns the table filegroup</returns> |
|
summary>Sets the database</summary> <returns>Returns nothing</returns> |
|
summary>Sets the database</summary> <returns>Returns nothing</returns> |
|
summary>Sets the directory where table data is stored</summary> <returns>Returns nothing</returns> |
|
summary>Sets the directory where indexes are stored</summary> <returns>Returns nothing</returns> |
|
summary>Sets the index filegroup</summary> <returns>Returns nothing</returns> |
|
summary>Sets the owner</summary> <returns>Returns nothing</returns> |
|
summary>Sets the primary key name</summary> <param name="keyName">Input the primary key name</param> returns>Returns nothing</returns> |
|
summary>Sets the storage engine type</summary> <returns>Returns nothing</returns> |
|
summary>Sets the table filegroup</summary> <returns>Returns nothing</returns> |
|
summary>Sets the text filegroup</summary> <returns>Returns nothing</returns> |
|
summary>Sets the text-in-row option</summary> <returns>Returns nothing</returns> |
|
summary>Gets the owner</summary> <returns>Returns the owner</returns> |
|
|
|
summary>Gets the directory where indexes are stored</summary> <returns>Returns the directory where indexes are stored</returns> |
|
summary>Gets the storage engine type</summary> <returns>Returns the storage engine type</returns> |
|
summary>Gets the text-in-row option</summary> <returns>Returns the text-in-row option</returns> |
|
|
|
|
|
|
|
summary>Gets the database</summary> <returns>Returns the database</returns> |
|
summary>Gets the text filegroup</summary> <returns>Returns the text filegroup</returns> |
|
summary>Gets the index filegroup</summary> <returns>Returns the index filegroup</returns> |
|
summary>Gets the database</summary> <returns>Returns the database</returns> |
Comments? |