Uses of Class
org.h2.server.pg.PgServerThread.Prepared
Packages that use PgServerThread.Prepared
-
Uses of PgServerThread.Prepared in org.h2.server.pg
Fields in org.h2.server.pg declared as PgServerThread.PreparedModifier and TypeFieldDescription(package private) PgServerThread.Prepared
PgServerThread.Portal.prep
The prepared object.Fields in org.h2.server.pg with type parameters of type PgServerThread.PreparedModifier and TypeFieldDescriptionprivate final HashMap
<String, PgServerThread.Prepared> PgServerThread.prepared
Methods in org.h2.server.pg with parameters of type PgServerThread.PreparedModifier and TypeMethodDescriptionprivate void
PgServerThread.executeQuery
(PgServerThread.Prepared prepared, CommandInterface prep, int[] resultColumnFormat, int maxRows)