Uses of Class
org.postgresql.pljava.internal.VarlenaWrapper.Verifier
Packages that use VarlenaWrapper.Verifier
-
Uses of VarlenaWrapper.Verifier in org.postgresql.pljava.internal
Subclasses of VarlenaWrapper.Verifier in org.postgresql.pljava.internalModifier and TypeClassDescriptionstatic classVerifier to be extended to verify byte streams for specific types.static final classA Verifier that accepts any content, cheaply.Fields in org.postgresql.pljava.internal declared as VarlenaWrapper.VerifierModifier and TypeFieldDescriptionstatic final VarlenaWrapper.VerifierVarlenaWrapper.Verifier.NoOp.INSTANCEMethods in org.postgresql.pljava.internal that return VarlenaWrapper.VerifierModifier and TypeMethodDescriptionfinal VarlenaWrapper.VerifierVarlenaWrapper.Verifier.Base.schedule()VarlenaWrapper.Verifier.NoOp.schedule()VarlenaWrapper.Verifier.schedule()Set up theverifymethod to be executed in another thread.Methods in org.postgresql.pljava.internal with parameters of type VarlenaWrapper.VerifierModifier and TypeMethodDescriptionvoidVarlenaWrapper.Output.setVerifier(VarlenaWrapper.Verifier v) Set theVerifierto be used on content written to this varlena.voidVarlenaWrapper.Input.Stream.verify(VarlenaWrapper.Verifier v) Apply aVerifierto the input data.