API Reference OSGeo FDO Provider for MySQL
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

SqlServerOvTextInRowOption.h File Reference

#include <Rdbms/Override/SQLServerSpatial/SqlServerOv.h>

Include dependency graph for SqlServerOvTextInRowOption.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  FdoSqlServerOverrides

Enumerations

enum  SqlServerOvTextInRowOption { SqlServerOvTextInRowOption_InRow, SqlServerOvTextInRowOption_NotInRow, SqlServerOvTextInRowOption_Default }
 Enumerated type representing the possible text-in-row options for SQL Server overrides <param name="SqlServerOvTextInRowOption_InRow"> Text, ntext and image data are stored within the row's 8K page. </param> <param name="SqlServerOvTextInRowOption_notInRow"> Text, ntext and image data are not stored within the row's 8K page. </param> <param name="SqlServerOvTextInRowOption_Default"> The text-in-row override is inherited from somewhere else. </param>. More...

Functions

FdoString * TextInRow_EnumToString (SqlServerOvTextInRowOption textInRowEnum)
SqlServerOvTextInRowOption TextInRow_StringToEnum (FdoString *textInRowString, FdoXmlSaxContext *pContext=NULL)

Variables

const FdoString * TextInRowOption_Default = L"Default"
const FdoString * TextInRowOption_InRow = L"InRow"
const FdoString * TextInRowOption_NotInRow = L"NotInRow"

Enumeration Type Documentation

enum SqlServerOvTextInRowOption
 

Enumerated type representing the possible text-in-row options for SQL Server overrides <param name="SqlServerOvTextInRowOption_InRow"> Text, ntext and image data are stored within the row's 8K page. </param> <param name="SqlServerOvTextInRowOption_notInRow"> Text, ntext and image data are not stored within the row's 8K page. </param> <param name="SqlServerOvTextInRowOption_Default"> The text-in-row override is inherited from somewhere else. </param>.

Enumeration values:
SqlServerOvTextInRowOption_InRow 
SqlServerOvTextInRowOption_NotInRow 
SqlServerOvTextInRowOption_Default 

Definition at line 34 of file SqlServerOvTextInRowOption.h.

Referenced by TextInRow_StringToEnum().


Function Documentation

FdoString* TextInRow_EnumToString SqlServerOvTextInRowOption  textInRowEnum  )  [static]
 

Definition at line 73 of file SqlServerOvTextInRowOption.h.

SqlServerOvTextInRowOption TextInRow_StringToEnum FdoString *  textInRowString,
FdoXmlSaxContext *  pContext = NULL
[static]
 

Definition at line 50 of file SqlServerOvTextInRowOption.h.

References SqlServerOvTextInRowOption.


Variable Documentation

const FdoString* FdoSqlServerOverrides::TextInRowOption_Default = L"Default" [static]
 

Definition at line 47 of file SqlServerOvTextInRowOption.h.

const FdoString* FdoSqlServerOverrides::TextInRowOption_InRow = L"InRow" [static]
 

Definition at line 45 of file SqlServerOvTextInRowOption.h.

const FdoString* FdoSqlServerOverrides::TextInRowOption_NotInRow = L"NotInRow" [static]
 

Definition at line 46 of file SqlServerOvTextInRowOption.h.


Comments?