#include <Rdbms/Override/SQLServerSpatial/SqlServerOv.h>
Namespaces | ||||||||||
namespace | FdoSqlServerOverrides | |||||||||
XML string constants corresponding to the enumerated type SqlServerOvTextInRowOption. | ||||||||||
Enumerations | ||||||||||
enum | SqlServerOvTextInRowOption { SqlServerOvTextInRowOption_InRow, SqlServerOvTextInRowOption_NotInRow, SqlServerOvTextInRowOption_Default } | |||||||||
Enumerated type representing the possible text-in-row options for SQL Server overrides
| ||||||||||
Functions | ||||||||||
static FdoString * | TextInRow_EnumToString (SqlServerOvTextInRowOption textInRowEnum) | |||||||||
static SqlServerOvTextInRowOption | TextInRow_StringToEnum (FdoString *textInRowString, FdoXmlSaxContext *pContext=NULL) | |||||||||
Variables | ||||||||||
static const FdoString * | FdoSqlServerOverrides::TextInRowOption_Default = L"Default" | |||||||||
static const FdoString * | FdoSqlServerOverrides::TextInRowOption_InRow = L"InRow" | |||||||||
static const FdoString * | FdoSqlServerOverrides::TextInRowOption_NotInRow = L"NotInRow" |