SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.structures
Interface IRecord

All Superinterfaces:
IAbstractRecord, ISOAPSerializable

public interface IRecord
extends IAbstractRecord, ISOAPSerializable

This interface is used to get the actual data in the records columns.

Version:
1.0

Method Summary
 java.util.Enumeration getFields()
          Return an Enumeration of the objects that represent the fields data of the record
 
Methods inherited from interface com.sapportals.connector.execution.structures.IAbstractRecord
close, getBigDecimal, getBigDecimal, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getChar, getChar, getColumnIndex, getColumnName, getDate, getDate, getDouble, getDouble, getEnumeration, getEnumeration, getFloat, getFloat, getInt, getInt, getLong, getLong, getNumber, getNumber, getObject, getObject, getShort, getShort, getString, getString, getTime, getTime, retrieveMetaData, setBigDecimal, setBigDecimal, setBoolean, setBoolean, setByte, setByte, setBytes, setBytes, setChar, setChar, setDate, setDate, setDouble, setDouble, setEnumeration, setEnumeration, setFloat, setFloat, setInt, setInt, setLong, setLong, setNull, setNull, setNumber, setNumber, setObject, setObject, setShort, setShort, setString, setString, setTime, setTime
 

Method Detail

getFields

public java.util.Enumeration getFields()
                                throws ConnectorException
Return an Enumeration of the objects that represent the fields data of the record
Returns:
enumeration of objects that represent the fields data

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.