代码搜索:occi
找到约 91 项符合「occi」的源代码
代码结果 91
www.eeworm.com/read/432726/8580684
h occi.h
/* Copyright (c) Oracle Corporation 2000, 2001. All Rights Reserved. */
/*
NAME
occi.h - Oracle C++ Interface header files.
DESCRIPTION
www.eeworm.com/read/375930/9341980
txt occi.txt
用occi函数封装的连接池类
class mConnectionPool
{
public:
mConnectionPool();
~mConnectionPool();
int connectDB(char *userName,char *userPassWord,char *dbName);
www.eeworm.com/read/327403/13081384
h occi.h
/* Copyright (c) Oracle Corporation 2000, 2001. All Rights Reserved. */
/*
NAME
occi.h - Oracle C++ Interface header files.
DESCRIPTION
www.eeworm.com/read/307069/13731944
h occi.h
/* Copyright (c) Oracle Corporation 2000, 2001. All Rights Reserved. */
/*
NAME
occi.h - Oracle C++ Interface header files.
DESCRIPTION
www.eeworm.com/read/218242/14930198
cpp occi.cpp
include "StdAfx.h"
#include "OcciDB.h"
#include "windows.h"
COcciDB::COcciDB(void)
{
env = Environment::createEnvironment(Environment::DEFAULT );
}
COcciDB::~COcciDB(void)
{
i
www.eeworm.com/read/215873/15035720
h occi.h
/* Copyright (c) Oracle Corporation 2000, 2001. All Rights Reserved. */
/*
NAME
occi.h - Oracle C++ Interface header files.
DESCRIPTION
www.eeworm.com/read/369939/9629146
cpp occi.cpp
// OCCI.cpp: implementation of the OCCI class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "OCCI2.h"
#include "OCCI.h"
#ifdef _DEBU
www.eeworm.com/read/369939/9629164
h occi.h
// OCCI.h: interface for the OCCI class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_OCCI_H__ECFFAEFF_8BC7_4565_A8B6_8397DE8E970C__INCLUDED_)
#defi
www.eeworm.com/read/158544/11602316
c occi_eg.c
int main(int arg, char **argv)
{
const string username = "xxx";
const string password = "xxxx";
const string connectString = "";
string strSql = "xxxx";
Environment *en
www.eeworm.com/read/343875/3215134
cpp qsql_occi.cpp
#include
#include
#include
#include
#include "qsql_occi.h"
using namespace std;
QOCCIResult::QOCCIResult(const QOCCIDriver * db)
: QSqlCachedResult(