Uses of Class
org.postgresql.core.v3.Portal
Packages that use Portal
-
Uses of Portal in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as PortalModifier and TypeFieldDescriptionfinal Portal
ExecuteRequest.portal
private static final Portal
QueryExecutorImpl.UNNAMED_PORTAL
Fields in org.postgresql.core.v3 with type parameters of type PortalModifier and TypeFieldDescriptionprivate final ReferenceQueue<Portal>
QueryExecutorImpl.openPortalCleanupQueue
private final HashMap<PhantomReference<Portal>,
String> QueryExecutorImpl.openPortalMap
QueryExecutorImpl.pendingBindQueue
Methods in org.postgresql.core.v3 with parameters of type PortalModifier and TypeMethodDescriptionprivate void
QueryExecutorImpl.registerOpenPortal
(Portal portal) private void
QueryExecutorImpl.sendBind
(SimpleQuery query, SimpleParameterList params, Portal portal, boolean noBinaryTransfer) private void
QueryExecutorImpl.sendDescribePortal
(SimpleQuery query, Portal portal) private void
QueryExecutorImpl.sendExecute
(SimpleQuery query, Portal portal, int limit) Constructors in org.postgresql.core.v3 with parameters of type PortalModifierConstructorDescription(package private)
ExecuteRequest
(SimpleQuery query, Portal portal, boolean asSimple)