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