Package org.postgresql.fastpath
Class FastpathArg.ByteStreamWriterFastpathArg
- java.lang.Object
-
- org.postgresql.fastpath.FastpathArg
-
- org.postgresql.fastpath.FastpathArg.ByteStreamWriterFastpathArg
-
- Enclosing class:
- FastpathArg
static class FastpathArg.ByteStreamWriterFastpathArg extends FastpathArg
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.postgresql.fastpath.FastpathArg
FastpathArg.ByteStreamWriterFastpathArg
-
-
Field Summary
Fields Modifier and Type Field Description private ByteStreamWriter
writer
-
Constructor Summary
Constructors Constructor Description ByteStreamWriterFastpathArg(ByteStreamWriter writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
populateParameter(ParameterList params, int index)
-
Methods inherited from class org.postgresql.fastpath.FastpathArg
of
-
-
-
-
Field Detail
-
writer
private final ByteStreamWriter writer
-
-
Constructor Detail
-
ByteStreamWriterFastpathArg
ByteStreamWriterFastpathArg(ByteStreamWriter writer)
-
-
Method Detail
-
populateParameter
void populateParameter(ParameterList params, int index) throws java.sql.SQLException
- Overrides:
populateParameter
in classFastpathArg
- Throws:
java.sql.SQLException
-
-