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.
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 |
copyright
static final String copyright
- See Also:
- Constant Field Values
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
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.