Package io.trino.plugin.jdbc
Interface ReadFunction
-
- All Known Subinterfaces:
BooleanReadFunction,DoubleReadFunction,LongReadFunction,ObjectReadFunction,SliceReadFunction
public interface ReadFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Class<?>getJavaType()default booleanisNull(ResultSet resultSet, int columnIndex)
-
-
-
Method Detail
-
getJavaType
Class<?> getJavaType()
-
isNull
default boolean isNull(ResultSet resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
-