Module net.anwiba.commons.jdbc
Package net.anwiba.commons.jdbc.result
Interface IResultSetValuesConverter
public interface IResultSetValuesConverter
-
Method Summary
Modifier and TypeMethodDescriptionconvert(Connection connection, int index, Object object, IProvider<IDatabaseType> dataBaseType)
-
Method Details
-
convert
Object convert(Connection connection, int index, Object object, IProvider<IDatabaseType> dataBaseType) throws SQLException - Throws:
SQLException
-