OSGeo FDO Provider for MySQL API Reference

OSGeo FDO Provider for MySQL API

API Reference OSGeo FDO Provider for MySQL

MySqlOvPropertyMappingClass.h

Go to the documentation of this file.
00001 #ifndef FDO_MySQLOVPROPERTYMAPPINGCLASS_H
00002 #define FDO_MySQLOVPROPERTYMAPPINGCLASS_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 <Rdbms/Override/MySQL/MySqlOv.h>
00021 #include <Rdbms/Override/MySQL/MySqlOvPropertyMappingRelation.h>
00022 #include <Rdbms/Override/RdbmsOvPropertyMappingClass.h>
00023 
00024 /// \cond DOXYGEN-IGNORE
00025 
00026 /// \brief
00027 /// Concrete class defining the physical schema overrides for the Class
00028 /// type object property mapping.
00029 class FdoMySQLOvPropertyMappingClass : public FdoMySQLOvPropertyMappingRelation, public FdoRdbmsOvPropertyMappingClass
00030 {
00031 public:
00032     /// \brief
00033     /// Constructs a default of an FdoMySQLOvPropertyMappingClass
00034     /// 
00035     /// \return
00036     /// Returns FdoMySQLOvPropertyMappingClass
00037     /// 
00038     FDOMYSQL_OV_API static FdoMySQLOvPropertyMappingClass* Create();
00039 
00040 protected:
00041     FdoMySQLOvPropertyMappingClass();
00042     virtual ~FdoMySQLOvPropertyMappingClass();
00043     virtual void Dispose();
00044 };
00045 
00046 /// \brief
00047 /// FdoMySQLOvPropertyMappingClassP is a FdoPtr on FdoMySQLOvPropertyMappingClass, provided for convenience.
00048 typedef FdoPtr<FdoMySQLOvPropertyMappingClass> FdoMySQLOvPropertyMappingClassP;
00049 
00050 /// \endcond
00051 
00052 #endif
00053 
00054 

Comments?