org.hsqldb.jdbc
Interface JDBCConnectionEventListener


public interface JDBCConnectionEventListener


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

Method Detail

connectionClosed

void connectionClosed()

connectionErrorOccurred

void connectionErrorOccurred(SQLException e)


Copyright © 2001 - 2013 HSQL Development Group.