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 PortalExecuteRequest. portalprivate static PortalQueryExecutorImpl. UNNAMED_PORTALFields in org.postgresql.core.v3 with type parameters of type Portal Modifier and Type Field Description private java.lang.ref.ReferenceQueue<Portal>QueryExecutorImpl. openPortalCleanupQueueprivate java.util.HashMap<java.lang.ref.PhantomReference<Portal>,java.lang.String>QueryExecutorImpl. openPortalMapprivate java.util.Deque<Portal>QueryExecutorImpl. pendingBindQueueMethods in org.postgresql.core.v3 with parameters of type Portal Modifier and Type Method Description private voidQueryExecutorImpl. registerOpenPortal(Portal portal)private voidQueryExecutorImpl. sendBind(SimpleQuery query, SimpleParameterList params, Portal portal, boolean noBinaryTransfer)private voidQueryExecutorImpl. sendDescribePortal(SimpleQuery query, Portal portal)private voidQueryExecutorImpl. 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)
-