Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

emergencyShutdown function

Performs an emergency shut down of a connected database.

Syntax
void Connection.emergencyShutdown() throws ULjException
Remarks

This method should only be invoked in severe error situations. It should only be used if physical hardware or data is destroyed.

The method closes all open connections and shuts down the connected database.