Package io.trino.plugin.jdbc
Interface ObjectWriteFunction.ObjectWriteFunctionImplementation<T>
-
- Enclosing interface:
- ObjectWriteFunction
- 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 ObjectWriteFunction.ObjectWriteFunctionImplementation<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(PreparedStatement statement, int index, T value)
-
-
-
Method Detail
-
set
void set(PreparedStatement statement, int index, T value) throws SQLException
- Throws:
SQLException
-
-