代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6241937
c connection.c
#ifndef lint
static char *sccsid = "@(#)connection.c 4.1 ULTRIX 7/2/90";
#endif
/************************************************************************
* *
* Copyright (c) 1988 by
www.eeworm.com/read/100926/6264379
connection_config
# Configuration file that the gatewayd process uses to determine
# connection information about proxies.
#
# The following provides an explanation for the fields in this file,
# and how they relat
www.eeworm.com/read/100926/6264423
cpp connection.cpp
// connection.cpp,v 1.5 1998/07/31 23:36:46 gonzo Exp
#include "connection.h"
ACE_RCSID(stress_testing, connection, "connection.cpp,v 1.5 1998/07/31 23:36:46 gonzo Exp")
// Make the connectio
www.eeworm.com/read/100926/6264430
h connection.h
// connection.h,v 1.3 2000/03/20 22:18:49 jxh Exp
#include "global.h"
#ifndef _D_connection
#define _D_connection
class connection {
public:
int connect(char *hostname_opt_port, int tcp_
www.eeworm.com/read/100774/6265062
java connection.java
package org.javaldap.server;
/*
The JavaLDAP Server
Copyright (C) 2000 Clayton Donley (donley@linc-dev.com) - All Rights Reserved
This program is free software; you can redistribute it and/or
www.eeworm.com/read/100285/6271669
java connection.java
package postgresql.jdbc2;
// IMPORTANT NOTE: This file implements the JDBC 2 version of the driver.
// If you make any modifications to this file, you must make sure that the
// changes are also made
www.eeworm.com/read/100285/6271681
java connection.java
package postgresql;
import java.io.*;
import java.net.*;
import java.sql.*;
import java.util.*;
import postgresql.Field;
import postgresql.fastpath.*;
import postgresql.largeobject.*;
import postgres
www.eeworm.com/read/100285/6271689
java connection.java
package postgresql.jdbc1;
// IMPORTANT NOTE: This file implements the JDBC 1 version of the driver.
// If you make any modifications to this file, you must make sure that the
// changes are also made
www.eeworm.com/read/100285/6271746
h connection.h
/* File: connection.h
*
* Description: See "connection.c"
*
* Comments: See "notice.txt" for copyright and license information.
*
*/
#ifndef __CONNECTION_H__
#define __CO
www.eeworm.com/read/100285/6271769
c connection.c
/* Module: connection.c
*
* Description: This module contains routines related to
* connecting to and disconnecting from the Postgres DBMS.
*
* Classes: Co