Uses of Class
org.eclipse.persistence.internal.eis.cobol.CobolRow

Packages that use CobolRow
  • Uses of CobolRow in org.eclipse.persistence.internal.eis.cobol

    Methods in org.eclipse.persistence.internal.eis.cobol with parameters of type CobolRow
    Modifier and Type
    Method
    Description
    protected void
    ElementaryFieldMetaData.adjustArraySize(CobolRow row)
    this method adjusts the array size to the value in its dependent field
    protected void
    CompositeFieldMetaData.writeCompositeOnArray(CobolRow row, byte[] recordData)
    This method is used by fields that are array values to write themselves to arrays
    void
    CompositeFieldMetaData.writeCompositeOnRow(CobolRow row, byte[] recordData)
    writes individual fields on given row
    void
    CompositeFieldMetaData.writeOnArray(CobolRow row, byte[] recordData)
    takes the value from the row for this field and writes it to the byte array
    void
    ElementaryFieldMetaData.writeOnArray(CobolRow row, byte[] recordData)
    this method will write its value from the row to the record data byte array
    void
    FieldMetaData.writeOnArray(CobolRow row, byte[] recordData)
    this method will write itself on the given byte array from the data in the row
    void
    CompositeFieldMetaData.writeOnRow(CobolRow row, byte[] recordData)
    extracts the value from the record data for the field and writes it to the row.
    void
    ElementaryFieldMetaData.writeOnRow(CobolRow row, byte[] recordData)
    this method will write its value to the row provided
    void
    FieldMetaData.writeOnRow(CobolRow row, byte[] recordData)
    this method will write itself on the give row extracting the data from the given byte array