代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/173141/5379906
out ij.out
ij> -- this test shows the ij commands in use,
-- and what happens when invalid stuff is entered.
-- no driver loaded yet, detected off of the url
-- this one is a bad url:
connect 'cloudscape:wombat'
www.eeworm.com/read/173141/5379912
out checkdatasource.out
Running connection checks on Nested
isolation level 2
auto commit false
read only false
setTypeMap(EMPTY_MAP) - ok
setTypeMap(null) - ok XJ081 - Invalid value 'null' passed as paramete
www.eeworm.com/read/173141/5380051
out checkdatasource30.out
Running JDBC 3.0 connection checks on Nested
holdability true
JDBC 3.0 savepoint OK
Running connection checks on Nested
isolation level 2
auto commit false
read only false
setTyp
www.eeworm.com/read/173078/5380457
c tpkt.c
/***********************************************************************
Copyright (c) 2002 RADVISION Ltd.
************************************************************************
NOTICE:
www.eeworm.com/read/172991/5381167
java progresslistener.java
/*
* ProgressListener.java
*
* Created on 2006年9月6日, 上午12:47
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.j2me.ne
www.eeworm.com/read/172991/5381174
java progresslistener.java
/*
* ProgressListener.java
*
* Created on 2006年9月6日, 上午12:47
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.j2me.ne
www.eeworm.com/read/171950/5390556
java dbconn.java
package connection;
import java.io.Serializable;
import java.sql.*;
public class DbConn implements java.io.Serializable //串行化单个连接类
{
private Connection conn = null;//数据库连接对象conn
private b
www.eeworm.com/read/171479/5394498
java sql.java
/*
* $Id: Sql.java,v 1.21 2006/05/30 17:27:29 blackdrag Exp $
*
* Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
*
* Redistribution and use of this software and assoc
www.eeworm.com/read/170992/5400983
java httptransportse.java
/**
* Copyright (c) 2003,2004, Stefan Haustein, Oberhausen, Rhld., Germany
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated docum
www.eeworm.com/read/170444/5403763
java llmdatasource.java
package llm.pool.relation.mydatasource;
import javax.naming.NamingException;
import javax.naming.Reference;
import javax.naming.Referenceable;
import javax.sql.DataSource;
import org.apache.l