Uses of Class
org.h2.server.pg.PgServerThread
-
Packages that use PgServerThread Package Description org.h2.server.pg PostgreSQL server implementation of this database. -
-
Uses of PgServerThread in org.h2.server.pg
Fields in org.h2.server.pg with type parameters of type PgServerThread Modifier and Type Field Description private java.util.Set<PgServerThread>PgServer. runningMethods in org.h2.server.pg that return PgServerThread Modifier and Type Method Description (package private) PgServerThreadPgServer. getThread(int processId)Get the thread with the given process id.Methods in org.h2.server.pg with parameters of type PgServerThread Modifier and Type Method Description (package private) voidPgServer. remove(PgServerThread t)Remove a thread from the list.
-