Uses of Enum Class
org.postgresql.pljava.annotation.Function.Trust
Packages that use Function.Trust
Package
Description
The PL/Java API for use in writing database procedures, functions, and types
using PL/Java.
Annotations for use in Java code to generate the SQLJ Deployment Descriptor
automatically.
-
Uses of Function.Trust in org.postgresql.pljava
Methods in org.postgresql.pljava that return Function.TrustModifier and TypeMethodDescriptionPLPrincipal.Sandboxed.trust()
ReturnsSANDBOXED
.abstract Function.Trust
PLPrincipal.trust()
Returns eitherSANDBOXED
orUNSANDBOXED
according to PostgreSQL's catalog entry for the language.PLPrincipal.Unsandboxed.trust()
ReturnsUNSANDBOXED
. -
Uses of Function.Trust in org.postgresql.pljava.annotation
Methods in org.postgresql.pljava.annotation that return Function.TrustModifier and TypeMethodDescriptionstatic Function.Trust
Returns the enum constant of this class with the specified name.static Function.Trust[]
Function.Trust.values()
Returns an array containing the constants of this enum class, in the order they are declared.