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