API Reference | OSGeo FDO Provider for MySQL |
00001 #ifndef FDO_SqlServerOVPROPERTYMAPPINGCLASS_H 00002 #define FDO_SqlServerOVPROPERTYMAPPINGCLASS_H 00003 /* 00004 * Copyright (C) 2004-2008 Autodesk, Inc. 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of version 2.1 of the GNU Lesser 00008 * General Public License as published by the Free Software Foundation. 00009 * 00010 * This library is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * Lesser General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Lesser General Public 00016 * License along with this library; if not, write to the Free Software 00017 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 00018 * 00019 */ 00020 00021 #include <Rdbms/Override/SQLServerSpatial/SqlServerOv.h> 00022 #include <Rdbms/Override/SQLServerSpatial/SqlServerOvPropertyMappingRelation.h> 00023 #include <Rdbms/Override/RdbmsOvPropertyMappingClass.h> 00024 00025 /// \cond DOXYGEN-IGNORE 00026 00027 /// \brief 00028 /// Concrete class defining the physical schema overrides for the Class 00029 /// type object property mapping. 00030 class FdoSqlServerOvPropertyMappingClass : public FdoSqlServerOvPropertyMappingRelation, public FdoRdbmsOvPropertyMappingClass 00031 { 00032 public: 00033 /// \brief 00034 /// Constructs a default of an FdoSqlServerOvPropertyMappingClass 00035 /// 00036 /// \return 00037 /// Returns FdoSqlServerOvPropertyMappingClass 00038 /// 00039 FDOSQLSERVER_OV_API static FdoSqlServerOvPropertyMappingClass* Create(); 00040 00041 protected: 00042 FdoSqlServerOvPropertyMappingClass(); 00043 virtual ~FdoSqlServerOvPropertyMappingClass(); 00044 virtual void Dispose(); 00045 }; 00046 00047 /// \brief 00048 /// FdoSqlServerOvPropertyMappingClassP is a FdoPtr on FdoSqlServerOvPropertyMappingClass, provided for convenience. 00049 typedef FdoPtr<FdoSqlServerOvPropertyMappingClass> FdoSqlServerOvPropertyMappingClassP; 00050 00051 /// \endcond 00052 00053 #endif 00054 00055
Comments? |