Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
IList
The
IListinterface describes the methods available from a Java class when accessing an Sites query or list object. It also defines the methods that a third party must implement when attempting to construct and register a list object for use within an Sites XML page.Each element of the list consists of an ordered set of named columns, numbered from
0(zero) ton-1, wherenis the number of columns. The order of elements in the list does not correspond to the order of the select list expressions in a SQL query, if theIListobject is returned as a result of a SQL query execution.
Note
In an
IList, rows are numbered from1toM; columns are numbered from0toN-1.
List of IList Methods 
Home > Contents > Index > 
Oracle JAVA Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.