HomeSort by relevance Sort by last modified time
    Searched defs:getConnection (Results 1 - 25 of 46) sorted by null

1 2

  /website/oso/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/xmlrpc/util/
DbHandler.java 43 protected Connection getConnection(String method)
  /website/auth/AuthDb/src/org/opensolaris/auth/db/
DbDataSource.java 48 public Connection getConnection()
50 Connection c = pool.getConnection();
65 public Connection getConnection(String username, String password)
MiniConnectionPoolManager.java 42 * Thrown in {@link #getConnection()} when no free connection becomes available within <code>timeout</code> seconds.
97 public Connection getConnection() throws SQLException {
118 Connection conn = pconn.getConnection();
170 * issued by {@link #getConnection()} for which <code>Connection.close()</code>
  /website/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/xmlrpc/util/
DbHandler.java 41 protected Connection getConnection()
  /website/oso/common/OsoDb/src/org/opensolaris/db/
DbDataSource.java 48 public Connection getConnection()
50 Connection c = pool.getConnection();
65 public Connection getConnection(String username, String password)
MiniConnectionPoolManager.java 51 * Thrown in {@link #getConnection()} when no free connection becomes available within <code>timeout</code> seconds.
128 public Connection getConnection() throws SQLException {
164 Connection conn = pconn.getConnection();
245 * issued by {@link #getConnection()} for which <code>Connection.close()</code>
  /website/oso/scm/console/ScmConsole/src/java/org/opensolaris/repo/webapp/xmlrpc/server/util/
DbHandler.java 43 protected Connection getConnection(String method)
  /website/portal/trunk/test/java/org/opensolaris/base/persistence/
AbstractPersistenceTestCase.java 72 placeholderConn = getConnection();
109 protected Connection getConnection() throws Exception {
114 Connection connection = DriverManager.getConnection("jdbc:hsqldb:.", "sa", ""); //NOPMD
  /website/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/xmlrpc/api/
SunidAPIHandler.java 103 getConnection(), AuthConfig.getSunEmployeeAgreementTypeId());
135 AgreementDAO.setAgreementStartDates(getConnection(),
138 AgreementDAO.setAgreementEndDates(getConnection(),
  /website/portal/trunk/lib/tonic-war/
jdbc2_0-stdext.jar 
c3p0-0.9.1-pre9.jar 
mysql-connector-java-5.0.3-bin.jar 
  /website/auth/AuthDb/src/org/opensolaris/auth/tonic/
TonicDBUpdater.java 108 Connection c = getConnection();
259 Connection c = getConnection();
324 Connection c = getConnection();
411 Connection c = getConnection();
514 private static Connection getConnection() throws DbException {
523 c = DriverManager.getConnection(dbConnectionString, dbProperties);
  /website/oso/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/xmlrpc/api/
SunidAPIHandler.java 107 getConnection(me), Config.getSunEmployeeAgreementTypeId());
141 AgreementDAO.setAgreementStarts(getConnection(me),
144 AgreementDAO.setAgreementEnds(getConnection(me),
155 auditor.save(getConnection(me));
  /website/oso/auth/AuthDb/src/org/opensolaris/auth/db/tonic/
TonicDBUpdater.java 149 Connection c = getConnection();
312 c = getConnection();
392 Connection c = getConnection();
456 Connection c = getConnection();
542 Connection c = getConnection();
598 Connection c = getConnection();
673 Connection c = getConnection();
779 Connection c = getConnection();
871 private static Connection getConnection() throws DbException {
880 c = DriverManager.getConnection(dbConnectionString, dbProperties)
    [all...]
  /website/oso/common/OsoReportRenderer/lib/
csvjdbc.jar 
  /website/auth/Libraries/Derby/
derbytools.jar 
derbyclient.jar 
  /website/oso-libraries/Derby/
derbytools.jar 
derbyclient.jar 
  /website/auth/Libraries/XML-RPC/
xmlrpc-server-3.1.1b.jar 
xmlrpc-server-3.1.1.jar 
  /website/portal/trunk/lib/test/
hsqldb-1.8.0.jar 
  /website/auth/Libraries/MySQL/
mysql-connector-java-5.1.7-bin.jar 
  /website/oso-libraries/MySQL/
mysql-connector-java-5.1.7-bin.jar 

Completed in 1370 milliseconds

1 2