Package org.jdbi.v3.postgres
Class BlobInputStreamArgumentFactory.LobInputStreamArgument
- java.lang.Object
-
- org.jdbi.v3.postgres.BlobInputStreamArgumentFactory.LobInputStreamArgument
-
- All Implemented Interfaces:
Argument
- Enclosing class:
- BlobInputStreamArgumentFactory
static class BlobInputStreamArgumentFactory.LobInputStreamArgument extends java.lang.Object implements Argument
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.InputStreamvalue
-
Constructor Summary
Constructors Constructor Description LobInputStreamArgument(java.io.InputStream value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(int pos, java.sql.PreparedStatement stmt, StatementContext ctx)Apply the argument to the given prepared statement.
-
-
-
Method Detail
-
apply
public void apply(int pos, java.sql.PreparedStatement stmt, StatementContext ctx) throws java.sql.SQLExceptionDescription copied from interface:ArgumentApply the argument to the given prepared statement.
-
-