?? db.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 + -