public static enum ModifyContext.BooleanOption extends java.lang.Enum<ModifyContext.BooleanOption>
Enum Constant and Description |
---|
AUTO_COMMIT |
CHECK_NULL_PROPS |
DELETE_CASCADE |
STREAMING |
Modifier and Type | Method and Description |
---|---|
boolean |
getDefaultValue(PgqlConnection pgqlConn) |
java.lang.String |
getName() |
java.lang.String |
getSystemProperty() |
static ModifyContext.BooleanOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModifyContext.BooleanOption[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ModifyContext.BooleanOption AUTO_COMMIT
public static final ModifyContext.BooleanOption CHECK_NULL_PROPS
public static final ModifyContext.BooleanOption DELETE_CASCADE
public static final ModifyContext.BooleanOption STREAMING
public boolean getDefaultValue(PgqlConnection pgqlConn)
public java.lang.String getName()
public java.lang.String getSystemProperty()
public static ModifyContext.BooleanOption 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 ModifyContext.BooleanOption[] values()
for (ModifyContext.BooleanOption c : ModifyContext.BooleanOption.values()) System.out.println(c);
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.