Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSDatabaseFileRecordFormat

All Superinterfaces:
IISeriesHostFormatDefinition, IISeriesHostObjectNameOnly, IISeriesHostRecordBasic, IISeriesHostRecordNameOnly, IQSYSFileRecordFormat
All Known Implementing Classes:
QSYSHostDatabaseFileRecordFormat, QSYSRemoteDatabaseFileRecordFormat

public interface IQSYSDatabaseFileRecordFormat
extends IQSYSFileRecordFormat, IISeriesHostFormatDefinition

Interface representing an IBM i physical file record format.


Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordBasic
Copyright
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostFormatDefinition
Copyright
 
Method Summary
 IQSYSDatabaseField getField(String fieldName, IProgressMonitor monitor)
          Returns the specified field within the records format or null if the field does not exist
 IQSYSDatabaseField[] listFields(IProgressMonitor monitor)
          Return a list of all fields in the record format.
 
Methods inherited from interface com.ibm.etools.iseries.services.qsys.api.IQSYSFileRecordFormat
getAbsoluteName, getParent, setParent
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordBasic
getDescription, getFieldCount, getID, getLength, setDescription, setFieldCount, setID, setLength
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordNameOnly
getFile, getFileType, setFile, setFileType, toString, writeObjectInfo
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostFormatDefinition
getCCSID, getDescription, getFields, getFile, getID, getLength, getLibrary, getName, hasDBCSorGraphicData, setCCSID, setDBCSorGraphicData, setDescription, setFields, setFile, setID, setLength, setLibrary, setName
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

listFields

IQSYSDatabaseField[] listFields(IProgressMonitor monitor)
                                throws SystemMessageException,
                                       InterruptedException
Return a list of all fields in the record format.

Throws:
SystemMessageException
InterruptedException

getField

IQSYSDatabaseField getField(String fieldName,
                            IProgressMonitor monitor)
                            throws SystemMessageException,
                                   InterruptedException
Returns the specified field within the records format or null if the field does not exist

Specified by:
getField in interface IQSYSFileRecordFormat
Throws:
SystemMessageException
InterruptedException

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.