代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/125552/14485950
conf connection2.conf
DBDriver=com.microsoft.jdbc.sqlserver.SQLServerDriver
URL=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=demo
username=sa
password=
maxcon=10
mincon=1
poolName=zhengmao
www.eeworm.com/read/125048/14515654
hh connection0.hh
#ifndef __connection0_hh__
#define __connection0_hh__
class MysqlChild
{
public:
virtual void parent_leaving() = 0;
virtual ~MysqlChild() {}
};
#endif
www.eeworm.com/read/125048/14515685
hh connection1.hh
#ifndef __connection1_hh__
#define __connection1_hh__
#include
#include
#include
#include
#include
using namespace std ;
#include
#include "d
www.eeworm.com/read/125048/14515736
hh connection2.hh
#ifndef __connection2_hh__
#define __connection2_hh__
#include "connection1.hh"
#include "query2.hh"
inline Query Connection::query() {return Query(this, throw_exceptions);}
// FIX: the fol
www.eeworm.com/read/125048/14515818
hh connection0.hh
#ifndef __connection0_hh__
#define __connection0_hh__
class MysqlChild
{
public:
virtual void parent_leaving() = 0;
virtual ~MysqlChild() {}
};
#endif
www.eeworm.com/read/125048/14515851
hh connection1.hh
#ifndef __connection1_hh__
#define __connection1_hh__
#include
#include
#include
#include
#include
using namespace std ;
#include
#include "d