Class InputResultSet

java.lang.Object
com.progress.open4gl.InputResultSet
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

public abstract class InputResultSet extends Object implements ResultSet
Use the InputResultSet abstract class to implement input result sets. The getObject(int) and next() methods must be implemented. Use setNoSchemaMarshal(true) to omit all schema information when marshaling input result set parameters to the AppServer. The receiving procedure must have a static definition of the result set.