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 PortalExecuteRequest.portalprivate static final PortalQueryExecutorImpl.UNNAMED_PORTALFields in org.postgresql.core.v3 with type parameters of type PortalModifier and TypeFieldDescriptionprivate final ReferenceQueue<Portal> QueryExecutorImpl.openPortalCleanupQueueprivate final HashMap<PhantomReference<Portal>, String> QueryExecutorImpl.openPortalMapQueryExecutorImpl.pendingBindQueueMethods in org.postgresql.core.v3 with parameters of type PortalModifier and TypeMethodDescriptionprivate 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 PortalModifierConstructorDescription(package private)ExecuteRequest(SimpleQuery query, Portal portal, boolean asSimple)