Package | Description |
---|---|
org.springframework.integration.jdbc.config |
Contains parser classes for the JDBC namespace support.
|
Modifier and Type | Method and Description |
---|---|
static JdbcTypesEnum |
JdbcTypesEnum.convertToJdbcTypesEnum(String sqlTypeAsString)
Retrieves the matching enum constant for a provided String representation
of the SQL Types.
|
static JdbcTypesEnum |
JdbcTypesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcTypesEnum[] |
JdbcTypesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.