| API Reference | OSGeo FDO Provider for ODBC |
#include <SqlServerOvColumn.h>
Inherits FdoRdbmsOvColumn.
Inheritance diagram for FdoSqlServerOvColumn:
Definition at line 26 of file SqlServerOvColumn.h.
Public Member Functions | |
| FDOSQLSERVER_OV_API FdoString * | GetFormula () |
| Gets the SQL Server formula for this column. | |
| virtual void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
| DOXYGEN-IGNORE XML serialization functions, not part of the API. Initialize this element from its XML attributes | |
| FDOSQLSERVER_OV_API void | SetFormula (FdoString *formula) |
| Sets the SQL Server formula for this column. | |
Static Public Member Functions | |
| FDOSQLSERVER_OV_API FdoSqlServerOvColumn * | Create (FdoString *name) |
| Constructs an instance of an FdoSqlServerOvColumn using the specified arguments. | |
| FDOSQLSERVER_OV_API FdoSqlServerOvColumn * | Create () |
| Constructs a default of an FdoSqlServerOvColumn. | |
Protected Member Functions | |
| virtual void | _writeXmlContents (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
| Serialize this property to XML. | |
| virtual void | Dispose () |
| FdoSqlServerOvColumn (FdoString *name) | |
| FdoSqlServerOvColumn () | |
| | |
| virtual | ~FdoSqlServerOvColumn () |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Serialize this property to XML.
Reimplemented from FdoRdbmsOvColumn. |
|
|
Constructs an instance of an FdoSqlServerOvColumn using the specified arguments.
|
|
|
Constructs a default of an FdoSqlServerOvColumn.
|
|
|
|
|
|
Gets the SQL Server formula for this column.
|
|
||||||||||||
|
DOXYGEN-IGNORE XML serialization functions, not part of the API. Initialize this element from its XML attributes
Reimplemented from FdoRdbmsOvColumn. |
|
|
Sets the SQL Server formula for this column.
|
| Comments? |