Home > Contents > Index >
ICS.RTDeleteRevision
Deletes a revision of a row from a revision-tracked table.
Syntax
public int RTDeleteRevision(String sTable, String sAsset, int nVersion)Parameters
sTable
- Name of the table containing the row whose revision is to be deleted.
sAsset
- Value of the primary key for the row whose revision is to be deleted.
nVersion
- Version of the row to delete.
Description
The
RTDeleteRevision
method deletes a revision of a row from a revision-tracked table. The current user must havertadmin
access to the tracked table to perform this operation. If the most recent revision is locked, deleting the most recent revision will also delete the lock on it.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.