Autodesk FDO Provider for SQL Server API Reference

SQLServer Provider API

API Reference Autodesk FDO Provider for SQL Server

RdbmsOvGeometricColumn.h

Go to the documentation of this file.
00001 #ifndef FDO_RDBMSOVGEOMETRICCOLUMN_H
00002 #define FDO_RDBMSOVGEOMETRICCOLUMN_H
00003 //
00004 //
00005 // Copyright (C) 2004-2006  Autodesk, Inc.
00006 // 
00007 // This library is free software; you can redistribute it and/or
00008 // modify it under the terms of version 2.1 of the GNU Lesser
00009 // General Public License as published by the Free Software Foundation.
00010 // 
00011 // This library is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014 // Lesser General Public License for more details.
00015 // 
00016 // You should have received a copy of the GNU Lesser General Public
00017 // License along with this library; if not, write to the Free Software
00018 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00019 //
00020 
00021 /// <library>
00022 /// FdoRdbms.lib
00023 /// </library>
00024 
00025 #include <Fdo/Commands/Schema/PhysicalElementMapping.h>
00026 #include <Rdbms/Override/RdbmsOv.h>
00027 
00028 ///<summary>Abstract base class for defining physical schema overrides for a 
00029 ///geometric column.
00030 ///</summary>
00031 class FdoRdbmsOvGeometricColumn : public FdoPhysicalElementMapping
00032 {
00033 public:
00034 //DOM-IGNORE-BEGIN
00035 
00036     // Sets the parent of this object. Not part of the API.
00037     FDORDBMS_OV_API void SetParent(FdoPhysicalElementMapping* value);
00038 
00039     // Serialize this property to XML. Not part of the API.
00040     FDORDBMS_OV_API virtual void _writeXml(FdoXmlWriter* xmlWriter, const FdoXmlFlags* flags);
00041 
00042 //DOM-IGNORE-END
00043 
00044 protected:
00045     FDORDBMS_OV_API FdoRdbmsOvGeometricColumn();
00046     FDORDBMS_OV_API FdoRdbmsOvGeometricColumn(FdoString* name);
00047     FDORDBMS_OV_API virtual ~FdoRdbmsOvGeometricColumn();
00048 
00049     // Serialize provider-specific parts of this override to XML
00050     FDORDBMS_OV_API virtual void _writeXmlContents(FdoXmlWriter* xmlWriter, const FdoXmlFlags* flags);
00051 
00052     FDORDBMS_OV_API virtual FdoXmlSaxHandler* XmlStartElement(
00053         FdoXmlSaxContext* context,
00054         FdoString* uri,
00055         FdoString* name,
00056         FdoString* qname,
00057         FdoXmlAttributeCollection* atts
00058     );
00059 
00060 
00061 };
00062 
00063 ///<summary>FdoRdbmsOvGeometricColumnP is a FdoPtr on FdoRdbmsOvGeometricColumn, provided for convenience.</summary>
00064 typedef FdoPtr<FdoRdbmsOvGeometricColumn> FdoRdbmsOvGeometricColumnP;
00065 
00066 #endif
00067 

Comments?