代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/151029/5687333
java connectionpool.java
package com.ora.jsp.sql;
import java.sql.*;
import java.util.*;
/**
* This class implements a connection pool. It's the same as the
* ConnectionPool class described in Java Servlet Program
www.eeworm.com/read/149321/5701061
java connectionwrapper.java
/*
Copyright (C) 2002-2004 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as
published by the Fre
www.eeworm.com/read/149321/5701064
java mysqlconnectionpooldatasource.java
/*
Copyright (C) 2002-2004 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as
published by the Fre
www.eeworm.com/read/147391/5730180
java makingastatement.java
import java.sql.*;
public class MakingTheConnection {
public static void main(String[] args) {
// Load the driver
try {
// Load the driver class
Class.forName("oracle
www.eeworm.com/read/147391/5730182
java makingtheconnection.java
import java.sql.*;
public class MakingTheConnection {
public static void main(String[] args) {
// Load the driver
try {
// Load the driver class
Class.forName("COM.cl
www.eeworm.com/read/139871/5796625
java connectionwrapper.java
/*
Copyright (C) 2002 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the
www.eeworm.com/read/138199/5817214
java connectionpool.java
package sjservlets;
import java.sql.*;
import java.util.*;
/** A class for preallocating, recycling, and managing
* JDBC connections.
*
* © 2002 Song Jing; may be freely used or ad
www.eeworm.com/read/138075/5817635
java idgenerator.java
package org.apache.torque.oid;
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in co
www.eeworm.com/read/138075/5817637
java sequenceidgenerator.java
package org.apache.torque.oid;
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in co
www.eeworm.com/read/138075/5817638
java autoincrementidgenerator.java
package org.apache.torque.oid;
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in co