Difference between revisions of "CLEAR LOCKS"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Release all file and record locks
 
Release all file and record locks
 
  
 
==Syntax==
 
==Syntax==
 
CLEAR LOCKS
 
CLEAR LOCKS
 
  
 
==See Also==
 
==See Also==
[[CLEAR]], [[CLEAR ALL]], [[CLEAR GETS]], [[CLEAR MEMORY]], [[CLOSE ALL]], [[FLOCK()]], [[ISLOCKED()]], [[LOCKF]], [[LOCKR]], [[RLOCK()]], [[UNLOCK]]
+
[[CLEAR]], [[CLEAR ALL]], [[CLEAR MEMORY]], [[CLOSE ALL]], [[FLOCK()]], [[ISLOCKED()]], [[RLOCK()]], [[UNLOCK]]
 
+
  
 
==Description==
 
==Description==
The CLEAR LOCKS command releases all file and record locks.  The UNLOCK ALL command is synonymous with CLEAR LOCKS.  The CLEAR LOCKS command is only necessary if you are using manual locking techniques because the Recital/4GL automatically performs record locking and unlocking.
+
The CLEAR LOCKS command releases all file and record locks.  The UNLOCK ALL command is synonymous with CLEAR LOCKS.   
 
+
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Manual Locking]]
+
[[Category:Cursor Functions]]
[[Category:Manual Locking Commands]]
+

Latest revision as of 07:47, 4 February 2013

Purpose

Release all file and record locks

Syntax

CLEAR LOCKS

See Also

CLEAR, CLEAR ALL, CLEAR MEMORY, CLOSE ALL, FLOCK(), ISLOCKED(), RLOCK(), UNLOCK

Description

The CLEAR LOCKS command releases all file and record locks. The UNLOCK ALL command is synonymous with CLEAR LOCKS.

Example

clear locks