public class LocalTimeResultGetter extends AbstractResultGetter<LocalTime>
type| 构造器和说明 |
|---|
LocalTimeResultGetter() |
public LocalTime getValue(ResultSet rs, int columnIndex) throws SQLException
ResultGetterrs - 结果集columnIndex - 列索引SQLException - SQL异常public LocalTime getValue(ResultSet rs, String columnLabel) throws SQLException
ResultGetterrs - 结果集columnLabel - 列名SQLException - SQL异常Copyright © 2024 10MG. All rights reserved.