|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<KeyTypeValues>
com.ibm.pdp.maf.rpp.pac.blockbase.KeyTypeValues
public enum KeyTypeValues
List of the key type for relational BlockBases.
Enum Constant Summary | |
---|---|
_0
subschema 10 Data Elements. |
|
_1
subschema 1 Data Elements. |
|
_2
subschema 2 Data Elements. |
|
_3
subschema 3 Data Elements. |
|
_4
subschema 4 Data Elements. |
|
_5
subschema 5 Data Elements. |
|
_6
subschema 6 Data Elements. |
|
_7
subschema 7 Data Elements. |
|
_8
subschema 8 Data Elements. |
|
_9
subschema 9 Data Elements. |
|
_A
After. |
|
_B
Before. |
|
_C
Cascade. |
|
_R
Restrict. |
|
_S
Set null? |
|
_U
UNIQUE. |
|
ALL
All Data Elements. |
|
BLANK
Standard package. |
|
BODY
BODY package. |
Method Summary | |
---|---|
static KeyTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static KeyTypeValues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final KeyTypeValues _0
subschema 10 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _1
subschema 1 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _2
subschema 2 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _3
subschema 3 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _4
subschema 4 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _5
subschema 5 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _6
subschema 6 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _7
subschema 7 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _8
subschema 8 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _9
subschema 9 Data Elements.
On a V type line: View of the subschema Data Element selection in the Segment.
public static final KeyTypeValues _A
After.
On an R type line: Indicates where the trigger or the rule starts to operate.
public static final KeyTypeValues _B
Before.
On an R type line: Indicates where the trigger or the rule starts to operate.
public static final KeyTypeValues _C
Cascade.
On a J type line, DB2, SQL/DS, DB2/2, DB2/6000, and ORACLE V7 only.
public static final KeyTypeValues _R
Restrict.
On a J type line, default value for DB2-type databases only.
public static final KeyTypeValues _S
Set null?
On a J type line, DB2, SQL/DS, DB2/2 and DB2/6000 only.
public static final KeyTypeValues _U
UNIQUE.
On an I type line: This value is entered in order to generate the UNIQUE command.
public static final KeyTypeValues ALL
All Data Elements.
All the Data Elements of the Segment are included in the view.
public static final KeyTypeValues BLANK
Standard package.
On a C type line (ORACLE V7, it indicates the package type : Standard package.
public static final KeyTypeValues BODY
BODY package.
On a C type line (ORACLE V7, it indicates the package type : BODY package.
Method Detail |
---|
public static KeyTypeValues 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 name
java.lang.NullPointerException
- if the argument is nullpublic static KeyTypeValues[] values()
for (KeyTypeValues c : KeyTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |