@FunctionalInterface public interface LongReadFunction extends ReadFunction
| Modifier and Type | Method and Description |
|---|---|
default Class<?> |
getJavaType() |
long |
readLong(ResultSet resultSet,
int columnIndex) |
default Class<?> getJavaType()
getJavaType in interface ReadFunctionlong readLong(ResultSet resultSet, int columnIndex) throws SQLException
SQLExceptionCopyright © 2012–2019. All rights reserved.