RecordFormatAttribute class | QSYS API Reference Guide
A non-RPG class may stamp a field with this attribute to be considered as a record format by a consumer RPG program.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Attribute
Constructors
Name | Description |
---|---|
RecordFormatAttribute(String[], String[][]) | Initializes a RecordFormatAttribute object. The attribute describes the records and fields in a database file. |
RecordFormatAttribute(String[], String[][])
Initializes a RecordFormatAttribute object. The attribute describes the records and fields in a database file.
RecordFormatAttribute(String[], String[][])
Parameters
Type | Parameter name | Description |
---|---|---|
String[] | recordFormatNames | The record format names. |
String[][] | fieldsInFormats | The field names in each record format. |
Properties
Type | Name | Description |
---|---|---|
String[][] | FieldsInFormats | Gets the array of arrays contianing the field names in the record formats. |
String[] | RecordFormatNames | Gets the record format names. |