OSGeo FDO Provider for MySQL .NET API Reference

OSGeo FDO MySQL .NET API

.NET API Reference OSGeo FDO Provider for MySQL

mgObjectFactory.h

Go to the documentation of this file.
00001 /*
00002 * Copyright (C) 2004-2006  Autodesk, Inc.
00003 * 
00004 * This library is free software; you can redistribute it and/or
00005 * modify it under the terms of version 2.1 of the GNU Lesser
00006 * General Public License as published by the Free Software Foundation.
00007 * 
00008 * This library is distributed in the hope that it will be useful,
00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 * Lesser General Public License for more details.
00012 * 
00013 * You should have received a copy of the GNU Lesser General Public
00014 * License along with this library; if not, write to the Free Software
00015 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00016 *
00017 */
00018 
00019 #pragma once
00020 
00021 BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE
00022 public __gc class OvPropertyDefinition;
00023 public __gc class OvReadOnlyPropertyDefinitionCollection;
00024 public __gc class OvColumn;
00025 public __gc class OvGeometricColumn;
00026 public __gc class OvClassDefinition;
00027 public __gc class OvTable;
00028 public __gc class OvReadOnlyClassCollection;
00029 public __gc class OvSchemaAutoGeneration;
00030 public __gc class OvPropertyMappingDefinition;
00031 public __gc class OvPropertyMappingSingle;
00032 public __gc class OvPropertyMappingClass;
00033 public __gc class OvPropertyMappingConcrete;
00034 
00035 public __gc __sealed class ObjectFactory
00036 {
00037 public:
00038     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvColumn* CreateOvColumn(System::IntPtr ptr, System::Boolean autoDispose);
00039 
00040     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvTable* CreateOvTable(System::IntPtr ptr, System::Boolean autoDispose);
00041 
00042     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvGeometricColumn* CreateOvGeometricColumn(System::IntPtr ptr, System::Boolean autoDispose);
00043     
00044     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* CreateOvClassDefinition(System::IntPtr ptr, System::Boolean autoDispose);
00045 
00046     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvReadOnlyClassCollection* CreateOvReadOnlyClassCollection(System::IntPtr ptr, System::Boolean autoDispose);
00047 
00048     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition* CreateOvPropertyDefinition(System::IntPtr ptr, System::Boolean autoDispose);
00049 
00050     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvReadOnlyPropertyDefinitionCollection* CreateOvReadOnlyPropertyDefinitionCollection(System::IntPtr ptr, System::Boolean autoDispose);
00051 
00052     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvSchemaAutoGeneration* CreateOvSchemaAutoGeneration(System::IntPtr ptr, System::Boolean autoDispose);
00053 
00054     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyMappingDefinition* CreateOvPropertyMappingDefinition(System::IntPtr ptr, System::Boolean autoDispose);
00055 
00056     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyMappingSingle* CreateOvPropertyMappingSingle(System::IntPtr ptr, System::Boolean autoDispose);
00057 
00058     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyMappingClass* CreateOvPropertyMappingClass(System::IntPtr ptr, System::Boolean autoDispose);
00059 
00060     static NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyMappingConcrete* CreateOvPropertyMappingConcrete(System::IntPtr ptr, System::Boolean autoDispose);
00061 
00062 private:
00063     ObjectFactory(){}
00064 };
00065 
00066 END_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE

Comments?