public enum IfxConnectionProperty extends java.lang.Enum<IfxConnectionProperty>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
defaultValue() |
boolean |
getBooleanValue() |
boolean |
getBooleanValue(IfxSqliConnect connection) |
boolean |
getBooleanValue(java.util.Properties properties) |
int |
getIntValue() |
int |
getIntValue(IfxSqliConnect connection) |
int |
getIntValue(java.util.Properties properties) |
long |
getLongValue() |
long |
getLongValue(IfxSqliConnect connection) |
long |
getLongValue(java.util.Properties properties) |
java.lang.String |
getStringValue() |
java.lang.String |
getStringValue(IfxSqliConnect connection) |
java.lang.String |
getStringValue(java.util.Properties properties) |
java.lang.String |
key() |
static IfxConnectionProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IfxConnectionProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfxConnectionProperty IFMXCONNECTION_CLEANER_THREADS
public static final IfxConnectionProperty IFMXCONNECTION_CLEANER_DELAY_MINIMUM
public static final IfxConnectionProperty IFMXCONNECTION_CLEANER_DELAY_MAXIMUM
public static final IfxConnectionProperty IFMXCONNECTION_CLEANER_ZEROPOINT
public static final IfxConnectionProperty IFMXCONNECTION_PREPAREDSTATEMENT_IMPLICITCACHE_ENABLE
public static final IfxConnectionProperty IFMXCONNECTION_PREPAREDSTATEMENT_IMPLICITCACHE_SIZE
public static IfxConnectionProperty[] values()
for (IfxConnectionProperty c : IfxConnectionProperty.values()) System.out.println(c);
public static IfxConnectionProperty 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 java.lang.String key()
public java.lang.String defaultValue()
public boolean getBooleanValue()
public boolean getBooleanValue(IfxSqliConnect connection)
public boolean getBooleanValue(java.util.Properties properties)
public int getIntValue()
public int getIntValue(IfxSqliConnect connection)
public int getIntValue(java.util.Properties properties)
public long getLongValue()
public long getLongValue(IfxSqliConnect connection)
public long getLongValue(java.util.Properties properties)
public java.lang.String getStringValue()
public java.lang.String getStringValue(IfxSqliConnect connection)
public java.lang.String getStringValue(java.util.Properties properties)