SRW.GH_GET_VALUE
built-in functionThis function retrieves the value of column columnName
from the group cursor GC and does an implicit conversion to the output
type
required.
This function can also retrieve the value of the column columnName
from the group cursor GC and do a conversion to VARCHAR
using the
provided format mask, formatMask
, which is ignored if
the column datatype already CHARACTER
.
SRW.GH_GET_VALUE ( CURSOR IN SRW.CURSOR, columnNameIN VARCHAR, VAL OUT type)
SRW.GH_GET_VALUE ( CURSOR IN SRW.CURSOR, columnNameIN VARCHAR, fromatMaskIN VARCHAR, VAL OUT VARCHAR)
Parameters |
Description |
|
Any valid column name. |
|
Types supported include |
Exception |
Description |
|
Column name does not exist in the cursor, or the given position is greater than the number of columns. |
See SRW.GH_CREATE
built-in function
SRW.GH_CREATE
built-in function
About the
Reports Builder built-in package (SRW
)
Copyright © 1984, 2005, Oracle. All rights reserved.