代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/173141/5378502
properties rollforwardbackup_app.properties
#
# *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE. THEY BELONG
# *** IN the _derby.properties file.
#
# It will get handed to the test on the command line in a -p
# argument.
www.eeworm.com/read/173141/5378506
java bootlock1.java
/*
Derby - Class org.apache.derbyTesting.functionTests.tests.store.bootLock1
Copyright 2002, 2005 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache
www.eeworm.com/read/173141/5378515
properties maxlognumber_app.properties
#
# *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE. THEY BELONG
# *** IN the _derby.properties file.
#
# It will get handed to the test on the command line in a -p
# argu
www.eeworm.com/read/173141/5378561
sql rlliso2multi.sql
--------------------------------------------------------------------------------
-- Test multi user lock interaction under isolation level 2. default isolation
-- level has been set as a property to
www.eeworm.com/read/173141/5378562
properties rollforwardrecovery_app.properties
#
# *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE. THEY BELONG
# *** IN the _derby.properties file.
#
# It will get handed to the test on the command line in a -p
# argument.
www.eeworm.com/read/173141/5378578
java maxlognumber.java
/*
Derby - Class org.apache.derbyTesting.functionTests.store.MaxLogNumber
Copyright 2005 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache Lic
www.eeworm.com/read/173141/5378789
properties connect_app.properties
# the connect test is testing ij functionality, and doesn't want to use the property
# default driver or connection. So we ensure they are null here.
driver=
database=
ij.showNoConnectionsAtStart=true
www.eeworm.com/read/173141/5378890
java stmtcache3.java
/*
Derby - Class org.apache.derbyTesting.functionTests.tests.lang.stmtCache3
Copyright 1999, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache
www.eeworm.com/read/173141/5378925
java bug4356.java
/*
Derby - Class org.apache.derbyTesting.functionTests.tests.lang.bug4356
Copyright 2001, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache Lic
www.eeworm.com/read/173141/5378971
sql locktable.sql
-- multiuser lock table tests
disconnect;
connect 'jdbc:derby:wombat;user=U1' AS C1;
autocommit off;
connect 'jdbc:derby:wombat;user=U2' AS C2;
autocommit off;
set connection C1;
-- create a table