2017年3月17日

枚举类的设计(一)

摘要: public enum JdbcType { /* * This is added to enable basic support for the * ARRAY data type - but a custom type handler is still required */ ARRAY(Types.ARRAY), BIT(Types.BIT), TINYI... 阅读全文

posted @ 2017-03-17 10:14 自由灵 阅读(270) 评论(0) 推荐(0)

导航