E - to regist java typepublic interface JavaSqlTypeMapper<E>
SqlTypeToJavaRegister
.| 限定符和类型 | 方法和说明 |
|---|---|
E |
get(java.sql.ResultSet rs,
int columnIndex)
Gets the.
|
void |
set(java.sql.PreparedStatement prep,
int parameterIndex,
E value)
Sets the value.
|
boolean |
support(cn.featherfly.common.lang.GenericType<E> type)
Support.
|
boolean |
support(java.sql.SQLType sqlType,
java.lang.String tableName,
java.lang.String columnName)
Support.
|
boolean support(java.sql.SQLType sqlType,
java.lang.String tableName,
java.lang.String columnName)
sqlType - the sql typetableName - the table namecolumnName - the column nameboolean support(cn.featherfly.common.lang.GenericType<E> type)
type - the typevoid set(java.sql.PreparedStatement prep,
int parameterIndex,
E value)
prep - the prepparameterIndex - the parameter indexvalue - the valueE get(java.sql.ResultSet rs, int columnIndex)
rs - the rscolumnIndex - the column index