com.progress.open4gl
Class Rowid

java.lang.Object
  |
  +--com.progress.open4gl.Rowid

public class Rowid
extends java.lang.Object

Represents the PROGRESS 4GL ROWID data type. Allows to convert the value to and from a Java byte[] (byte array) value.


Constructor Summary
Rowid(byte[] bytes)
           
 
Method Summary
 byte[] getBytes()
           
 void putBytes(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rowid

public Rowid(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()

putBytes

public void putBytes(byte[] bytes)