Click here to Skip to main content
Click here to Skip to main content
Articles » Database » Database » Oracle » Downloads
 

EpOraLibrary - A lightweight C++ wrapper over Oracle's OCI library

By , 24 Jan 2013
 
EpOraLibrarySources.zip
EpOraLibrary
EpLibraryHeaders
EpOraLibrary100.vcxproj.filters
EpOraLibrary110.vcxproj.filters
Headers
OciHeaders
Sources
LICENSE
/*!
@file epl.h
@author Woong Gyu La a.k.a Chris. <juhgiyo@gmail.com>
		<http://github.com/juhgiyo/eplibrary>
@date April 16, 2011
@brief Interface for EpLibrary Pre-compiled header
@version 2.0

@section LICENSE

Copyright (C) 2012  Woong Gyu La <juhgiyo@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

@section DESCRIPTION

An Interface for EpLibrary Pre-compiled header

*/
#ifndef __EP_EPL_H__
#define __EP_EPL_H__

// Algo
#include "epFastLog.h"
#include "epFastSqrt.h"
#include "epPrimeNum.h"
#include "epRandom.h"

#include "epBinarySearch.h"

#include "epInsertionSort.h"
#include "epMergeSort.h"
#include "epQuickSort.h"

#include "epAlgorithm.h"

//Container
#include "epFileStream.h"
#include "epNetworkStream.h"
#include "epStream.h"

#include "epThreadSafePQueue.h"
#include "epThreadSafeQueue.h"

#include "epCStringEx.h"
#include "epDelegate.h"
#include "epDynamicArray.h"

//Debugger
#include "epBaseOutputter.h"
#include "epProfiler.h"
#include "epSimpleLogger.h"

//File System
#include "epBaseFile.h"
#include "epFolderHelper.h"
#include "epPropertiesFile.h"
#include "epXMLFile.h"
#include "epXMLite.h"
#include "epTextFile.h"

//Frameworks
#include "epBaseLock.h"
#include "epCriticalSectionEx.h"
#include "epMutex.h"
#include "epSemaphore.h"
#include "epNoLock.h"
#include "epInterlockedEx.h"

#include "epSingletonHolder.h"
#include "epSmartObject.h"
#include "epThreadSafeClass.h"

//GUI
#include "epTaskbarNotifier.h"
#include "epWinProcessHelper.h"

//System
#include "epAssert.h"
#include "epLocale.h"
#include "epConsoleHelper.h"
#include "epDateTimeHelper.h"
#include "epEndian.h"
#include "epMemory.h"
#include "epPlatform.h"
#include "epRegistryHelper.h"
#include "epSystem.h"
#include "epTinyObject.h"
#include "epException.h"

//Thread System
#include "epBaseJob.h"
#include "epBaseJobProcessor.h"

#include "epJobScheduleQueue.h"

#include "epWorkerThreadInfinite.h"
#include "epWorkerThreadSingle.h"

#include "epBaseWorkerThread.h"
#include "epWorkerThreadDelegate.h"
#include "epWorkerThreadFactory.h"
#include "epThread.h"

#endif //__EP_EPL_H__

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)

About the Author

Woong Gyu La
CEO P&D Soft Co.
Korea (Republic Of) Korea (Republic Of)
Member
Woong Gyu La had been working as a software developer for over 5 years.
 
His personal interests are improving his personal projects, the EpLibrary Project which is Visual C++ Utility Library, EpOraLibrary, the Oracle OCI Wrapper Library for Visual C++, and EpServerEngine, the Visual C++ WinSock Server/Client Engine.
 
If you are also intrested, you can check it out at
 
https://github.com/juhgiyo/EpLibrary[^]
 
https://github.com/juhgiyo/EpOraLibrary[^]
 
https://github.com/juhgiyo/EpServerEngine[^]

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 24 Jan 2013
Article Copyright 2012 by Woong Gyu La
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid