⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 db.cpp

📁 在动态库中实现异步导出大数据量的oracle数据
💻 CPP
字号:
#include "stdafx.h"

#define __OCICPP_INTERNAL_USE_
#include "db.h"

OCIEnv * OCICPP::db::envhp=(OCIEnv *)0;
//ub4 OCICPP::db::InitMode=0;

/*! \class OCICPP::db
  \brief Interaction class with database(s)
 */
/*! \var void OCICPP::db::init(ub4 InitMode=OCI_DEFAULT)
  Initialize the OCIC++ library
 */
/*! \var Connection *OCICPP::db::connect(const string &tnsname,const string &user,const string &password)
  Connect to the database accessible throught the TNS-Alias \a tnsname. Connect
  as \a user with the password \a password.
  \return Connection-Instance associated to this database connection
 */
/*! \var void OCICPP::db::connect(const string &tnsname, const string &user,const string &password,Connection &con)
  Connect to the database accessible throught the TNS-Alias \a tnsname. Connect
  as \a user with the password \a password. The reference \a con is initialized
  to represent this connection.
 */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -