getNotNullCol() Method

Usage

public java.lang.String getNotNullCol(java.lang.String pPropertyName)

Description

This method returns information relative to a not null column of a datastore during a check procedure. It is accessible from a Check Knowledge Module if the current task is tagged as "mandatory".

Parameters

Parameter

Type

Description

pPropertyName

String

String that contains the name of the requested property.

The following table lists the different possible values for pPropertyName 

Parameter value

Description

ID

odi internal identifier for the current column.

COL_NAME

Name of the Not null column.

MESS

Standard error message.

<flexfield code>

Flexfield value for the current not null column.

Examples

insert into...
select *
from ...
where <%=odiRef.getNotNullCol("COL_NAME")%> is null