Package com.progress.open4gl
Class Rowid
java.lang.Object
com.progress.open4gl.Rowid
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Rowid
public Rowid(byte[] bytes)
-
-
Method Details
-
putBytes
public void putBytes(byte[] bytes) -
getBytes
public byte[] getBytes()
-