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 CobolRowModifier and TypeMethodDescriptionprotected voidElementaryFieldMetaData.adjustArraySize(CobolRow row) this method adjusts the array size to the value in its dependent fieldprotected voidCompositeFieldMetaData.writeCompositeOnArray(CobolRow row, byte[] recordData) This method is used by fields that are array values to write themselves to arraysvoidCompositeFieldMetaData.writeCompositeOnRow(CobolRow row, byte[] recordData) writes individual fields on given rowvoidCompositeFieldMetaData.writeOnArray(CobolRow row, byte[] recordData) takes the value from the row for this field and writes it to the byte arrayvoidElementaryFieldMetaData.writeOnArray(CobolRow row, byte[] recordData) this method will write its value from the row to the record data byte arrayvoidFieldMetaData.writeOnArray(CobolRow row, byte[] recordData) this method will write itself on the given byte array from the data in the rowvoidCompositeFieldMetaData.writeOnRow(CobolRow row, byte[] recordData) extracts the value from the record data for the field and writes it to the row.voidElementaryFieldMetaData.writeOnRow(CobolRow row, byte[] recordData) this method will write its value to the row providedvoidFieldMetaData.writeOnRow(CobolRow row, byte[] recordData) this method will write itself on the give row extracting the data from the given byte array