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.PreparedPgServerThread.Portal. prepThe 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. preparedMethods in org.h2.server.pg with parameters of type PgServerThread.Prepared Modifier and Type Method Description private voidPgServerThread. executeQuery(PgServerThread.Prepared prepared, CommandInterface prep, int[] resultColumnFormat, int maxRows)
-