Autodesk FDO Provider for Oracle API Reference

Oracle Provider API

API Reference Autodesk FDO Provider for Oracle

OracleOvIndexCollection.h

Go to the documentation of this file.
00001 #ifndef ORACLEINDEXCOLLECTION_H
00002 #define ORACLEINDEXCOLLECTION_H
00003 
00004 //
00005 //
00006 // (C) Copyright 1990-2005 by Autodesk, Inc.
00007 //
00008 //
00009 //
00010 // By using this code, you are agreeing to the terms
00011 // and conditions of the License Agreement that appeared
00012 // and was accepted upon download or installation
00013 // (or in connection with the download or installation)
00014 // of the Autodesk software in which this code is included.
00015 // All permissions on use of this code are as set forth
00016 // in such License Agreement provided that the above copyright
00017 // notice appears in all authorized copies and that both that
00018 // copyright notice and the limited warranty and
00019 // restricted rights notice below appear in all supporting
00020 // documentation.
00021 //
00022 // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
00023 // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
00024 // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
00025 // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
00026 // UNINTERRUPTED OR ERROR FREE.
00027 //
00028 // Use, duplication, or disclosure by the U.S. Government is subject to
00029 // restrictions set forth in FAR 52.227-19 (Commercial Computer
00030 // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
00031 // (Rights in Technical Data and Computer Software), as applicable.
00032 //
00033 #include <Fdo/Commands/Schema/PhysicalElementMappingCollection.h>
00034 #include <Rdbms/Override/Oracle/OracleOv.h>
00035 #include <Rdbms/Override/Oracle/OracleOvIndexDefinition.h>
00036 
00037 /// \cond DOXYGEN-IGNORE
00038 
00039 /// \brief
00040 /// Concrete class defining physical schema overrides for a collection of index
00041 /// definitions.
00042 class FdoOracleOvIndexCollection : public FdoPhysicalElementMappingCollection<FdoOracleOvIndexDefinition>
00043 {
00044 
00045 public:
00046     /// \brief
00047     /// Constructs a default of an FdoOracleOvIndexCollection
00048     /// 
00049     /// \return
00050     /// Returns FdoOracleOvIndexCollection
00051     /// 
00052     static FdoOracleOvIndexCollection* Create();
00053 
00054     /// \brief
00055     /// Constructs an instance of an FdoOracleOvIndexCollection using the specified arguments
00056     /// 
00057     /// \param parent 
00058     /// Input parent
00059     /// 
00060     /// \return
00061     /// Returns FdoOracleOvIndexCollection
00062     /// 
00063     static FdoOracleOvIndexCollection* Create(FdoPhysicalElementMapping* parent);
00064 
00065 protected:
00066     FdoOracleOvIndexCollection();
00067     FdoOracleOvIndexCollection(FdoPhysicalElementMapping* parent);
00068     virtual ~FdoOracleOvIndexCollection();
00069     virtual void Dispose();
00070 
00071 };
00072 
00073 /// \brief
00074 /// FdoOracleOvIndexesP is a FdoPtr on FdoOracleOvIndexCollection, provided for convenience.
00075 typedef FdoPtr<FdoOracleOvIndexCollection> FdoOracleOvIndexesP;
00076 
00077 /// \endcond
00078 
00079 #endif
00080 
00081 

Comments?