org.hsqldb.jdbc
Interface JDBCConnectionEventListener


public interface JDBCConnectionEventListener


Method Summary
 void connectionClosed()
           
 void connectionErrorOccured(SQLException e)
           
 

Method Detail

connectionClosed

void connectionClosed()

connectionErrorOccured

void connectionErrorOccured(SQLException e)


Copyright © 2001 - 2010 HSQL Development Group.