Enum JdbcTypesEnum

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

public enum JdbcTypesEnum
extends 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
Author:
Gunnar Hillert