public enum ScreenOrganizationValues extends java.lang.Enum<ScreenOrganizationValues>
List of organizations for Segment orTtable in standards Screens. Physical Characteristics.
Enum Constant and Description |
---|
_2 |
_4 |
_7 |
_A |
_C |
_D |
_G |
_I |
_M |
_N |
_O |
_P |
_Q |
_R |
_S |
_T |
_U |
_V |
_W |
_Y |
NONE |
Modifier and Type | Method and Description |
---|---|
static ScreenOrganizationValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScreenOrganizationValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScreenOrganizationValues _2
DB2 or VAX SQL DB2 or VAX SQL Segment generation and description. Only local accesses are not generated. The structure of variable indicators corresponding to the columns of a DB2 or VAX SQL table is always generated.
For all the Segments of a relational database accessed through SQL: The Segment description and physical accesses are generated. For Segment access in the repetitive category, the cursor declarative is also generated.
public static final ScreenOrganizationValues _4
SQL 400
public static final ScreenOrganizationValues _7
TURBO IMAGE For a TURBO IMAGE organization.
Other information required: the name of the TURBO IMAGE Block and primary access key are required.
public static final ScreenOrganizationValues _A
ADABAS-type 'ADABAS' type Segment.
In this case, the Segment description is generated, but no access is executed. Generation of the control block and buffers used in the accesses
public static final ScreenOrganizationValues _C
INTEREL RBBC or RFM Relational database with SQL access
public static final ScreenOrganizationValues _D
DL/1 DL/1 Segment.
The description of data is generated. The Segment access orders for the reception and display processing are entirely generated, according to the type of logical access processing and use.
public static final ScreenOrganizationValues _G
Table-type Table type Segment.
The generated access corresponds to the call of the general module of the Pactables function.
public static final ScreenOrganizationValues _I
INFORMIX, INGRES, SYBASE, SQL SERVER Relational database. The description of the Segment and the physical accesses are generated.
public static final ScreenOrganizationValues _M
DATACOM/DB Relational database with SQL access
public static final ScreenOrganizationValues _N
NONSTOP SQL For this relational database, the description of the Segment and the physical accesses are generated
public static final ScreenOrganizationValues _O
ORACLE V5 Relational database with SQL access
public static final ScreenOrganizationValues _P
ORACLE V6 or V7 Relational database with SQL access
public static final ScreenOrganizationValues _Q
SQL/DS, ALLBASE/SQL, DB2/2, or DB2/6000 Relational database with SQL access
public static final ScreenOrganizationValues _R
RDMS Relational database with SQL accesses: the description of the Segment and the physical accesses are generated.
Other related information required: A Database Block code is required, you must indicate the SQL object type (description type field) and the primary access key.
public static final ScreenOrganizationValues _S
DB2 or VAX SQL Relational database with SQL access
public static final ScreenOrganizationValues _T
Total-type Total type Segment.
The description of the Segment is generated but no access is executed.
public static final ScreenOrganizationValues _U
Managed by procedures Physical access to the Segment managed by specific procedures.
public static final ScreenOrganizationValues _V
Indexed Segment organization: Indexed
The description of data is generated. The access orders for reception and display procedures are entirely generated according to the logical access procedure and the use.
public static final ScreenOrganizationValues _W
Managed by procedures, fill display keys Segment access is managed by specific procedures and the display keys are automatically filled in (functions F40 and F60).
public static final ScreenOrganizationValues _Y
IBM 38, UNISYS 2200 Database organization. Value used with IBM SYSTEM 38. UNISYS 2200: SFS indexed organization
public static final ScreenOrganizationValues NONE
No organization
public static ScreenOrganizationValues valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ScreenOrganizationValues[] values()
for (ScreenOrganizationValues c : ScreenOrganizationValues.values()) System.out.println(c);