JDBCODA generates the following information at the business-object level:
Application-specific information at the business-object level allows you to:
At the business-object level, application-specific information format consists of parameters separated by semicolon (;) delimiters. The name of the parameter and its value are separated by a colon (:) delimiter. The syntax is:
TN=TableName; SCN=StatusColumnName:StatusValue
where TableName identifies the database table, StatusColumnName is the name of the database column used to perform logical deletes, and StatusValue is the value that signifies that a business object is inactive or deleted.
The AppSpecificInfo that JDBCODA generates at this level contains a value only for the name of the database table or view. For information on specifying a value for the status column, see Application-specific information at the business-object level.