Package io.trino.plugin.jdbc
Interface ObjectReadFunction.ObjectReadFunctionImplementation<T>
-
- Enclosing interface:
- ObjectReadFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ObjectReadFunction.ObjectReadFunctionImplementation<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(ResultSet resultSet, int columnIndex)
-
-
-
Method Detail
-
read
T read(ResultSet resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
-