| Modifier and Type | Method and Description |
|---|---|
static MySqlConnectorConfig.BigIntUnsignedHandlingMode |
MySqlConnectorConfig.BigIntUnsignedHandlingMode.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static MySqlConnectorConfig.BigIntUnsignedHandlingMode |
MySqlConnectorConfig.BigIntUnsignedHandlingMode.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
static MySqlConnectorConfig.BigIntUnsignedHandlingMode |
MySqlConnectorConfig.BigIntUnsignedHandlingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlConnectorConfig.BigIntUnsignedHandlingMode[] |
MySqlConnectorConfig.BigIntUnsignedHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.