Package com.dassault_systemes.catweb.databackend.dataType

   
Class PEResultSet

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catweb.databackend.dataType.PEResultSet
Class Location

Framework : CATJDataAccessBasicModel

Module : PLAdatabackend

Class Description

public class PEResultSet

Class representing the result of query on the driver

Field Summary

Constructor Summary
PEResultSet(PELeaf[] iResults)
Constructs a PEResultSet

Method Summary
public PELeaf[] getArrayOfPELeaf()
Returns all PELeaf elements.
public PELeaf getPELeaf(int _index)
Returns the PELeaf at the specified index.
public int size()
Returns the number of elements in this PEResultSet


Field Detail

Constructor Detail

PEResultSet

    PEResultSet(PELeaf[] iResults)

Constructs a PEResultSet

Parameters:
iResults
the array of PELeaf

Method Detail

getArrayOfPELeaf

    public PELeaf[] getArrayOfPELeaf()

Returns all PELeaf elements.


getPELeaf

    public PELeaf getPELeaf(int _index)

Returns the PELeaf at the specified index.


size

    public int size()

Returns the number of elements in this PEResultSet



Copyright © 2000, Dassault Systèmes. All rights reserved