Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesRecord


public interface IISeriesRecord


Method Summary
 IISeriesFile getISeriesFile()
          Return the parent file.
 boolean hasDBCSorGraphicFields()
          Checks if this record has DBCS or Graphic fields
 IISeriesHostDatabaseField[] listDatabaseFields()
          Return a list of fields for this record.
 IISeriesHostDatabaseField[] listDatabaseFieldsWithFilter(String fieldName)
          Return a list of fields for this record.
 

Method Detail

listDatabaseFields

IISeriesHostDatabaseField[] listDatabaseFields()
                                               throws Exception
Return a list of fields for this record. This method returns more information than listFields, but is only applicable to Database records.

Throws:
Exception

listDatabaseFieldsWithFilter

IISeriesHostDatabaseField[] listDatabaseFieldsWithFilter(String fieldName)
                                                         throws Exception
Return a list of fields for this record. This method returns more information than listFields, but is only applicable to Database records.

Parameters:
fieldName - field name or field filter for list of fields to retreive
Throws:
Exception

getISeriesFile

IISeriesFile getISeriesFile()
Return the parent file. This may require a trip to the host when first called!


hasDBCSorGraphicFields

boolean hasDBCSorGraphicFields()
Checks if this record has DBCS or Graphic fields


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.