• Main Page
  • Classes
  • Files

RdbmsOvColumn.h

Go to the documentation of this file.
00001 #ifndef FDO_RDBMSOVCOLUMN_H
00002 #define FDO_RDBMSOVCOLUMN_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 /// FdoRdbms.lib
00022 
00023 #include <Fdo.h>
00024 #include <Fdo/Commands/Schema/PhysicalElementMapping.h>
00025 #include <Rdbms/Override/RdbmsOv.h>
00026 
00027 ///<summary>Abstract class defining physical schema overrides for a column.</summary>
00028 class FdoRdbmsOvColumn : public FdoPhysicalElementMapping
00029 {
00030 public:
00031 
00032 /// \cond DOXYGEN-IGNORE
00033     // Sets the parent of this object. Not part of the API.
00034     FDORDBMS_OV_API void SetParent(FdoPhysicalElementMapping* value);
00035 
00036     // Serialize this override to XML.
00037     FDORDBMS_OV_API virtual void _writeXml(FdoXmlWriter* xmlWriter, const FdoXmlFlags* flags);
00038 
00039 protected:
00040     FDORDBMS_OV_API FdoRdbmsOvColumn();
00041     FDORDBMS_OV_API FdoRdbmsOvColumn(FdoString* name);
00042     FDORDBMS_OV_API virtual ~FdoRdbmsOvColumn();
00043 
00044 
00045     // Serialize provider-specific parts of this override to XML.
00046     FDORDBMS_OV_API virtual void _writeXmlContents(FdoXmlWriter* xmlWriter, const FdoXmlFlags* flags);
00047 
00048     // Initialize this element from its XML attributes
00049     FDORDBMS_OV_API virtual void InitFromXml(FdoXmlSaxContext* pContext, FdoXmlAttributeCollection* attrs);
00050 
00051     FDORDBMS_OV_API virtual FdoXmlSaxHandler* XmlStartElement(
00052         FdoXmlSaxContext* context,
00053         FdoString* uri,
00054         FdoString* name,
00055         FdoString* qname,
00056         FdoXmlAttributeCollection* atts
00057     );
00058 /// \endcond
00059 
00060 private:
00061 };
00062 
00063 ///<summary>FdoRdbmsOvColumnP is a FdoPtr on FdoRdbmsOvColumn, provided for convenience.</summary>
00064 typedef FdoPtr<FdoRdbmsOvColumn> FdoRdbmsOvColumnP;
00065 
00066 
00067 
00068 #endif
00069 
Please send us your comment about this page