Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.RTRelease
Releases a lock on a row from a revision-tracked table.
Syntax
public int RTRelease(String sTable, String sAsset)Parameters
sTable
- Name of the tracked table.
sAsset
- Value of the primary key of the row to release.
Description
The
RTRelease
method releases a lock on a row from a revision-tracked table. Only the user who has the row locked against the table can release it. This will also revert the row in the table to its last committed state, overwriting any changes the user made while the row was locked.Returns
Returns the
errno
. If-1000
, check the RT details error.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.