public interface ResultGetter<T>
T getValue(ResultSet rs, int columnIndex) throws SQLException
rs - 结果集columnIndex - 列索引SQLException - SQL异常T getValue(ResultSet rs, String columnLabel) throws SQLException
rs - 结果集columnLabel - 列名SQLException - SQL异常Copyright © 2024 10MG. All rights reserved.