Enum JdbcTypesEnum

java.lang.Object
java.lang.Enum<JdbcTypesEnum>
org.springframework.integration.jdbc.config.JdbcTypesEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<JdbcTypesEnum>, java.lang.constant.Constable

public enum JdbcTypesEnum
extends java.lang.Enum<JdbcTypesEnum>
This Enumeration provides a handy wrapper around Types. This makes it possible to look up String representation of the enum constant's name, and thus looking up the respective JDBC Type (int-value).
Since:
2.1