|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.ddm.DDMRecordFormat
public class DDMRecordFormat
Represents the record format and field information for a file.
| Method Summary | |
|---|---|
DDMField |
getField(int index)
Returns the field at the specified index, or null if the index is not valid. |
DDMField |
getField(String fieldName)
Returns the field with the specified name, or null if no such field exists in this record format. |
int |
getFieldCount()
Returns the number of fields in this record format. |
String |
getFile()
Returns the name of the file (WHFILE) for this record format. |
int |
getLength()
Returns the total length in bytes of this record format. |
String |
getLibrary()
Returns the library (WHLIB) in which the file resides. |
String |
getName()
Returns the name (WHNAME) of this record format. |
int |
getRecommendedBatchSize()
Returns the recommended batch size to use for reading or writing records with this record format. |
String |
getText()
Returns the text description (WHTEXT) of this record format. |
String |
getType()
Returns the file type (WHFTYP) of record format. |
DDMRecordFormat |
newCopy()
Returns a new copy of this record format, which includes a new copy of each DDMField. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public DDMRecordFormat newCopy()
public String getName()
public String getLibrary()
public String getFile()
public String getType()
public String getText()
public int getLength()
public int getRecommendedBatchSize()
public int getFieldCount()
public DDMField getField(int index)
public DDMField getField(String fieldName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||