Home > Contents > Index >
LISTOBJECT.TOLIST
Converts a list object to a resultset list.
Syntax
<LISTOBJECT.TOLIST NAME="listname
" LISTVARNAME="varname
"/>Parameters
NAME
(required)- Input parameter. Name of the list object to convert.
LISTVARNAME
(required)- Input and output parameter. As input, name of the list variable into which to write the resultset list on output.
Example
<!-- Create a list for a call to ASSETSET.GETASSETLIST --> <LISTOBJECT.CREATE NAME="mylist" COLUMNS="attributename,direction"/> <LISTOBJECT.ADDROW NAME="mylist" attributename="name"
direction="descending"/><LISTOBJECT.ADDROW NAME="mylist" attributename="price"
direction="descending"/><LISTOBJECT.TOLIST NAME="mylist" LISTVARNAME="listout"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.