OSGeo FDO Provider for MySQL API Reference

OSGeo FDO Provider for MySQL API

API Reference OSGeo FDO Provider for MySQL

MySqlOvPropertyMappingDefinition.h

Go to the documentation of this file.
00001 #ifndef FDO_MySQLOVPROPERTYMAPPINGDEFINITION_H
00002 #define FDO_MySQLOVPROPERTYMAPPINGDEFINITION_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 #include <FdoCommon.h>
00021 #include <Fdo/Xml/Flags.h>
00022 #include <Fdo/Commands/Schema/PhysicalElementMapping.h>
00023 #include <Rdbms/Override/RdbmsOvPropertyMappingDefinition.h>
00024 #include <Rdbms/Override/MySQL/MySqlOv.h>
00025 
00026 /// \brief
00027 /// Abstract class defining the physical schema overrides for object property table
00028 /// mappings.
00029 class FdoMySQLOvPropertyMappingDefinition : public virtual FdoRdbmsOvPropertyMappingDefinition
00030 {
00031 public:
00032 
00033 protected:
00034     FdoMySQLOvPropertyMappingDefinition();
00035     virtual ~FdoMySQLOvPropertyMappingDefinition();
00036 };
00037 
00038 /// \brief
00039 /// FdoMySQLOvPropertyMappingP is a FdoPtr on FdoMySQLOvPropertyMappingDefinition, provided for convenience.
00040 typedef FdoPtr<FdoMySQLOvPropertyMappingDefinition> FdoMySQLOvPropertyMappingP;
00041 
00042 #endif
00043 
00044 

Comments?