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)

Method Summary
int size()
PELeaf getPELeaf(int _index)
PELeaf[] getArrayOfPELeaf()


Field Detail

Constructor Detail

PEResultSet

    PEResultSet(PELeaf[] iResults)

Constructs a PEResultSet

Parameters:
iResults
the array of PELeaf

Method Detail

size

    int size()

Returns the number of elements in this PEResultSet


getPELeaf

    PELeaf getPELeaf(int _index)

Returns the PELeaf at the specified index.


getArrayOfPELeaf

    PELeaf[] getArrayOfPELeaf()

Returns all PELeaf elements.



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