Class SDOAppObject

java.lang.Object
com.progress.open4gl.SDOAppObject
All Implemented Interfaces:
SDOFactory

public final class SDOAppObject extends Object implements SDOFactory
The SDOAppObject class provides Java applications a way to create SDOResultSet objects without requiring the use of ProxyGen. The connection parameters for the constructor are the same as ProxyGen generated AppObjects parameters. After creating an SDOAppObject object, _createSDOResultSet() is used to create instances of SDOResultSet objects. The _release() method should be called when the the application is done with the SDOAppObject Object.
See Also: