Class VarlenaWrapper.Input

java.lang.Object
org.postgresql.pljava.pg.DatumImpl.Input
org.postgresql.pljava.internal.VarlenaWrapper.Input
All Implemented Interfaces:
Closeable, AutoCloseable, Datum, Datum.Input<DatumImpl.IStream>, VarlenaWrapper, DatumImpl
Enclosing interface:
VarlenaWrapper

public static class VarlenaWrapper.Input extends DatumImpl.Input implements VarlenaWrapper
A class by which Java reads the content of a varlena. Associated with a ResourceOwner to bound the lifetime of the native reference; the chosen resource owner must be one that will be released no later than the memory context containing the varlena.