API Reference | OSGeo FDO Provider for MySQL |
#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" |
|
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>.
Definition at line 34 of file SqlServerOvTextInRowOption.h. Referenced by TextInRow_StringToEnum(). |
|
Definition at line 73 of file SqlServerOvTextInRowOption.h. |
|
Definition at line 50 of file SqlServerOvTextInRowOption.h. References SqlServerOvTextInRowOption. |
|
Definition at line 47 of file SqlServerOvTextInRowOption.h. |
|
Definition at line 45 of file SqlServerOvTextInRowOption.h. |
|
Definition at line 46 of file SqlServerOvTextInRowOption.h. |
Comments? |