15.24 GET_ROW_VERSION_CHECKSUM Function

This function returns the row version checksum for the current row. This is either a specific column (when designated as "checksum column") or a calculated checksum from all column values.

Syntax

function get_row_version_checksum(
   p_context     in t_context ) return varchar2;
    

Parameters

Table 15-22 GET_ROW_VERSION_CHECKSUM Function Parameters

Parameter Description

p_context

Context object obtained with one of the OPEN_functions.

Returns

The row version checksum.