public interface TypeHandler<T>
T
getResult(ResultSet rs, int columnIndex)
getResult(ResultSet rs, String columnName)
T getResult(ResultSet rs, String columnName) throws SQLException
SQLException
T getResult(ResultSet rs, int columnIndex) throws SQLException
Copyright © 2023 lingkang. All rights reserved.