Releases the database connection.
Syntax
public void releaseDBConnection()
Notes
A connection acquired through the getDBConnection() method cannot be saved in a static variable for later reuse. A connection is always implicitly released at the end of the process to avoid connection leaks. In order for this to happen, the connection object used inside the StateManagement class must be released first with the releaseDBConnection() method.