Protege 3.4.3

edu.stanford.smi.protege.storage.database.pool
Class ConnectionInfo

java.lang.Object
  extended by edu.stanford.smi.protege.storage.database.pool.ConnectionInfo

public class ConnectionInfo
extends Object


Constructor Summary
ConnectionInfo(Connection connection)
           
 
Method Summary
 void close()
           
 void closeStatements()
           
 Connection getConnection()
           
 long getLastAccessTime()
           
 PreparedStatement getPreparedStatement(String text)
           
 Statement getStatement()
           
 void touch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionInfo

public ConnectionInfo(Connection connection)
Method Detail

getConnection

public Connection getConnection()

touch

public void touch()

getLastAccessTime

public long getLastAccessTime()

getPreparedStatement

public PreparedStatement getPreparedStatement(String text)
                                       throws SQLException
Throws:
SQLException

getStatement

public Statement getStatement()
                       throws SQLException
Throws:
SQLException

close

public void close()
           throws SQLException
Throws:
SQLException

closeStatements

public void closeStatements()
                     throws SQLException
Throws:
SQLException

Protege 3.4.3

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2009 Stanford University.