API Reference | OSGeo FDO Provider for ODBC |
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
| ||||||||||
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" |
Comments? |