Package cn.cloudself.query.config
Interface IOnlyGlobalConfig.SqlParamSetter<T>
-
- Enclosing interface:
- IOnlyGlobalConfig
public static interface IOnlyGlobalConfig.SqlParamSetter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(PreparedStatement ps, int i, T obj)
-
-
-
Method Detail
-
set
void set(PreparedStatement ps, int i, T obj) throws SQLException
- Throws:
SQLException
-
-