| 构造器和说明 |
|---|
EnumeByIntegerValueType(Class<E> classType) |
EnumeByIntegerValueType(Class<E> classType,
int... jdbcTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
E |
getValue(ResultSet rs,
int startIndex) |
void |
setValue(PreparedStatement st,
int startIndex,
E value) |
getLiteral, getReturnedClass, getSQLTypespublic E getValue(ResultSet rs, int startIndex) throws SQLException
SQLExceptionpublic void setValue(PreparedStatement st, int startIndex, E value) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.