Class Rowid

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

public class Rowid extends Object implements Serializable
Represents the PROGRESS 4GL ROWID data type. Allows to convert the value to and from a Java byte[] (byte array) value.
See Also:
  • Constructor Details

    • Rowid

      public Rowid(byte[] bytes)
  • Method Details

    • putBytes

      public void putBytes(byte[] bytes)
    • getBytes

      public byte[] getBytes()