IRISLIB database
Result Class Reference
Inheritance diagram for Result:
Collaboration diagram for Result:

Private Member Functions

_.Library.Status Display (_.Library.String pDelimiter)
 Display the contents of this object on the current device.
 
_.Library.String Get (_.Library.String colname)
 Returns the value of the column with the name name in the current row of the result set. More...
 
_.Library.String GetData (_.Library.Integer colnbr)
 Returns the value of column n in the current row of the result set.
 
_.Library.Integer Next (_.Library.Status sc)
 Advance the result set cursor to the next row. More...
 
_.Library.Integer SendODBC ()
 Fetch and send a series of rows for the ODBC/JDBC server. More...
 

Additional Inherited Members

- Public Member Functions inherited from IResultSet
_.Library.Status CloseCursor ()
 This method is expected to be overridden by concrete subclasses.
 
_.Library.Status OnClose ()
 This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
 
- Public Member Functions inherited from RegisteredObject
_.Library.Status OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount)
 This callback method is invoked when the current object is added to the SaveSet,. More...
 
_.Library.Status OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned)
 This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
 
_.Library.Status OnNew ()
 This callback method is invoked by the <METHOD>New</METHOD> method to. More...
 
_.Library.Status OnValidateObject ()
 This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
 
- Static Public Attributes inherited from RegisteredObject
 CAPTION = None
 Optional name used by the Form Wizard for a class when generating forms. More...
 
 JAVATYPE = None
 The Java type to be used when exported.
 
 PROPERTYVALIDATION = None
 This parameter controls the default validation behavior for the object. More...
 

Detailed Description

This class has been superseded. It will remain for compatibility with existing code and samples. We recommend using <class>SQL.Statement</class>.

Simple resultset object that does not contain any rows, but just contains the result information

Member Function Documentation

◆ Get()

_.Library.String Get ( _.Library.String  colname)
private

Returns the value of the column with the name name in the current row of the result set.

If name is not a valid column name, this method returns an empty string.

◆ Next()

_.Library.Integer Next ( _.Library.Status  sc)
private

Advance the result set cursor to the next row.

Returns 0 if the cursor is at the end of the

result set.

◆ SendODBC()

_.Library.Integer SendODBC ( )
private

Fetch and send a series of rows for the ODBC/JDBC server.

For internal use only.