Home > Contents > Index >
ICS.RTUnlockRecord
Unlocks a locked row in a revision-revision-tracked table.
Syntax
public int RTUnlockRecord(String sTable, String sAsset)Parameters
sTable
- Name of the tracked table.
sAsset
- Value of the primary key of the row to unlock.
Description
The
RTUnlockRecord
method unlocks a locked row. The current user must havertadmin
privileges for the table.RTUnlockRecord
does not restore the row to its most recent revision.Returns
Returns the
errno
. If -1000, check the RT details error.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.