Enum Class JdbcType

java.lang.Object
java.lang.Enum<JdbcType>
org.apache.ibatis.type.JdbcType
All Implemented Interfaces:
Serializable, Comparable<JdbcType>, Constable

public enum JdbcType extends Enum<JdbcType>
Author:
Clinton Begin