Skip to content

/AWS1/CL_RDDRESULTSETMETADATA

The metadata of the result set returned by a SQL statement.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_columncount TYPE /AWS1/RDDLONG /AWS1/RDDLONG

The number of columns in the result set.

it_columnmetadata TYPE /AWS1/CL_RDDCOLUMNMETADATA=>TT_METADATA TT_METADATA

The metadata of the columns in the result set.


Queryable Attributes

columnCount

The number of columns in the result set.

Accessible with the following methods

Method Description
GET_COLUMNCOUNT() Getter for COLUMNCOUNT

columnMetadata

The metadata of the columns in the result set.

Accessible with the following methods

Method Description
GET_COLUMNMETADATA() Getter for COLUMNMETADATA, with configurable default
ASK_COLUMNMETADATA() Getter for COLUMNMETADATA w/ exceptions if field has no valu
HAS_COLUMNMETADATA() Determine if COLUMNMETADATA has a value