Uses of Enum Class
org.springframework.integration.jdbc.config.JdbcTypesEnum
Packages that use JdbcTypesEnum
Package
Description
Contains parser classes for the JDBC namespace support.
-
Uses of JdbcTypesEnum in org.springframework.integration.jdbc.config
Subclasses with type arguments of type JdbcTypesEnum in org.springframework.integration.jdbc.configMethods in org.springframework.integration.jdbc.config that return JdbcTypesEnumModifier and TypeMethodDescriptionstatic JdbcTypesEnum
JdbcTypesEnum.convertToJdbcTypesEnum
(String sqlTypeAsString) Retrieve the matching enum constant for a provided String representation of the SQL Types.static JdbcTypesEnum
Returns the enum constant of this class with the specified name.static JdbcTypesEnum[]
JdbcTypesEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.