public class ModifyContext
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModifyContext.Option |
| Modifier and Type | Method and Description |
|---|---|
static ModifyContext |
getModifyContext(PgqlConnection pgqlConn) |
boolean |
getOption(ModifyContext.Option option)
Get the value for the given option
|
void |
resetOptions()
Set all the options to their default values
|
void |
setOption(ModifyContext.Option option,
boolean value)
Set the option to the given value
|
void |
setOptionsFromString(java.lang.String optionsString)
Set each one of the options according to the value
in the given string
|
void |
setOptionsFromSystemProperties()
Set each one of the options according the value given in
System properties
|
java.lang.String |
toString() |
public static ModifyContext getModifyContext(PgqlConnection pgqlConn)
public boolean getOption(ModifyContext.Option option)
option - the option to getpublic void resetOptions()
public void setOption(ModifyContext.Option option, boolean value)
option - the option to setvalue - the value for the optionpublic void setOptionsFromString(java.lang.String optionsString)
optionsString - the options string to processpublic void setOptionsFromSystemProperties()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.