org.hsqldb.jdbc
Interface JDBCConnectionEventListener

All Known Implementing Classes:
JDBCPooledConnection, JDBCXAConnection

public interface JDBCConnectionEventListener


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

Method Detail

connectionClosed

void connectionClosed()

connectionErrorOccurred

void connectionErrorOccurred(SQLException e)


Copyright © 2001 - 2017 HSQL Development Group.