代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/306545/3737135
cs connection.cs
using System;
using OI.Modules;
namespace OI.Data
{
///
/// connection 的摘要说明。
///
public class Connection
{
public Connection()
{
//
// TODO: 在此处添加构造
www.eeworm.com/read/306239/3744664
java _connection.java
package com.test.dao.pool;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.PreparedStatement;
import java.sql.SQLException;
imp
www.eeworm.com/read/305712/3770500
cpp connection.cpp
/* This file is part of the KDE libraries
Copyright (C) 2000 Stephan Kulow
David Faure
This library is free software; you can redistribu
www.eeworm.com/read/305712/3770503
h connection.h
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 2000 Stephan Kulow
David Faure
This library is free software; you
www.eeworm.com/read/305285/3776515
java connection.java
// $Id: Connection.java,v 1.5 2000/11/29 17:34:55 daniela Exp $
import java.io.*;
public class Connection implements Serializable {
protected Part p;
protected String type = "conn
www.eeworm.com/read/304657/3789711
java connection.java
/* FileURLConnection.java -- URLConnection class for "file" protocol
Copyright (C) 1998, 1999, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free softwa
www.eeworm.com/read/304657/3789729
java connection.java
/* Connection - jar url connection for java.net
Copyright (C) 1999, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you c
www.eeworm.com/read/304657/3792374
java connection.java
/* Connection.java -- Manage a database connection.
Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis
www.eeworm.com/read/304568/3798025
cpp connection.cpp
/*
** JNetLib
** Copyright (C) 2000-2001 Nullsoft, Inc.
** Author: Justin Frankel
** File: connection.cpp - JNL TCP connection implementation
** License: see jnetlib.h
*/
#include "netinc.h"
#include
www.eeworm.com/read/304568/3798028
h connection.h
/*
** JNetLib
** Copyright (C) 2000-2001 Nullsoft, Inc.
** Author: Justin Frankel
** File: connection.h - JNL TCP connection interface
** License: see jnetlib.h
**
** Usage:
** 1. Create a JNL_Conne