Home > Contents > Index >
ICS.RTTrackTable
Enables revision tracking operations on a table.
Syntax
public int RTTrackTable(String sTable, String sStorage, int nVersions)Parameters
sTable
- Name of the table to track.
sStorage
- Location to store revisions associated with a row in the table. This is the root folder. A folder will be created automatically under the given root folder whose name is the same as the table being tracked.
nVersions
- Maximum number of versions to store for each row. When the maximum is reached, the oldest version is removed.
Description
The
RTTrackTable
method enables revision tracking operations on a table. The maximum number of revisions per row can be set as well as the storage location for the revisions. The current user must havertadmin
privileges on the table.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.