com.progress.open4gl
Class RowidHolder

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

public class RowidHolder
extends Holder

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


Constructor Summary
RowidHolder()
           
RowidHolder(Rowid value)
           
 
Method Summary
 Rowid getRowidValue()
           
 void setRowidValue(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

RowidHolder

public RowidHolder()

RowidHolder

public RowidHolder(Rowid value)
Method Detail

getRowidValue

public Rowid getRowidValue()

setRowidValue

public void setRowidValue(Rowid value)