DatabaseHandle :: ReleaseLocks - Release instance locks
The function allows releasing instance locks, which might be pending because of thrown exceptions or simple programming errors. Since pending locks might cause strong access problems, threads closing should call this function in order to release pending locks in a local or client/server environment.
Return value: Success ( logical )
Implementation details
logical
DatabaseHandle  :: ReleaseLocks ( thread_t thread_id )
- thread_id - - internal feature (not documented)