Elements' Details |
Rows
sequence< any > Rows;
- Description
- contains the demanded data.
One any contains the data of one whole row. Those methods which
use this struct have to specify, what the any has to contain.
|
|
StartIndex
long StartIndex;
- Description
- indicates the index of the first row contained in
::com::sun::star::ucb::FetchResult::Rows in the original resultset. So if
::com::sun::star::ucb::FetchResult::StartIndex equals
3 , the
first element in the sequence ::com::sun::star::ucb::FetchResult::Rows
contains the data of the index 3 in the original resultset.
The following rows are one after the other, but the direction
depends on the value of ::com::sun::star::ucb::FetchResult::Direction
|
|
Orientation
boolean Orientation;
- Description
- indicates the orientation in which the rows are fetched and set into
the sequence ::com::sun::star::ucb::FetchResult::Rows .
When ::com::sun::star::ucb::FetchResult::Orientation equals true , the
rows in ::com::sun::star::ucb::FetchResult::Rows are ordered in the same way
as in the original resultset.
|
|
FetchError
short FetchError;
- Description
- indicates whether and which error has occured, while fetching.
The value may contain zero or more constants of the
::com::sun::star::ucb::FetchError constants group.
|
|
Copyright © 2003 Sun Microsystems, Inc.