net.sf.classifier4J.bayesian
Interface IJDBCConnectionManager

All Known Implementing Classes:
DataSourceJDBCConnectionManager, DriverMangerJDBCConnectionManager

public interface IJDBCConnectionManager

Author:
Nick Lothian

Method Summary
 java.sql.Connection getConnection()
           
 void returnConnection(java.sql.Connection con)
           
 

Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
java.sql.SQLException

returnConnection

public void returnConnection(java.sql.Connection con)
                      throws java.sql.SQLException
java.sql.SQLException


Copyright © 2003-2005 Nick Lothian. All Rights Reserved.