Class RowidHolder

java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.RowidHolder
All Implemented Interfaces:
Serializable

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.
See Also:
  • Constructor Details

    • RowidHolder

      public RowidHolder()
    • RowidHolder

      public RowidHolder(Rowid value)
  • Method Details

    • setRowidValue

      public void setRowidValue(Rowid value)
    • getRowidValue

      public Rowid getRowidValue()