com.progress.open4gl
Class RowidArrayHolder

java.lang.Object
  |
  +--com.progress.open4gl.Holder
        |
        +--com.progress.open4gl.RowidArrayHolder

public class RowidArrayHolder
extends Holder

The RowidArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT Rowid[] values when the 4GL parameter type is ROWID EXTENT.


Constructor Summary
RowidArrayHolder()
           
RowidArrayHolder(Rowid[] value)
           
 
Method Summary
 Rowid[] getRowidArrayValue()
           
 void setRowidArrayValue(Rowid[] value)
           
 
Methods inherited from class com.progress.open4gl.Holder
getValue, isNull, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowidArrayHolder

public RowidArrayHolder()

RowidArrayHolder

public RowidArrayHolder(Rowid[] value)
Method Detail

getRowidArrayValue

public Rowid[] getRowidArrayValue()

setRowidArrayValue

public void setRowidArrayValue(Rowid[] value)