Uses of Class
org.h2.server.pg.PgServerThread.Prepared
-
Packages that use PgServerThread.Prepared Package Description org.h2.server.pg PostgreSQL server implementation of this database. -
-
Uses of PgServerThread.Prepared in org.h2.server.pg
Fields in org.h2.server.pg declared as PgServerThread.Prepared Modifier and Type Field Description (package private) PgServerThread.Prepared
PgServerThread.Portal. prep
The prepared object.Fields in org.h2.server.pg with type parameters of type PgServerThread.Prepared Modifier and Type Field Description private java.util.HashMap<java.lang.String,PgServerThread.Prepared>
PgServerThread. prepared
Methods in org.h2.server.pg with parameters of type PgServerThread.Prepared Modifier and Type Method Description private void
PgServerThread. executeQuery(PgServerThread.Prepared prepared, CommandInterface prep, int[] resultColumnFormat, int maxRows)
-