Search Results
OK to copy?
Examples 1 through 10 of
53 (0.011 seconds)
Class:
org.springframework.jdbc.AbstractJdbcTests
©,
Rating:
0% of 0,
C1
Class: org.springframework.jdbc.core.support.JdbcDaoSupportTests ©, Rating: 0% of 0, C1
Class: org.springframework.orm.hibernate.LocalDataSourceConnectionProvider ©, Rating: 0% of 0, C1
Class: org.springframework.orm.ibatis.SqlMapTests ©, Rating: 0% of 0, C1
Class: org.springframework.jdbc.support.DatabaseStartupValidator ©, Rating: 0% of 0, C2
Class: org.springframework.jdbc.datasource.SingleConnectionDataSource ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.jdbc.util.ConnectionObject ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.jdbc.util.ConnectionObject ©, Rating: 0% of 0, C1
Class: org.springframework.jdbc.support.DataFieldMaxValueIncrementerTests ©, Rating: 0% of 0, C2
Class: org.springframework.jdbc.support.DataFieldMaxValueIncrementerTests ©, Rating: 0% of 0, C2
54 mockConnection.getMetaData();
55 ctrlConnection.setDefaultReturnValue(null);
56 mockConnection.close();
57 ctrlConnection.setDefaultVoidCallable();
58
Class: org.springframework.jdbc.core.support.JdbcDaoSupportTests ©, Rating: 0% of 0, C1
43 con.getMetaData();
44 conControl.setReturnValue(null, 1);
45 con.close();
46 conControl.setVoidCallable(1);
47 dsControl.replay();
Class: org.springframework.orm.hibernate.LocalDataSourceConnectionProvider ©, Rating: 0% of 0, C1
83 public void closeConnection(Connection con) throws SQLException {
84 try {
85 con.close();
86 }
87 catch (SQLException ex) {
Class: org.springframework.orm.ibatis.SqlMapTests ©, Rating: 0% of 0, C1
058 con.getMetaData();
059 conControl.setReturnValue(null, 1);
060 con.close();
061 conControl.setVoidCallable(2);
062 dsControl.replay();
Class: org.springframework.jdbc.support.DatabaseStartupValidator ©, Rating: 0% of 0, C2
Class: org.springframework.jdbc.datasource.SingleConnectionDataSource ©, Rating: 0% of 0, C1
144 public void destroy() throws SQLException {
145 if (this.target != null) {
146 this.target.close();
147 }
148 }
Class: org.apache.jmeter.protocol.jdbc.util.ConnectionObject ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.jdbc.util.ConnectionObject ©, Rating: 0% of 0, C1
Class: org.springframework.jdbc.support.DataFieldMaxValueIncrementerTests ©, Rating: 0% of 0, C2
228 stmt.close();
229 stmtControl.setVoidCallable(2);
230 con.close();
231 conControl.setVoidCallable(2);
232
Class: org.springframework.jdbc.support.DataFieldMaxValueIncrementerTests ©, Rating: 0% of 0, C2
179 stmt.close();
180 stmtControl.setVoidCallable(2);
181 con.close();
182 conControl.setVoidCallable(2);
183