24.28 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 24-23 GET_ROW_VERSION_CHECKSUM Function Parameters
Parameter | Description |
---|---|
|
Context object obtained with one of the |
Returns
The row version checksum.
Parent topic: APEX_EXEC