TABLEDATA v16

This function and procedure generates the <TD> and </TD> tags, which insert data into a cell of an HTML table.

Syntax

The following is the syntax for HTP:

HTP.TABLEDATA (
   cvalue         IN       VARCHAR2   DEFAULT NULL
   calign         IN       VARCHAR2   DEFAULT NULL
   cdp            IN       VARCHAR2   DEFAULT NULL
   cnowrap        IN       VARCHAR2   DEFAULT NULL
   crowspan       IN       VARCHAR2   DEFAULT NULL
   ccolspan       IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTP.TABLEDATA (cvalue, calign, cdp, cnowrap, crowspan, ccolspan, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
cvalueThe data for the cell in the table
calignThe value for the ALIGN attribute
cdpThe value for the DP attribute
cnowrapIf the value of this parameter isn't NULL, adds the NOWRAP attribute to the tag
crowspanThe value for the ROWSPAN attribute
ccolspanThe value for the COLSPAN attribute
cattributesOther attributes to include as is in the tag