Home > Contents > Index >
ics:catalogmanager.deleterevision
Deletes a revision of a row from a tracked table using
ics:catalogmanager
.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="delterevision" /> <ics:argument name="tablename" value="table" /> <ics:argument name="asset" value="primarykey"/> [<ics:argument name="version" value="first|last|#|date]"/></ics:catalogmanager>Parameters
ftcmd (required)
- Value must be set to
deleterevision
.
tablename (required)
- Name of the tracked table.
asset (required)
- Value of the primary key for the row to obtain history.
version (optional)
- Possible values are:
first
- history of earliest revision of record.last
- history of most recent revision of record.#
- history of a specific revision number.date
- history of the record to whatever revision was current at the specified date. The date must be in SQL format (
yyyy-mm-dd hh:mm:ss
) and is expected to be Greenwich Mean Time.Description
The
deleterevision
command deletes a revision of a row from a tracked table. The current user must havertadmin
access to the tracked table to perform this operation.Error Numbers
The possible values of
errno
include:
Value Description -103 No such table. -104 No table definition. -105 Database error.See Also
The following
ics:catalogmanager
command:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.