Package io.trino.plugin.jdbc
Interface WriteFunction
-
- All Known Subinterfaces:
BooleanWriteFunction,DoubleWriteFunction,LongWriteFunction,ObjectWriteFunction,SliceWriteFunction
public interface WriteFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetBindExpression()Class<?>getJavaType()default voidsetNull(PreparedStatement statement, int index)
-
-
-
Method Detail
-
getJavaType
Class<?> getJavaType()
-
getBindExpression
default String getBindExpression()
-
setNull
default void setNull(PreparedStatement statement, int index) throws SQLException
- Throws:
SQLException
-
-