Package io.trino.plugin.jdbc
Interface LongWriteFunction
-
- All Superinterfaces:
WriteFunction
public interface LongWriteFunction extends WriteFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Class<?>getJavaType()voidset(PreparedStatement statement, int index, long value)-
Methods inherited from interface io.trino.plugin.jdbc.WriteFunction
getBindExpression, setNull
-
-
-
-
Method Detail
-
getJavaType
default Class<?> getJavaType()
- Specified by:
getJavaTypein interfaceWriteFunction
-
set
void set(PreparedStatement statement, int index, long value) throws SQLException
- Throws:
SQLException
-
-