Autodesk FDO Provider for Oracle API Reference

Oracle Provider API

API Reference Autodesk FDO Provider for Oracle

Rdbms.h

Go to the documentation of this file.
00001 /*
00002 //
00003 // (C) Copyright 1990-2005 by Autodesk, Inc.
00004 //
00005 //
00006 //
00007 // By using this code, you are agreeing to the terms
00008 // and conditions of the License Agreement that appeared
00009 // and was accepted upon download or installation
00010 // (or in connection with the download or installation)
00011 // of the Autodesk software in which this code is included.
00012 // All permissions on use of this code are as set forth
00013 // in such License Agreement provided that the above copyright
00014 // notice appears in all authorized copies and that both that
00015 // copyright notice and the limited warranty and
00016 // restricted rights notice below appear in all supporting
00017 // documentation.
00018 //
00019 // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
00020 // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
00021 // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
00022 // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
00023 // UNINTERRUPTED OR ERROR FREE.
00024 //
00025 // Use, duplication, or disclosure by the U.S. Government is subject to
00026 // restrictions set forth in FAR 52.227-19 (Commercial Computer
00027 // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
00028 // (Rights in Technical Data and Computer Software), as applicable.
00029 // 
00030  */
00031 
00032 #ifndef FDORDBMS_H
00033 #define FDORDBMS_H
00034 #ifdef _WIN32
00035 #pragma once
00036 #endif
00037 
00038 // The following ifdef block is the standard way of creating macros which make exporting 
00039 // from a DLL simpler. All files within this DLL are compiled with the FDO_EXPORTS
00040 // symbol defined.  The FDO_EXPORTS symbol should not be defined on any project
00041 // that uses this DLL. This way any other project whose source files include this file see 
00042 // FDO_API functions as being imported from a DLL, whereas this DLL sees symbols
00043 // defined with this macro as being exported.
00044 #ifdef _WIN32
00045 #ifdef FDORDBMS_EXPORTS
00046 #define FDORDBMS_API __declspec(dllexport)
00047 #else
00048 #define FDORDBMS_API __declspec(dllimport)
00049 #endif
00050 #else
00051 #define FDORDBMS_API
00052 #endif
00053 
00054 #endif // FDORDBMS_H
00055 
00056 

Comments?