Uses of Class
org.postgresql.core.v3.Portal
-
Packages that use Portal Package Description org.postgresql.core.v3 -
-
Uses of Portal in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as Portal Modifier and Type Field Description Portal
ExecuteRequest. portal
private static Portal
QueryExecutorImpl. UNNAMED_PORTAL
Fields in org.postgresql.core.v3 with type parameters of type Portal Modifier and Type Field Description private java.lang.ref.ReferenceQueue<Portal>
QueryExecutorImpl. openPortalCleanupQueue
private java.util.HashMap<java.lang.ref.PhantomReference<Portal>,java.lang.String>
QueryExecutorImpl. openPortalMap
private java.util.Deque<Portal>
QueryExecutorImpl. pendingBindQueue
Methods in org.postgresql.core.v3 with parameters of type Portal Modifier and Type Method Description private 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 Portal Constructor Description ExecuteRequest(SimpleQuery query, Portal portal, boolean asSimple)
-