OSGeo FDO Provider for MySQL API Reference

OSGeo FDO Provider for MySQL API

API Reference OSGeo FDO Provider for MySQL

MySqlOvPropertyMappingConcrete.h

Go to the documentation of this file.
00001 #ifndef FDO_MySQLOVPROPERTYMAPPINGRCONCRETE_H
00002 #define FDO_MySQLOVPROPERTYMAPPINGRCONCRETE_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 
00023 /// \brief
00024 /// Concrete class defining the physical schema overrides for the Concrete type object
00025 /// property mapping. Under the Concrete mapping type, each object property is kept in its own
00026 /// table.
00027 class FdoMySQLOvPropertyMappingConcrete : public FdoMySQLOvPropertyMappingRelation, public FdoRdbmsOvPropertyMappingConcrete
00028 {
00029 
00030 public:
00031     /// \brief
00032     /// Constructs a default of an FdoMySQLOvPropertyMappingConcrete
00033     /// 
00034     /// \return
00035     /// Returns FdoMySQLOvPropertyMappingConcrete
00036     /// 
00037     FDOMYSQL_OV_API static FdoMySQLOvPropertyMappingConcrete* Create();
00038 
00039 protected:
00040     FdoMySQLOvPropertyMappingConcrete();
00041     virtual ~FdoMySQLOvPropertyMappingConcrete();
00042     virtual void Dispose();
00043 
00044 private:
00045 };
00046 
00047 /// \brief
00048 /// FdoMySQLOvPropertyMappingConcreteP is a FdoPtr on FdoMySQLOvPropertyMappingConcrete, provided for convenience.
00049 typedef FdoPtr<FdoMySQLOvPropertyMappingConcrete> FdoMySQLOvPropertyMappingConcreteP;
00050 
00051 #endif
00052 
00053 

Comments?