Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > endOdbcSession

endOdbcSession

endOdbcSession(sessionObject: Object);

The endOdbcSession method of the Application class is in an ODBC server application called when a session is closed. The value of the sessionObject parameter is the session object set by the application using the setOdbcSessionObject method or it is a null reference.

You can reimplement this method, if required.