Package cn.cloudself.query.config
Interface IOnlyGlobalConfig.ResultSetGetter<T>
-
- Enclosing interface:
- IOnlyGlobalConfig
public static interface IOnlyGlobalConfig.ResultSetGetter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(ResultSet rs, int i)
-
-
-
Method Detail
-
get
@Nullable T get(ResultSet rs, int i) throws SQLException
- Throws:
SQLException
-
-